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.

79 lines
3.7 KiB
XML

2 months ago
<?xml version="1.0" encoding="utf-8"?>
<wsdl:definitions xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:tns="http://tempuri.org/" xmlns:s="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/" 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="GetTrack">
<s:complexType>
<s:sequence>
<s:element minOccurs="1" maxOccurs="1" name="TrackID" type="s:int" />
</s:sequence>
</s:complexType>
</s:element>
<s:element name="GetTrackResponse">
<s:complexType>
<s:sequence>
<s:element minOccurs="0" maxOccurs="1" name="GetTrackResult" type="tns:ArrayOfWL_TrackModel" />
</s:sequence>
</s:complexType>
</s:element>
<s:complexType name="ArrayOfWL_TrackModel">
<s:sequence>
<s:element minOccurs="0" maxOccurs="unbounded" name="WL_TrackModel" nillable="true" type="tns:WL_TrackModel" />
</s:sequence>
</s:complexType>
<s:complexType name="WL_TrackModel">
<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:sequence>
</s:complexType>
</s:schema>
</wsdl:types>
<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="TrackServerSoap">
<wsdl:operation name="GetTrack">
<wsdl:input message="tns:GetTrackSoapIn" />
<wsdl:output message="tns:GetTrackSoapOut" />
</wsdl:operation>
</wsdl:portType>
<wsdl:binding name="TrackServerSoap" type="tns:TrackServerSoap">
<soap:binding transport="http://schemas.xmlsoap.org/soap/http" />
<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="TrackServerSoap12" type="tns:TrackServerSoap">
<soap12:binding transport="http://schemas.xmlsoap.org/soap/http" />
<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="TrackServer">
<wsdl:port name="TrackServerSoap" binding="tns:TrackServerSoap">
<soap:address location="http://192.168.11.254/AliExpressImport/Trackserver.asmx" />
</wsdl:port>
<wsdl:port name="TrackServerSoap12" binding="tns:TrackServerSoap12">
<soap12:address location="http://192.168.11.254/AliExpressImport/Trackserver.asmx" />
</wsdl:port>
</wsdl:service>
</wsdl:definitions>