FXSend/BJDX_iagw_Mms/iagw_wsdl.wsdl
2025-02-28 17:05:50 +08:00

62 lines
2.7 KiB
XML

<wsdl:definitions xmlns:apachesoap="http://xml.apache.org/xml-soap" xmlns:impl="http://www.bnet.cn/v3.0/" xmlns:intf="http://www.bnet.cn/v3.0/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:wsdlsoap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" targetNamespace="http://www.bnet.cn/v3.0/">
<!--
WSDL created by Apache Axis version: 1.4
Built on Apr 22, 2006 (06:55:48 PDT)
-->
<wsdl:types>
<schema xmlns="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" targetNamespace="http://www.bnet.cn/v3.0/">
<element name="reqXml" type="xsd:string"/>
<element name="ExecuteInvokeReturn" type="xsd:string"/>
<element name="decode" type="xsd:string"/>
<element name="EncodeStringReturn" type="xsd:string"/>
</schema>
</wsdl:types>
<wsdl:message name="ExecuteInvokeResponse">
<wsdl:part element="impl:ExecuteInvokeReturn" name="ExecuteInvokeReturn"/>
</wsdl:message>
<wsdl:message name="EncodeStringResponse">
<wsdl:part element="impl:EncodeStringReturn" name="EncodeStringReturn"/>
</wsdl:message>
<wsdl:message name="ExecuteInvokeRequest">
<wsdl:part element="impl:reqXml" name="reqXml"/>
</wsdl:message>
<wsdl:message name="EncodeStringRequest">
<wsdl:part element="impl:decode" name="decode"/>
</wsdl:message>
<wsdl:portType name="CapService">
<wsdl:operation name="ExecuteInvoke" parameterOrder="reqXml">
<wsdl:input message="impl:ExecuteInvokeRequest" name="ExecuteInvokeRequest"/>
<wsdl:output message="impl:ExecuteInvokeResponse" name="ExecuteInvokeResponse"/>
</wsdl:operation>
<wsdl:operation name="EncodeString" parameterOrder="decode">
<wsdl:input message="impl:EncodeStringRequest" name="EncodeStringRequest"/>
<wsdl:output message="impl:EncodeStringResponse" name="EncodeStringResponse"/>
</wsdl:operation>
</wsdl:portType>
<wsdl:binding name="capServiceSoapBinding" type="impl:CapService">
<wsdlsoap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
<wsdl:operation name="ExecuteInvoke">
<wsdlsoap:operation soapAction=""/>
<wsdl:input name="ExecuteInvokeRequest">
<wsdlsoap:body use="literal"/>
</wsdl:input>
<wsdl:output name="ExecuteInvokeResponse">
<wsdlsoap:body use="literal"/>
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="EncodeString">
<wsdlsoap:operation soapAction=""/>
<wsdl:input name="EncodeStringRequest">
<wsdlsoap:body use="literal"/>
</wsdl:input>
<wsdl:output name="EncodeStringResponse">
<wsdlsoap:body use="literal"/>
</wsdl:output>
</wsdl:operation>
</wsdl:binding>
<wsdl:service name="CapServiceService">
<wsdl:port binding="impl:capServiceSoapBinding" name="capService">
<wsdlsoap:address location="http://124.126.119.27:9876/iagw_mms_recvsp/services/capService"/>
</wsdl:port>
</wsdl:service>
</wsdl:definitions>