123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234 |
- <?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://tuku.55128.cn/" 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://tuku.55128.cn/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
- <wsdl:types>
- <s:schema elementFormDefault="qualified" targetNamespace="http://tuku.55128.cn/">
- <s:element name="GetFileList">
- <s:complexType />
- </s:element>
- <s:element name="GetFileListResponse">
- <s:complexType>
- <s:sequence>
- <s:element minOccurs="0" maxOccurs="1" name="GetFileListResult" type="tns:ArrayOfString" />
- </s:sequence>
- </s:complexType>
- </s:element>
- <s:complexType name="ArrayOfString">
- <s:sequence>
- <s:element minOccurs="0" maxOccurs="unbounded" name="string" nillable="true" type="s:string" />
- </s:sequence>
- </s:complexType>
- <s:element name="GetMaxQi">
- <s:complexType />
- </s:element>
- <s:element name="GetMaxQiResponse">
- <s:complexType>
- <s:sequence>
- <s:element minOccurs="1" maxOccurs="1" name="GetMaxQiResult" type="s:int" />
- </s:sequence>
- </s:complexType>
- </s:element>
- <s:element name="GetMinQi">
- <s:complexType />
- </s:element>
- <s:element name="GetMinQiResponse">
- <s:complexType>
- <s:sequence>
- <s:element minOccurs="1" maxOccurs="1" name="GetMinQiResult" type="s:int" />
- </s:sequence>
- </s:complexType>
- </s:element>
- <s:element name="UploadFile">
- <s:complexType>
- <s:sequence>
- <s:element minOccurs="0" maxOccurs="1" name="fs" type="s:base64Binary" />
- <s:element minOccurs="0" maxOccurs="1" name="filename" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="code" type="s:string" />
- <s:element minOccurs="1" maxOccurs="1" name="qi" type="s:int" />
- </s:sequence>
- </s:complexType>
- </s:element>
- <s:element name="UploadFileResponse">
- <s:complexType>
- <s:sequence>
- <s:element minOccurs="1" maxOccurs="1" name="UploadFileResult" type="s:boolean" />
- </s:sequence>
- </s:complexType>
- </s:element>
- <s:element name="CreateTkAdvert">
- <s:complexType>
- <s:sequence>
- <s:element minOccurs="0" maxOccurs="1" name="code" type="s:string" />
- </s:sequence>
- </s:complexType>
- </s:element>
- <s:element name="CreateTkAdvertResponse">
- <s:complexType>
- <s:sequence>
- <s:element minOccurs="1" maxOccurs="1" name="CreateTkAdvertResult" type="s:boolean" />
- </s:sequence>
- </s:complexType>
- </s:element>
- </s:schema>
- </wsdl:types>
- <wsdl:message name="GetFileListSoapIn">
- <wsdl:part name="parameters" element="tns:GetFileList" />
- </wsdl:message>
- <wsdl:message name="GetFileListSoapOut">
- <wsdl:part name="parameters" element="tns:GetFileListResponse" />
- </wsdl:message>
- <wsdl:message name="GetMaxQiSoapIn">
- <wsdl:part name="parameters" element="tns:GetMaxQi" />
- </wsdl:message>
- <wsdl:message name="GetMaxQiSoapOut">
- <wsdl:part name="parameters" element="tns:GetMaxQiResponse" />
- </wsdl:message>
- <wsdl:message name="GetMinQiSoapIn">
- <wsdl:part name="parameters" element="tns:GetMinQi" />
- </wsdl:message>
- <wsdl:message name="GetMinQiSoapOut">
- <wsdl:part name="parameters" element="tns:GetMinQiResponse" />
- </wsdl:message>
- <wsdl:message name="UploadFileSoapIn">
- <wsdl:part name="parameters" element="tns:UploadFile" />
- </wsdl:message>
- <wsdl:message name="UploadFileSoapOut">
- <wsdl:part name="parameters" element="tns:UploadFileResponse" />
- </wsdl:message>
- <wsdl:message name="CreateTkAdvertSoapIn">
- <wsdl:part name="parameters" element="tns:CreateTkAdvert" />
- </wsdl:message>
- <wsdl:message name="CreateTkAdvertSoapOut">
- <wsdl:part name="parameters" element="tns:CreateTkAdvertResponse" />
- </wsdl:message>
- <wsdl:portType name="tukuSoap">
- <wsdl:operation name="GetFileList">
- <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">当前期目录下最新的文件列表</wsdl:documentation>
- <wsdl:input message="tns:GetFileListSoapIn" />
- <wsdl:output message="tns:GetFileListSoapOut" />
- </wsdl:operation>
- <wsdl:operation name="GetMaxQi">
- <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">图库目录下最大期数的目录</wsdl:documentation>
- <wsdl:input message="tns:GetMaxQiSoapIn" />
- <wsdl:output message="tns:GetMaxQiSoapOut" />
- </wsdl:operation>
- <wsdl:operation name="GetMinQi">
- <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">图库目录下最小期数的目录</wsdl:documentation>
- <wsdl:input message="tns:GetMinQiSoapIn" />
- <wsdl:output message="tns:GetMinQiSoapOut" />
- </wsdl:operation>
- <wsdl:operation name="UploadFile">
- <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">上传图片文件...</wsdl:documentation>
- <wsdl:input message="tns:UploadFileSoapIn" />
- <wsdl:output message="tns:UploadFileSoapOut" />
- </wsdl:operation>
- <wsdl:operation name="CreateTkAdvert">
- <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">生成单个含有广告图库图片</wsdl:documentation>
- <wsdl:input message="tns:CreateTkAdvertSoapIn" />
- <wsdl:output message="tns:CreateTkAdvertSoapOut" />
- </wsdl:operation>
- </wsdl:portType>
- <wsdl:binding name="tukuSoap" type="tns:tukuSoap">
- <soap:binding transport="http://schemas.xmlsoap.org/soap/http" />
- <wsdl:operation name="GetFileList">
- <soap:operation soapAction="http://tuku.55128.cn/GetFileList" style="document" />
- <wsdl:input>
- <soap:body use="literal" />
- </wsdl:input>
- <wsdl:output>
- <soap:body use="literal" />
- </wsdl:output>
- </wsdl:operation>
- <wsdl:operation name="GetMaxQi">
- <soap:operation soapAction="http://tuku.55128.cn/GetMaxQi" style="document" />
- <wsdl:input>
- <soap:body use="literal" />
- </wsdl:input>
- <wsdl:output>
- <soap:body use="literal" />
- </wsdl:output>
- </wsdl:operation>
- <wsdl:operation name="GetMinQi">
- <soap:operation soapAction="http://tuku.55128.cn/GetMinQi" style="document" />
- <wsdl:input>
- <soap:body use="literal" />
- </wsdl:input>
- <wsdl:output>
- <soap:body use="literal" />
- </wsdl:output>
- </wsdl:operation>
- <wsdl:operation name="UploadFile">
- <soap:operation soapAction="http://tuku.55128.cn/UploadFile" style="document" />
- <wsdl:input>
- <soap:body use="literal" />
- </wsdl:input>
- <wsdl:output>
- <soap:body use="literal" />
- </wsdl:output>
- </wsdl:operation>
- <wsdl:operation name="CreateTkAdvert">
- <soap:operation soapAction="http://tuku.55128.cn/CreateTkAdvert" 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="tukuSoap12" type="tns:tukuSoap">
- <soap12:binding transport="http://schemas.xmlsoap.org/soap/http" />
- <wsdl:operation name="GetFileList">
- <soap12:operation soapAction="http://tuku.55128.cn/GetFileList" style="document" />
- <wsdl:input>
- <soap12:body use="literal" />
- </wsdl:input>
- <wsdl:output>
- <soap12:body use="literal" />
- </wsdl:output>
- </wsdl:operation>
- <wsdl:operation name="GetMaxQi">
- <soap12:operation soapAction="http://tuku.55128.cn/GetMaxQi" style="document" />
- <wsdl:input>
- <soap12:body use="literal" />
- </wsdl:input>
- <wsdl:output>
- <soap12:body use="literal" />
- </wsdl:output>
- </wsdl:operation>
- <wsdl:operation name="GetMinQi">
- <soap12:operation soapAction="http://tuku.55128.cn/GetMinQi" style="document" />
- <wsdl:input>
- <soap12:body use="literal" />
- </wsdl:input>
- <wsdl:output>
- <soap12:body use="literal" />
- </wsdl:output>
- </wsdl:operation>
- <wsdl:operation name="UploadFile">
- <soap12:operation soapAction="http://tuku.55128.cn/UploadFile" style="document" />
- <wsdl:input>
- <soap12:body use="literal" />
- </wsdl:input>
- <wsdl:output>
- <soap12:body use="literal" />
- </wsdl:output>
- </wsdl:operation>
- <wsdl:operation name="CreateTkAdvert">
- <soap12:operation soapAction="http://tuku.55128.cn/CreateTkAdvert" 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="tuku">
- <wsdl:port name="tukuSoap" binding="tns:tukuSoap">
- <soap:address location="http://tuku.55128.cn/tuku.asmx" />
- </wsdl:port>
- <wsdl:port name="tukuSoap12" binding="tns:tukuSoap12">
- <soap12:address location="http://tuku.55128.cn/tuku.asmx" />
- </wsdl:port>
- </wsdl:service>
- </wsdl:definitions>
|