📄 deliver.wsdl
字号:
<?xml version="1.0" encoding="utf-8"?>
<definitions xmlns:s="http://www.w3.org/2001/XMLSchema" xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:s0="http://202.113.27.43/Freight/Deliver.asmx" targetNamespace="http://202.113.27.43/Freight/Deliver.asmx" xmlns="http://schemas.xmlsoap.org/wsdl/">
<types>
<s:schema attributeFormDefault="qualified" elementFormDefault="qualified" targetNamespace="http://202.113.27.43/Freight/Deliver.asmx">
<s:element name="Deliver">
<s:complexType>
<s:sequence>
<s:element minOccurs="1" maxOccurs="1" name="strDeliverTo" nillable="true" type="s:string" />
<s:element minOccurs="1" maxOccurs="1" name="nAmount" type="s:int" />
<s:element minOccurs="1" maxOccurs="1" name="nDelayDays" type="s:int" />
<s:element minOccurs="1" maxOccurs="1" name="strAdditionalInfo" nillable="true" type="s:string" />
</s:sequence>
</s:complexType>
</s:element>
<s:element name="DeliverResponse">
<s:complexType />
</s:element>
</s:schema>
</types>
<message name="DeliverSoapIn">
<part name="parameters" element="s0:Deliver" />
</message>
<message name="DeliverSoapOut">
<part name="parameters" element="s0:DeliverResponse" />
</message>
<message name="DeliverHttpGetIn">
<part name="strDeliverTo" type="s:string" />
<part name="nAmount" type="s:string" />
<part name="nDelayDays" type="s:string" />
<part name="strAdditionalInfo" type="s:string" />
</message>
<message name="DeliverHttpGetOut" />
<message name="DeliverHttpPostIn">
<part name="strDeliverTo" type="s:string" />
<part name="nAmount" type="s:string" />
<part name="nDelayDays" type="s:string" />
<part name="strAdditionalInfo" type="s:string" />
</message>
<message name="DeliverHttpPostOut" />
<portType name="WS_DeliverSoap">
<operation name="Deliver">
<documentation>Deliver ...</documentation>
<input message="s0:DeliverSoapIn" />
<output message="s0:DeliverSoapOut" />
</operation>
</portType>
<portType name="WS_DeliverHttpGet">
<operation name="Deliver">
<documentation>Deliver ...</documentation>
<input message="s0:DeliverHttpGetIn" />
<output message="s0:DeliverHttpGetOut" />
</operation>
</portType>
<portType name="WS_DeliverHttpPost">
<operation name="Deliver">
<documentation>Deliver ...</documentation>
<input message="s0:DeliverHttpPostIn" />
<output message="s0:DeliverHttpPostOut" />
</operation>
</portType>
<binding name="WS_DeliverSoap" type="s0:WS_DeliverSoap">
<soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="document" />
<operation name="Deliver">
<soap:operation soapAction="http://202.113.27.43/Freight/Deliver.asmx/Deliver" style="document" />
<input>
<soap:body use="literal" />
</input>
<output>
<soap:body use="literal" />
</output>
</operation>
</binding>
<binding name="WS_DeliverHttpGet" type="s0:WS_DeliverHttpGet">
<http:binding verb="GET" />
<operation name="Deliver">
<http:operation location="/Deliver" />
<input>
<http:urlEncoded />
</input>
<output />
</operation>
</binding>
<binding name="WS_DeliverHttpPost" type="s0:WS_DeliverHttpPost">
<http:binding verb="POST" />
<operation name="Deliver">
<http:operation location="/Deliver" />
<input>
<mime:content type="application/x-www-form-urlencoded" />
</input>
<output />
</operation>
</binding>
<service name="WS_Deliver">
<port name="WS_DeliverSoap" binding="s0:WS_DeliverSoap">
<soap:address location="http://202.113.27.43/Freight/Deliver.asmx" />
</port>
<port name="WS_DeliverHttpGet" binding="s0:WS_DeliverHttpGet">
<http:address location="http://202.113.27.43/Freight/Deliver.asmx" />
</port>
<port name="WS_DeliverHttpPost" binding="s0:WS_DeliverHttpPost">
<http:address location="http://202.113.27.43/Freight/Deliver.asmx" />
</port>
</service>
</definitions>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -