| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158 |
- <?xml version="1.0" encoding="utf-8"?>
- <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/">
- <wsdl:types>
- <s:schema elementFormDefault="qualified" targetNamespace="http://tempuri.org/">
- <s:element name="UploadFileByKey">
- <s:complexType>
- <s:sequence>
- <s:element minOccurs="0" maxOccurs="1" name="FaxID" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="Phone" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="FileName" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="FileBytes" type="s:base64Binary" />
- <s:element minOccurs="0" maxOccurs="1" name="Key" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="IV" type="s:string" />
- </s:sequence>
- </s:complexType>
- </s:element>
- <s:element name="UploadFileByKeyResponse">
- <s:complexType>
- <s:sequence>
- <s:element minOccurs="0" maxOccurs="1" name="UploadFileByKeyResult" type="s:string" />
- </s:sequence>
- </s:complexType>
- </s:element>
- <s:element name="UploadFile">
- <s:complexType>
- <s:sequence>
- <s:element minOccurs="0" maxOccurs="1" name="FileName" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="FileBytes" type="s:base64Binary" />
- </s:sequence>
- </s:complexType>
- </s:element>
- <s:element name="UploadFileResponse">
- <s:complexType>
- <s:sequence>
- <s:element minOccurs="0" maxOccurs="1" name="UploadFileResult" type="s:string" />
- </s:sequence>
- </s:complexType>
- </s:element>
- <s:element name="DownloadFile">
- <s:complexType>
- <s:sequence>
- <s:element minOccurs="0" maxOccurs="1" name="FilePath" type="s:string" />
- </s:sequence>
- </s:complexType>
- </s:element>
- <s:element name="DownloadFileResponse">
- <s:complexType>
- <s:sequence>
- <s:element minOccurs="0" maxOccurs="1" name="DownloadFileResult" type="s:base64Binary" />
- </s:sequence>
- </s:complexType>
- </s:element>
- </s:schema>
- </wsdl:types>
- <wsdl:message name="UploadFileByKeySoapIn">
- <wsdl:part name="parameters" element="tns:UploadFileByKey" />
- </wsdl:message>
- <wsdl:message name="UploadFileByKeySoapOut">
- <wsdl:part name="parameters" element="tns:UploadFileByKeyResponse" />
- </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="DownloadFileSoapIn">
- <wsdl:part name="parameters" element="tns:DownloadFile" />
- </wsdl:message>
- <wsdl:message name="DownloadFileSoapOut">
- <wsdl:part name="parameters" element="tns:DownloadFileResponse" />
- </wsdl:message>
- <wsdl:portType name="FaxServiceSoap">
- <wsdl:operation name="UploadFileByKey">
- <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">上传文件</wsdl:documentation>
- <wsdl:input message="tns:UploadFileByKeySoapIn" />
- <wsdl:output message="tns:UploadFileByKeySoapOut" />
- </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="DownloadFile">
- <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">下载文件</wsdl:documentation>
- <wsdl:input message="tns:DownloadFileSoapIn" />
- <wsdl:output message="tns:DownloadFileSoapOut" />
- </wsdl:operation>
- </wsdl:portType>
- <wsdl:binding name="FaxServiceSoap" type="tns:FaxServiceSoap">
- <soap:binding transport="http://schemas.xmlsoap.org/soap/http" />
- <wsdl:operation name="UploadFileByKey">
- <soap:operation soapAction="http://tempuri.org/UploadFileByKey" 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://tempuri.org/UploadFile" style="document" />
- <wsdl:input>
- <soap:body use="literal" />
- </wsdl:input>
- <wsdl:output>
- <soap:body use="literal" />
- </wsdl:output>
- </wsdl:operation>
- <wsdl:operation name="DownloadFile">
- <soap:operation soapAction="http://tempuri.org/DownloadFile" 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="FaxServiceSoap12" type="tns:FaxServiceSoap">
- <soap12:binding transport="http://schemas.xmlsoap.org/soap/http" />
- <wsdl:operation name="UploadFileByKey">
- <soap12:operation soapAction="http://tempuri.org/UploadFileByKey" 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://tempuri.org/UploadFile" style="document" />
- <wsdl:input>
- <soap12:body use="literal" />
- </wsdl:input>
- <wsdl:output>
- <soap12:body use="literal" />
- </wsdl:output>
- </wsdl:operation>
- <wsdl:operation name="DownloadFile">
- <soap12:operation soapAction="http://tempuri.org/DownloadFile" 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="FaxService">
- <wsdl:port name="FaxServiceSoap" binding="tns:FaxServiceSoap">
- <soap:address location="http://192.168.1.88:2222/FaxService.asmx" />
- </wsdl:port>
- <wsdl:port name="FaxServiceSoap12" binding="tns:FaxServiceSoap12">
- <soap12:address location="http://192.168.1.88:2222/FaxService.asmx" />
- </wsdl:port>
- </wsdl:service>
- </wsdl:definitions>
|