123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103 |
- <?xml version="1.0" encoding="utf-8"?>
- <wsdl:definitions xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" 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:http="http://schemas.xmlsoap.org/wsdl/http/" xmlns:s="http://www.w3.org/2001/XMLSchema" 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="GetNewPeriodsNumber">
- <s:complexType />
- </s:element>
- <s:element name="GetNewPeriodsNumberResponse">
- <s:complexType>
- <s:sequence>
- <s:element minOccurs="1" maxOccurs="1" name="GetNewPeriodsNumberResult" type="s:int" />
- </s:sequence>
- </s:complexType>
- </s:element>
- <s:element name="GetNewGallery">
- <s:complexType>
- <s:sequence>
- <s:element minOccurs="1" maxOccurs="1" name="cid" type="s:int" />
- </s:sequence>
- </s:complexType>
- </s:element>
- <s:element name="GetNewGalleryResponse">
- <s:complexType>
- <s:sequence>
- <s:element minOccurs="0" maxOccurs="1" name="GetNewGalleryResult" type="s:string" />
- </s:sequence>
- </s:complexType>
- </s:element>
- </s:schema>
- </wsdl:types>
- <wsdl:message name="GetNewPeriodsNumberSoapIn">
- <wsdl:part name="parameters" element="tns:GetNewPeriodsNumber" />
- </wsdl:message>
- <wsdl:message name="GetNewPeriodsNumberSoapOut">
- <wsdl:part name="parameters" element="tns:GetNewPeriodsNumberResponse" />
- </wsdl:message>
- <wsdl:message name="GetNewGallerySoapIn">
- <wsdl:part name="parameters" element="tns:GetNewGallery" />
- </wsdl:message>
- <wsdl:message name="GetNewGallerySoapOut">
- <wsdl:part name="parameters" element="tns:GetNewGalleryResponse" />
- </wsdl:message>
- <wsdl:portType name="WebServiceTukuSoap">
- <wsdl:operation name="GetNewPeriodsNumber">
- <wsdl:input message="tns:GetNewPeriodsNumberSoapIn" />
- <wsdl:output message="tns:GetNewPeriodsNumberSoapOut" />
- </wsdl:operation>
- <wsdl:operation name="GetNewGallery">
- <wsdl:input message="tns:GetNewGallerySoapIn" />
- <wsdl:output message="tns:GetNewGallerySoapOut" />
- </wsdl:operation>
- </wsdl:portType>
- <wsdl:binding name="WebServiceTukuSoap" type="tns:WebServiceTukuSoap">
- <soap:binding transport="http://schemas.xmlsoap.org/soap/http" />
- <wsdl:operation name="GetNewPeriodsNumber">
- <soap:operation soapAction="http://tempuri.org/GetNewPeriodsNumber" style="document" />
- <wsdl:input>
- <soap:body use="literal" />
- </wsdl:input>
- <wsdl:output>
- <soap:body use="literal" />
- </wsdl:output>
- </wsdl:operation>
- <wsdl:operation name="GetNewGallery">
- <soap:operation soapAction="http://tempuri.org/GetNewGallery" 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="WebServiceTukuSoap12" type="tns:WebServiceTukuSoap">
- <soap12:binding transport="http://schemas.xmlsoap.org/soap/http" />
- <wsdl:operation name="GetNewPeriodsNumber">
- <soap12:operation soapAction="http://tempuri.org/GetNewPeriodsNumber" style="document" />
- <wsdl:input>
- <soap12:body use="literal" />
- </wsdl:input>
- <wsdl:output>
- <soap12:body use="literal" />
- </wsdl:output>
- </wsdl:operation>
- <wsdl:operation name="GetNewGallery">
- <soap12:operation soapAction="http://tempuri.org/GetNewGallery" 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="WebServiceTuku">
- <wsdl:port name="WebServiceTukuSoap" binding="tns:WebServiceTukuSoap">
- <soap:address location="http://tk.55128.cn/WebServiceTuku.asmx" />
- </wsdl:port>
- <wsdl:port name="WebServiceTukuSoap12" binding="tns:WebServiceTukuSoap12">
- <soap12:address location="http://tk.55128.cn/WebServiceTuku.asmx" />
- </wsdl:port>
- </wsdl:service>
- </wsdl:definitions>
|