You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
115 lines
5.0 KiB
XML
115 lines
5.0 KiB
XML
2 months ago
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<wsdl:definitions xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:tns="http://tempuri.org/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:s="http://www.w3.org/2001/XMLSchema" xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" targetNamespace="http://tempuri.org/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
|
||
|
<wsdl:types>
|
||
|
<s:schema elementFormDefault="qualified" targetNamespace="http://tempuri.org/">
|
||
|
<s:element name="HelloWorld">
|
||
|
<s:complexType />
|
||
|
</s:element>
|
||
|
<s:element name="HelloWorldResponse">
|
||
|
<s:complexType>
|
||
|
<s:sequence>
|
||
|
<s:element minOccurs="0" maxOccurs="1" name="HelloWorldResult" type="s:string" />
|
||
|
</s:sequence>
|
||
|
</s:complexType>
|
||
|
</s:element>
|
||
|
<s:element name="GetTrack">
|
||
|
<s:complexType>
|
||
|
<s:sequence>
|
||
|
<s:element minOccurs="0" maxOccurs="1" name="TrackCode" type="s:string" />
|
||
|
</s:sequence>
|
||
|
</s:complexType>
|
||
|
</s:element>
|
||
|
<s:element name="GetTrackResponse">
|
||
|
<s:complexType>
|
||
|
<s:sequence>
|
||
|
<s:element minOccurs="0" maxOccurs="1" name="GetTrackResult" type="tns:WL_TrackList" />
|
||
|
</s:sequence>
|
||
|
</s:complexType>
|
||
|
</s:element>
|
||
|
<s:complexType name="WL_TrackList">
|
||
|
<s:sequence>
|
||
|
<s:element minOccurs="1" maxOccurs="1" name="Id" nillable="true" type="s:int" />
|
||
|
<s:element minOccurs="0" maxOccurs="1" name="Country" type="s:string" />
|
||
|
<s:element minOccurs="0" maxOccurs="1" name="TrackCode" type="s:string" />
|
||
|
<s:element minOccurs="1" maxOccurs="1" name="InDate" nillable="true" type="s:dateTime" />
|
||
|
<s:element minOccurs="0" maxOccurs="1" name="City" type="s:string" />
|
||
|
<s:element minOccurs="1" maxOccurs="1" name="Num" nillable="true" type="s:int" />
|
||
|
<s:element minOccurs="1" maxOccurs="1" name="Days" nillable="true" type="s:int" />
|
||
|
<s:element minOccurs="1" maxOccurs="1" name="Lan" nillable="true" type="s:int" />
|
||
|
</s:sequence>
|
||
|
</s:complexType>
|
||
|
</s:schema>
|
||
|
</wsdl:types>
|
||
|
<wsdl:message name="HelloWorldSoapIn">
|
||
|
<wsdl:part name="parameters" element="tns:HelloWorld" />
|
||
|
</wsdl:message>
|
||
|
<wsdl:message name="HelloWorldSoapOut">
|
||
|
<wsdl:part name="parameters" element="tns:HelloWorldResponse" />
|
||
|
</wsdl:message>
|
||
|
<wsdl:message name="GetTrackSoapIn">
|
||
|
<wsdl:part name="parameters" element="tns:GetTrack" />
|
||
|
</wsdl:message>
|
||
|
<wsdl:message name="GetTrackSoapOut">
|
||
|
<wsdl:part name="parameters" element="tns:GetTrackResponse" />
|
||
|
</wsdl:message>
|
||
|
<wsdl:portType name="OutServiceSoap">
|
||
|
<wsdl:operation name="HelloWorld">
|
||
|
<wsdl:input message="tns:HelloWorldSoapIn" />
|
||
|
<wsdl:output message="tns:HelloWorldSoapOut" />
|
||
|
</wsdl:operation>
|
||
|
<wsdl:operation name="GetTrack">
|
||
|
<wsdl:input message="tns:GetTrackSoapIn" />
|
||
|
<wsdl:output message="tns:GetTrackSoapOut" />
|
||
|
</wsdl:operation>
|
||
|
</wsdl:portType>
|
||
|
<wsdl:binding name="OutServiceSoap" type="tns:OutServiceSoap">
|
||
|
<soap:binding transport="http://schemas.xmlsoap.org/soap/http" />
|
||
|
<wsdl:operation name="HelloWorld">
|
||
|
<soap:operation soapAction="http://tempuri.org/HelloWorld" style="document" />
|
||
|
<wsdl:input>
|
||
|
<soap:body use="literal" />
|
||
|
</wsdl:input>
|
||
|
<wsdl:output>
|
||
|
<soap:body use="literal" />
|
||
|
</wsdl:output>
|
||
|
</wsdl:operation>
|
||
|
<wsdl:operation name="GetTrack">
|
||
|
<soap:operation soapAction="http://tempuri.org/GetTrack" style="document" />
|
||
|
<wsdl:input>
|
||
|
<soap:body use="literal" />
|
||
|
</wsdl:input>
|
||
|
<wsdl:output>
|
||
|
<soap:body use="literal" />
|
||
|
</wsdl:output>
|
||
|
</wsdl:operation>
|
||
|
</wsdl:binding>
|
||
|
<wsdl:binding name="OutServiceSoap12" type="tns:OutServiceSoap">
|
||
|
<soap12:binding transport="http://schemas.xmlsoap.org/soap/http" />
|
||
|
<wsdl:operation name="HelloWorld">
|
||
|
<soap12:operation soapAction="http://tempuri.org/HelloWorld" style="document" />
|
||
|
<wsdl:input>
|
||
|
<soap12:body use="literal" />
|
||
|
</wsdl:input>
|
||
|
<wsdl:output>
|
||
|
<soap12:body use="literal" />
|
||
|
</wsdl:output>
|
||
|
</wsdl:operation>
|
||
|
<wsdl:operation name="GetTrack">
|
||
|
<soap12:operation soapAction="http://tempuri.org/GetTrack" style="document" />
|
||
|
<wsdl:input>
|
||
|
<soap12:body use="literal" />
|
||
|
</wsdl:input>
|
||
|
<wsdl:output>
|
||
|
<soap12:body use="literal" />
|
||
|
</wsdl:output>
|
||
|
</wsdl:operation>
|
||
|
</wsdl:binding>
|
||
|
<wsdl:service name="OutService">
|
||
|
<wsdl:port name="OutServiceSoap" binding="tns:OutServiceSoap">
|
||
|
<soap:address location="http://121.43.228.63/outservice.asmx" />
|
||
|
</wsdl:port>
|
||
|
<wsdl:port name="OutServiceSoap12" binding="tns:OutServiceSoap12">
|
||
|
<soap12:address location="http://121.43.228.63/outservice.asmx" />
|
||
|
</wsdl:port>
|
||
|
</wsdl:service>
|
||
|
</wsdl:definitions>
|