You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
140 lines
5.7 KiB
XML
140 lines
5.7 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<wsdl:definitions xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:tns="http://tempuri.org/" xmlns:s="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/" xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" 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="ZipFile">
|
|
<s:complexType />
|
|
</s:element>
|
|
<s:element name="ZipFileResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="ZipFileResult" type="s:string" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="deleteFile">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="url" type="s:string" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="deleteFileResponse">
|
|
<s:complexType />
|
|
</s:element>
|
|
<s:element name="getFileVersion">
|
|
<s:complexType />
|
|
</s:element>
|
|
<s:element name="getFileVersionResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="getFileVersionResult" type="s:string" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
</s:schema>
|
|
</wsdl:types>
|
|
<wsdl:message name="ZipFileSoapIn">
|
|
<wsdl:part name="parameters" element="tns:ZipFile" />
|
|
</wsdl:message>
|
|
<wsdl:message name="ZipFileSoapOut">
|
|
<wsdl:part name="parameters" element="tns:ZipFileResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="deleteFileSoapIn">
|
|
<wsdl:part name="parameters" element="tns:deleteFile" />
|
|
</wsdl:message>
|
|
<wsdl:message name="deleteFileSoapOut">
|
|
<wsdl:part name="parameters" element="tns:deleteFileResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="getFileVersionSoapIn">
|
|
<wsdl:part name="parameters" element="tns:getFileVersion" />
|
|
</wsdl:message>
|
|
<wsdl:message name="getFileVersionSoapOut">
|
|
<wsdl:part name="parameters" element="tns:getFileVersionResponse" />
|
|
</wsdl:message>
|
|
<wsdl:portType name="WebServiceSoap">
|
|
<wsdl:operation name="ZipFile">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">压缩文件</wsdl:documentation>
|
|
<wsdl:input message="tns:ZipFileSoapIn" />
|
|
<wsdl:output message="tns:ZipFileSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="deleteFile">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">删除已下载文件</wsdl:documentation>
|
|
<wsdl:input message="tns:deleteFileSoapIn" />
|
|
<wsdl:output message="tns:deleteFileSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="getFileVersion">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">获取文件版本号</wsdl:documentation>
|
|
<wsdl:input message="tns:getFileVersionSoapIn" />
|
|
<wsdl:output message="tns:getFileVersionSoapOut" />
|
|
</wsdl:operation>
|
|
</wsdl:portType>
|
|
<wsdl:binding name="WebServiceSoap" type="tns:WebServiceSoap">
|
|
<soap:binding transport="http://schemas.xmlsoap.org/soap/http" />
|
|
<wsdl:operation name="ZipFile">
|
|
<soap:operation soapAction="http://tempuri.org/ZipFile" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="deleteFile">
|
|
<soap:operation soapAction="http://tempuri.org/deleteFile" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="getFileVersion">
|
|
<soap:operation soapAction="http://tempuri.org/getFileVersion" 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="WebServiceSoap12" type="tns:WebServiceSoap">
|
|
<soap12:binding transport="http://schemas.xmlsoap.org/soap/http" />
|
|
<wsdl:operation name="ZipFile">
|
|
<soap12:operation soapAction="http://tempuri.org/ZipFile" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="deleteFile">
|
|
<soap12:operation soapAction="http://tempuri.org/deleteFile" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="getFileVersion">
|
|
<soap12:operation soapAction="http://tempuri.org/getFileVersion" 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="WebService">
|
|
<wsdl:port name="WebServiceSoap" binding="tns:WebServiceSoap">
|
|
<soap:address location="http://localhost:55277/WebService.asmx" />
|
|
</wsdl:port>
|
|
<wsdl:port name="WebServiceSoap12" binding="tns:WebServiceSoap12">
|
|
<soap12:address location="http://localhost:55277/WebService.asmx" />
|
|
</wsdl:port>
|
|
</wsdl:service>
|
|
</wsdl:definitions> |