📄 customersservice.wsdl
字号:
<?xml version="1.0" encoding="utf-8"?>
<wsdl:definitions xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:tns="http://MobileDevelopersHandbook.org/" xmlns:s="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" targetNamespace="http://MobileDevelopersHandbook.org/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
<wsdl:types>
<s:schema elementFormDefault="qualified" targetNamespace="http://MobileDevelopersHandbook.org/">
<s:import namespace="http://tempuri.org/CustomersDataSet.xsd" />
<s:import schemaLocation="http://localhost/CompressionService/CustomersService.asmx?schema=CustomersDataSet" namespace="http://tempuri.org/CustomersDataSet.xsd" />
<s:element name="GetCustomers">
<s:complexType />
</s:element>
<s:element name="GetCustomersResponse">
<s:complexType>
<s:sequence>
<s:element minOccurs="0" maxOccurs="1" name="GetCustomersResult">
<s:complexType>
<s:sequence>
<s:any namespace="http://tempuri.org/CustomersDataSet.xsd" />
</s:sequence>
</s:complexType>
</s:element>
</s:sequence>
</s:complexType>
</s:element>
<s:element name="GetCompressedCustomers">
<s:complexType />
</s:element>
<s:element name="GetCompressedCustomersResponse">
<s:complexType>
<s:sequence>
<s:element minOccurs="0" maxOccurs="1" name="GetCompressedCustomersResult">
<s:complexType>
<s:sequence>
<s:any namespace="http://tempuri.org/CustomersDataSet.xsd" />
</s:sequence>
</s:complexType>
</s:element>
</s:sequence>
</s:complexType>
</s:element>
<s:element name="UpdateCustomers">
<s:complexType>
<s:sequence>
<s:element minOccurs="0" maxOccurs="1" name="customersDataSet">
<s:complexType>
<s:sequence>
<s:any namespace="http://tempuri.org/CustomersDataSet.xsd" />
</s:sequence>
</s:complexType>
</s:element>
</s:sequence>
</s:complexType>
</s:element>
<s:element name="UpdateCustomersResponse">
<s:complexType>
<s:sequence>
<s:element minOccurs="1" maxOccurs="1" name="UpdateCustomersResult" type="s:int" />
</s:sequence>
</s:complexType>
</s:element>
<s:element name="UpdateCompressedCustomers">
<s:complexType>
<s:sequence>
<s:element minOccurs="0" maxOccurs="1" name="customersDataSet">
<s:complexType>
<s:sequence>
<s:any namespace="http://tempuri.org/CustomersDataSet.xsd" />
</s:sequence>
</s:complexType>
</s:element>
</s:sequence>
</s:complexType>
</s:element>
<s:element name="UpdateCompressedCustomersResponse">
<s:complexType>
<s:sequence>
<s:element minOccurs="1" maxOccurs="1" name="UpdateCompressedCustomersResult" type="s:int" />
</s:sequence>
</s:complexType>
</s:element>
</s:schema>
</wsdl:types>
<wsdl:message name="GetCustomersSoapIn">
<wsdl:part name="parameters" element="tns:GetCustomers" />
</wsdl:message>
<wsdl:message name="GetCustomersSoapOut">
<wsdl:part name="parameters" element="tns:GetCustomersResponse" />
</wsdl:message>
<wsdl:message name="GetCompressedCustomersSoapIn">
<wsdl:part name="parameters" element="tns:GetCompressedCustomers" />
</wsdl:message>
<wsdl:message name="GetCompressedCustomersSoapOut">
<wsdl:part name="parameters" element="tns:GetCompressedCustomersResponse" />
</wsdl:message>
<wsdl:message name="UpdateCustomersSoapIn">
<wsdl:part name="parameters" element="tns:UpdateCustomers" />
</wsdl:message>
<wsdl:message name="UpdateCustomersSoapOut">
<wsdl:part name="parameters" element="tns:UpdateCustomersResponse" />
</wsdl:message>
<wsdl:message name="UpdateCompressedCustomersSoapIn">
<wsdl:part name="parameters" element="tns:UpdateCompressedCustomers" />
</wsdl:message>
<wsdl:message name="UpdateCompressedCustomersSoapOut">
<wsdl:part name="parameters" element="tns:UpdateCompressedCustomersResponse" />
</wsdl:message>
<wsdl:portType name="CustomersServiceSoap">
<wsdl:operation name="GetCustomers">
<wsdl:input message="tns:GetCustomersSoapIn" />
<wsdl:output message="tns:GetCustomersSoapOut" />
</wsdl:operation>
<wsdl:operation name="GetCompressedCustomers">
<wsdl:input message="tns:GetCompressedCustomersSoapIn" />
<wsdl:output message="tns:GetCompressedCustomersSoapOut" />
</wsdl:operation>
<wsdl:operation name="UpdateCustomers">
<wsdl:input message="tns:UpdateCustomersSoapIn" />
<wsdl:output message="tns:UpdateCustomersSoapOut" />
</wsdl:operation>
<wsdl:operation name="UpdateCompressedCustomers">
<wsdl:input message="tns:UpdateCompressedCustomersSoapIn" />
<wsdl:output message="tns:UpdateCompressedCustomersSoapOut" />
</wsdl:operation>
</wsdl:portType>
<wsdl:binding name="CustomersServiceSoap" type="tns:CustomersServiceSoap">
<soap:binding transport="http://schemas.xmlsoap.org/soap/http" />
<wsdl:operation name="GetCustomers">
<soap:operation soapAction="http://MobileDevelopersHandbook.org/GetCustomers" style="document" />
<wsdl:input>
<soap:body use="literal" />
</wsdl:input>
<wsdl:output>
<soap:body use="literal" />
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="GetCompressedCustomers">
<soap:operation soapAction="http://MobileDevelopersHandbook.org/GetCompressedCustomers" style="document" />
<wsdl:input>
<soap:body use="literal" />
</wsdl:input>
<wsdl:output>
<soap:body use="literal" />
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="UpdateCustomers">
<soap:operation soapAction="http://MobileDevelopersHandbook.org/UpdateCustomers" style="document" />
<wsdl:input>
<soap:body use="literal" />
</wsdl:input>
<wsdl:output>
<soap:body use="literal" />
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="UpdateCompressedCustomers">
<soap:operation soapAction="http://MobileDevelopersHandbook.org/UpdateCompressedCustomers" 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="CustomersServiceSoap12" type="tns:CustomersServiceSoap">
<soap12:binding transport="http://schemas.xmlsoap.org/soap/http" />
<wsdl:operation name="GetCustomers">
<soap12:operation soapAction="http://MobileDevelopersHandbook.org/GetCustomers" style="document" />
<wsdl:input>
<soap12:body use="literal" />
</wsdl:input>
<wsdl:output>
<soap12:body use="literal" />
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="GetCompressedCustomers">
<soap12:operation soapAction="http://MobileDevelopersHandbook.org/GetCompressedCustomers" style="document" />
<wsdl:input>
<soap12:body use="literal" />
</wsdl:input>
<wsdl:output>
<soap12:body use="literal" />
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="UpdateCustomers">
<soap12:operation soapAction="http://MobileDevelopersHandbook.org/UpdateCustomers" style="document" />
<wsdl:input>
<soap12:body use="literal" />
</wsdl:input>
<wsdl:output>
<soap12:body use="literal" />
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="UpdateCompressedCustomers">
<soap12:operation soapAction="http://MobileDevelopersHandbook.org/UpdateCompressedCustomers" 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="CustomersService">
<wsdl:port name="CustomersServiceSoap" binding="tns:CustomersServiceSoap">
<soap:address location="http://localhost/CompressionService/CustomersService.asmx" />
</wsdl:port>
<wsdl:port name="CustomersServiceSoap12" binding="tns:CustomersServiceSoap12">
<soap12:address location="http://localhost/CompressionService/CustomersService.asmx" />
</wsdl:port>
</wsdl:service>
</wsdl:definitions>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -