tuku.wsdl 9.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <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/">
  3. <wsdl:types>
  4. <s:schema elementFormDefault="qualified" targetNamespace="http://tuku.55128.cn/">
  5. <s:element name="GetFileList">
  6. <s:complexType />
  7. </s:element>
  8. <s:element name="GetFileListResponse">
  9. <s:complexType>
  10. <s:sequence>
  11. <s:element minOccurs="0" maxOccurs="1" name="GetFileListResult" type="tns:ArrayOfString" />
  12. </s:sequence>
  13. </s:complexType>
  14. </s:element>
  15. <s:complexType name="ArrayOfString">
  16. <s:sequence>
  17. <s:element minOccurs="0" maxOccurs="unbounded" name="string" nillable="true" type="s:string" />
  18. </s:sequence>
  19. </s:complexType>
  20. <s:element name="GetMaxQi">
  21. <s:complexType />
  22. </s:element>
  23. <s:element name="GetMaxQiResponse">
  24. <s:complexType>
  25. <s:sequence>
  26. <s:element minOccurs="1" maxOccurs="1" name="GetMaxQiResult" type="s:int" />
  27. </s:sequence>
  28. </s:complexType>
  29. </s:element>
  30. <s:element name="GetMinQi">
  31. <s:complexType />
  32. </s:element>
  33. <s:element name="GetMinQiResponse">
  34. <s:complexType>
  35. <s:sequence>
  36. <s:element minOccurs="1" maxOccurs="1" name="GetMinQiResult" type="s:int" />
  37. </s:sequence>
  38. </s:complexType>
  39. </s:element>
  40. <s:element name="UploadFile">
  41. <s:complexType>
  42. <s:sequence>
  43. <s:element minOccurs="0" maxOccurs="1" name="fs" type="s:base64Binary" />
  44. <s:element minOccurs="0" maxOccurs="1" name="filename" type="s:string" />
  45. <s:element minOccurs="0" maxOccurs="1" name="code" type="s:string" />
  46. <s:element minOccurs="1" maxOccurs="1" name="qi" type="s:int" />
  47. </s:sequence>
  48. </s:complexType>
  49. </s:element>
  50. <s:element name="UploadFileResponse">
  51. <s:complexType>
  52. <s:sequence>
  53. <s:element minOccurs="1" maxOccurs="1" name="UploadFileResult" type="s:boolean" />
  54. </s:sequence>
  55. </s:complexType>
  56. </s:element>
  57. <s:element name="CreateTkAdvert">
  58. <s:complexType>
  59. <s:sequence>
  60. <s:element minOccurs="0" maxOccurs="1" name="code" type="s:string" />
  61. </s:sequence>
  62. </s:complexType>
  63. </s:element>
  64. <s:element name="CreateTkAdvertResponse">
  65. <s:complexType>
  66. <s:sequence>
  67. <s:element minOccurs="1" maxOccurs="1" name="CreateTkAdvertResult" type="s:boolean" />
  68. </s:sequence>
  69. </s:complexType>
  70. </s:element>
  71. </s:schema>
  72. </wsdl:types>
  73. <wsdl:message name="GetFileListSoapIn">
  74. <wsdl:part name="parameters" element="tns:GetFileList" />
  75. </wsdl:message>
  76. <wsdl:message name="GetFileListSoapOut">
  77. <wsdl:part name="parameters" element="tns:GetFileListResponse" />
  78. </wsdl:message>
  79. <wsdl:message name="GetMaxQiSoapIn">
  80. <wsdl:part name="parameters" element="tns:GetMaxQi" />
  81. </wsdl:message>
  82. <wsdl:message name="GetMaxQiSoapOut">
  83. <wsdl:part name="parameters" element="tns:GetMaxQiResponse" />
  84. </wsdl:message>
  85. <wsdl:message name="GetMinQiSoapIn">
  86. <wsdl:part name="parameters" element="tns:GetMinQi" />
  87. </wsdl:message>
  88. <wsdl:message name="GetMinQiSoapOut">
  89. <wsdl:part name="parameters" element="tns:GetMinQiResponse" />
  90. </wsdl:message>
  91. <wsdl:message name="UploadFileSoapIn">
  92. <wsdl:part name="parameters" element="tns:UploadFile" />
  93. </wsdl:message>
  94. <wsdl:message name="UploadFileSoapOut">
  95. <wsdl:part name="parameters" element="tns:UploadFileResponse" />
  96. </wsdl:message>
  97. <wsdl:message name="CreateTkAdvertSoapIn">
  98. <wsdl:part name="parameters" element="tns:CreateTkAdvert" />
  99. </wsdl:message>
  100. <wsdl:message name="CreateTkAdvertSoapOut">
  101. <wsdl:part name="parameters" element="tns:CreateTkAdvertResponse" />
  102. </wsdl:message>
  103. <wsdl:portType name="tukuSoap">
  104. <wsdl:operation name="GetFileList">
  105. <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">当前期目录下最新的文件列表</wsdl:documentation>
  106. <wsdl:input message="tns:GetFileListSoapIn" />
  107. <wsdl:output message="tns:GetFileListSoapOut" />
  108. </wsdl:operation>
  109. <wsdl:operation name="GetMaxQi">
  110. <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">图库目录下最大期数的目录</wsdl:documentation>
  111. <wsdl:input message="tns:GetMaxQiSoapIn" />
  112. <wsdl:output message="tns:GetMaxQiSoapOut" />
  113. </wsdl:operation>
  114. <wsdl:operation name="GetMinQi">
  115. <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">图库目录下最小期数的目录</wsdl:documentation>
  116. <wsdl:input message="tns:GetMinQiSoapIn" />
  117. <wsdl:output message="tns:GetMinQiSoapOut" />
  118. </wsdl:operation>
  119. <wsdl:operation name="UploadFile">
  120. <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">上传图片文件...</wsdl:documentation>
  121. <wsdl:input message="tns:UploadFileSoapIn" />
  122. <wsdl:output message="tns:UploadFileSoapOut" />
  123. </wsdl:operation>
  124. <wsdl:operation name="CreateTkAdvert">
  125. <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">生成单个含有广告图库图片</wsdl:documentation>
  126. <wsdl:input message="tns:CreateTkAdvertSoapIn" />
  127. <wsdl:output message="tns:CreateTkAdvertSoapOut" />
  128. </wsdl:operation>
  129. </wsdl:portType>
  130. <wsdl:binding name="tukuSoap" type="tns:tukuSoap">
  131. <soap:binding transport="http://schemas.xmlsoap.org/soap/http" />
  132. <wsdl:operation name="GetFileList">
  133. <soap:operation soapAction="http://tuku.55128.cn/GetFileList" style="document" />
  134. <wsdl:input>
  135. <soap:body use="literal" />
  136. </wsdl:input>
  137. <wsdl:output>
  138. <soap:body use="literal" />
  139. </wsdl:output>
  140. </wsdl:operation>
  141. <wsdl:operation name="GetMaxQi">
  142. <soap:operation soapAction="http://tuku.55128.cn/GetMaxQi" style="document" />
  143. <wsdl:input>
  144. <soap:body use="literal" />
  145. </wsdl:input>
  146. <wsdl:output>
  147. <soap:body use="literal" />
  148. </wsdl:output>
  149. </wsdl:operation>
  150. <wsdl:operation name="GetMinQi">
  151. <soap:operation soapAction="http://tuku.55128.cn/GetMinQi" style="document" />
  152. <wsdl:input>
  153. <soap:body use="literal" />
  154. </wsdl:input>
  155. <wsdl:output>
  156. <soap:body use="literal" />
  157. </wsdl:output>
  158. </wsdl:operation>
  159. <wsdl:operation name="UploadFile">
  160. <soap:operation soapAction="http://tuku.55128.cn/UploadFile" style="document" />
  161. <wsdl:input>
  162. <soap:body use="literal" />
  163. </wsdl:input>
  164. <wsdl:output>
  165. <soap:body use="literal" />
  166. </wsdl:output>
  167. </wsdl:operation>
  168. <wsdl:operation name="CreateTkAdvert">
  169. <soap:operation soapAction="http://tuku.55128.cn/CreateTkAdvert" style="document" />
  170. <wsdl:input>
  171. <soap:body use="literal" />
  172. </wsdl:input>
  173. <wsdl:output>
  174. <soap:body use="literal" />
  175. </wsdl:output>
  176. </wsdl:operation>
  177. </wsdl:binding>
  178. <wsdl:binding name="tukuSoap12" type="tns:tukuSoap">
  179. <soap12:binding transport="http://schemas.xmlsoap.org/soap/http" />
  180. <wsdl:operation name="GetFileList">
  181. <soap12:operation soapAction="http://tuku.55128.cn/GetFileList" style="document" />
  182. <wsdl:input>
  183. <soap12:body use="literal" />
  184. </wsdl:input>
  185. <wsdl:output>
  186. <soap12:body use="literal" />
  187. </wsdl:output>
  188. </wsdl:operation>
  189. <wsdl:operation name="GetMaxQi">
  190. <soap12:operation soapAction="http://tuku.55128.cn/GetMaxQi" style="document" />
  191. <wsdl:input>
  192. <soap12:body use="literal" />
  193. </wsdl:input>
  194. <wsdl:output>
  195. <soap12:body use="literal" />
  196. </wsdl:output>
  197. </wsdl:operation>
  198. <wsdl:operation name="GetMinQi">
  199. <soap12:operation soapAction="http://tuku.55128.cn/GetMinQi" style="document" />
  200. <wsdl:input>
  201. <soap12:body use="literal" />
  202. </wsdl:input>
  203. <wsdl:output>
  204. <soap12:body use="literal" />
  205. </wsdl:output>
  206. </wsdl:operation>
  207. <wsdl:operation name="UploadFile">
  208. <soap12:operation soapAction="http://tuku.55128.cn/UploadFile" style="document" />
  209. <wsdl:input>
  210. <soap12:body use="literal" />
  211. </wsdl:input>
  212. <wsdl:output>
  213. <soap12:body use="literal" />
  214. </wsdl:output>
  215. </wsdl:operation>
  216. <wsdl:operation name="CreateTkAdvert">
  217. <soap12:operation soapAction="http://tuku.55128.cn/CreateTkAdvert" style="document" />
  218. <wsdl:input>
  219. <soap12:body use="literal" />
  220. </wsdl:input>
  221. <wsdl:output>
  222. <soap12:body use="literal" />
  223. </wsdl:output>
  224. </wsdl:operation>
  225. </wsdl:binding>
  226. <wsdl:service name="tuku">
  227. <wsdl:port name="tukuSoap" binding="tns:tukuSoap">
  228. <soap:address location="http://tuku.55128.cn/tuku.asmx" />
  229. </wsdl:port>
  230. <wsdl:port name="tukuSoap12" binding="tns:tukuSoap12">
  231. <soap12:address location="http://tuku.55128.cn/tuku.asmx" />
  232. </wsdl:port>
  233. </wsdl:service>
  234. </wsdl:definitions>