UU跑腿标准版

FaxService.wsdl 6.7KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <wsdl:definitions xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:tns="http://tempuri.org/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/" 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/">
  3. <wsdl:types>
  4. <s:schema elementFormDefault="qualified" targetNamespace="http://tempuri.org/">
  5. <s:element name="UploadFileByKey">
  6. <s:complexType>
  7. <s:sequence>
  8. <s:element minOccurs="0" maxOccurs="1" name="FaxID" type="s:string" />
  9. <s:element minOccurs="0" maxOccurs="1" name="Phone" type="s:string" />
  10. <s:element minOccurs="0" maxOccurs="1" name="FileName" type="s:string" />
  11. <s:element minOccurs="0" maxOccurs="1" name="FileBytes" type="s:base64Binary" />
  12. <s:element minOccurs="0" maxOccurs="1" name="Key" type="s:string" />
  13. <s:element minOccurs="0" maxOccurs="1" name="IV" type="s:string" />
  14. </s:sequence>
  15. </s:complexType>
  16. </s:element>
  17. <s:element name="UploadFileByKeyResponse">
  18. <s:complexType>
  19. <s:sequence>
  20. <s:element minOccurs="0" maxOccurs="1" name="UploadFileByKeyResult" type="s:string" />
  21. </s:sequence>
  22. </s:complexType>
  23. </s:element>
  24. <s:element name="UploadFile">
  25. <s:complexType>
  26. <s:sequence>
  27. <s:element minOccurs="0" maxOccurs="1" name="FileName" type="s:string" />
  28. <s:element minOccurs="0" maxOccurs="1" name="FileBytes" type="s:base64Binary" />
  29. </s:sequence>
  30. </s:complexType>
  31. </s:element>
  32. <s:element name="UploadFileResponse">
  33. <s:complexType>
  34. <s:sequence>
  35. <s:element minOccurs="0" maxOccurs="1" name="UploadFileResult" type="s:string" />
  36. </s:sequence>
  37. </s:complexType>
  38. </s:element>
  39. <s:element name="DownloadFile">
  40. <s:complexType>
  41. <s:sequence>
  42. <s:element minOccurs="0" maxOccurs="1" name="FilePath" type="s:string" />
  43. </s:sequence>
  44. </s:complexType>
  45. </s:element>
  46. <s:element name="DownloadFileResponse">
  47. <s:complexType>
  48. <s:sequence>
  49. <s:element minOccurs="0" maxOccurs="1" name="DownloadFileResult" type="s:base64Binary" />
  50. </s:sequence>
  51. </s:complexType>
  52. </s:element>
  53. </s:schema>
  54. </wsdl:types>
  55. <wsdl:message name="UploadFileByKeySoapIn">
  56. <wsdl:part name="parameters" element="tns:UploadFileByKey" />
  57. </wsdl:message>
  58. <wsdl:message name="UploadFileByKeySoapOut">
  59. <wsdl:part name="parameters" element="tns:UploadFileByKeyResponse" />
  60. </wsdl:message>
  61. <wsdl:message name="UploadFileSoapIn">
  62. <wsdl:part name="parameters" element="tns:UploadFile" />
  63. </wsdl:message>
  64. <wsdl:message name="UploadFileSoapOut">
  65. <wsdl:part name="parameters" element="tns:UploadFileResponse" />
  66. </wsdl:message>
  67. <wsdl:message name="DownloadFileSoapIn">
  68. <wsdl:part name="parameters" element="tns:DownloadFile" />
  69. </wsdl:message>
  70. <wsdl:message name="DownloadFileSoapOut">
  71. <wsdl:part name="parameters" element="tns:DownloadFileResponse" />
  72. </wsdl:message>
  73. <wsdl:portType name="FaxServiceSoap">
  74. <wsdl:operation name="UploadFileByKey">
  75. <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">上传文件</wsdl:documentation>
  76. <wsdl:input message="tns:UploadFileByKeySoapIn" />
  77. <wsdl:output message="tns:UploadFileByKeySoapOut" />
  78. </wsdl:operation>
  79. <wsdl:operation name="UploadFile">
  80. <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">上传文件</wsdl:documentation>
  81. <wsdl:input message="tns:UploadFileSoapIn" />
  82. <wsdl:output message="tns:UploadFileSoapOut" />
  83. </wsdl:operation>
  84. <wsdl:operation name="DownloadFile">
  85. <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">下载文件</wsdl:documentation>
  86. <wsdl:input message="tns:DownloadFileSoapIn" />
  87. <wsdl:output message="tns:DownloadFileSoapOut" />
  88. </wsdl:operation>
  89. </wsdl:portType>
  90. <wsdl:binding name="FaxServiceSoap" type="tns:FaxServiceSoap">
  91. <soap:binding transport="http://schemas.xmlsoap.org/soap/http" />
  92. <wsdl:operation name="UploadFileByKey">
  93. <soap:operation soapAction="http://tempuri.org/UploadFileByKey" style="document" />
  94. <wsdl:input>
  95. <soap:body use="literal" />
  96. </wsdl:input>
  97. <wsdl:output>
  98. <soap:body use="literal" />
  99. </wsdl:output>
  100. </wsdl:operation>
  101. <wsdl:operation name="UploadFile">
  102. <soap:operation soapAction="http://tempuri.org/UploadFile" style="document" />
  103. <wsdl:input>
  104. <soap:body use="literal" />
  105. </wsdl:input>
  106. <wsdl:output>
  107. <soap:body use="literal" />
  108. </wsdl:output>
  109. </wsdl:operation>
  110. <wsdl:operation name="DownloadFile">
  111. <soap:operation soapAction="http://tempuri.org/DownloadFile" style="document" />
  112. <wsdl:input>
  113. <soap:body use="literal" />
  114. </wsdl:input>
  115. <wsdl:output>
  116. <soap:body use="literal" />
  117. </wsdl:output>
  118. </wsdl:operation>
  119. </wsdl:binding>
  120. <wsdl:binding name="FaxServiceSoap12" type="tns:FaxServiceSoap">
  121. <soap12:binding transport="http://schemas.xmlsoap.org/soap/http" />
  122. <wsdl:operation name="UploadFileByKey">
  123. <soap12:operation soapAction="http://tempuri.org/UploadFileByKey" style="document" />
  124. <wsdl:input>
  125. <soap12:body use="literal" />
  126. </wsdl:input>
  127. <wsdl:output>
  128. <soap12:body use="literal" />
  129. </wsdl:output>
  130. </wsdl:operation>
  131. <wsdl:operation name="UploadFile">
  132. <soap12:operation soapAction="http://tempuri.org/UploadFile" style="document" />
  133. <wsdl:input>
  134. <soap12:body use="literal" />
  135. </wsdl:input>
  136. <wsdl:output>
  137. <soap12:body use="literal" />
  138. </wsdl:output>
  139. </wsdl:operation>
  140. <wsdl:operation name="DownloadFile">
  141. <soap12:operation soapAction="http://tempuri.org/DownloadFile" style="document" />
  142. <wsdl:input>
  143. <soap12:body use="literal" />
  144. </wsdl:input>
  145. <wsdl:output>
  146. <soap12:body use="literal" />
  147. </wsdl:output>
  148. </wsdl:operation>
  149. </wsdl:binding>
  150. <wsdl:service name="FaxService">
  151. <wsdl:port name="FaxServiceSoap" binding="tns:FaxServiceSoap">
  152. <soap:address location="http://192.168.1.88:2222/FaxService.asmx" />
  153. </wsdl:port>
  154. <wsdl:port name="FaxServiceSoap12" binding="tns:FaxServiceSoap12">
  155. <soap12:address location="http://192.168.1.88:2222/FaxService.asmx" />
  156. </wsdl:port>
  157. </wsdl:service>
  158. </wsdl:definitions>