📄 tobaccooperation.wsdl
字号:
<?xml version="1.0" encoding="utf-8"?>
<wsdl:definitions xmlns:wsdlsoap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:apachesoap="http://xml.apache.org/xml-soap" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:intf="http://business.tobaservice.whty.com" xmlns:impl="http://business.tobaservice.whty.com" targetNamespace="http://business.tobaservice.whty.com" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
<wsdl:types>
<xsd:schema xmlns="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" targetNamespace="http://business.tobaservice.whty.com">
<xsd:element name="tobaOperationInterface">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="serviceId" type="xsd:string" />
<xsd:element name="retailPermisCode" type="xsd:string" />
<xsd:element name="cellPhone" type="xsd:string" />
<xsd:element name="sessionId" type="xsd:string" />
<xsd:element name="operationType" type="xsd:string" />
<xsd:element name="parameOne" type="xsd:string" />
<xsd:element name="parameTwo" type="xsd:string" />
</xsd:sequence>
</xsd:complexType>
</xsd:element>
<xsd:element name="tobaOperationInterfaceResponse">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="tobaOperationInterfaceReturn" type="xsd:string" />
</xsd:sequence>
</xsd:complexType>
</xsd:element>
</xsd:schema>
</wsdl:types>
<wsdl:message name="tobaOperationInterfaceRequest">
<wsdl:part name="parameters" element="impl:tobaOperationInterface" />
</wsdl:message>
<wsdl:message name="tobaOperationInterfaceResponse">
<wsdl:part name="parameters" element="impl:tobaOperationInterfaceResponse" />
</wsdl:message>
<wsdl:portType name="TobaccoOperation">
<wsdl:operation name="tobaOperationInterface">
<wsdl:input name="tobaOperationInterfaceRequest" message="impl:tobaOperationInterfaceRequest" />
<wsdl:output name="tobaOperationInterfaceResponse" message="impl:tobaOperationInterfaceResponse" />
</wsdl:operation>
</wsdl:portType>
<wsdl:binding name="TobaccoOperationSoapBinding" type="impl:TobaccoOperation">
<wsdlsoap:binding transport="http://schemas.xmlsoap.org/soap/http" />
<wsdl:operation name="tobaOperationInterface">
<wsdlsoap:operation soapAction="" />
<wsdl:input name="tobaOperationInterfaceRequest">
<wsdlsoap:body use="literal" />
</wsdl:input>
<wsdl:output name="tobaOperationInterfaceResponse">
<wsdlsoap:body use="literal" />
</wsdl:output>
</wsdl:operation>
</wsdl:binding>
<wsdl:service name="TobaccoOperationService">
<wsdl:port name="TobaccoOperation" binding="impl:TobaccoOperationSoapBinding">
<wsdlsoap:address location="http://10.8.2.76:8081/tobacco/services/TobaccoOperation" />
</wsdl:port>
</wsdl:service>
</wsdl:definitions>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -