⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 dsmp.wsdl

📁 apache模组的源代码
💻 WSDL
字号:
<?xml version="1.0" encoding="UTF-8"?><definitions name="Service" xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:SOAP="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:WSDL="http://schemas.xmlsoap.org/wsdl/" targetNamespace="http://localhost/Service.wsdl" xmlns:tns="http://localhost/Service.wsdl" xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:dsmp="http://www.monternet.com/dsmp/schemas/"><types> <schema targetNamespace="http://www.monternet.com/dsmp/schemas/"  xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"  xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"  xmlns:xsd="http://www.w3.org/2001/XMLSchema"  xmlns:dsmp="http://www.monternet.com/dsmp/schemas/"  xmlns="http://www.w3.org/2001/XMLSchema"  elementFormDefault="unqualified"  attributeFormDefault="unqualified">  <simpleType name="TransactionID">   <restriction base="xsd:string">   </restriction>  </simpleType>  <complexType name="SyncOrderRelationResp">   <sequence>    <element name="MsgType" type="xsd:string" minOccurs="1" maxOccurs="1" nillable="true"/>    <element name="Version" type="xsd:string" minOccurs="1" maxOccurs="1" nillable="true"/>    <element name="hRet" type="xsd:integer" minOccurs="1" maxOccurs="1" nillable="true"/>   </sequence>  </complexType>  <complexType name="user-id">   <sequence>    <element name="UserIDType" type="xsd:integer" minOccurs="1" maxOccurs="1" nillable="true"/>    <element name="MSISDN" type="xsd:string" minOccurs="1" maxOccurs="1" nillable="true"/>    <element name="PseudoCode" type="xsd:base64Binary" minOccurs="1" maxOccurs="1" nillable="true"/>   </sequence>  </complexType>  <complexType name="address-info">   <sequence>    <element name="DeviceType" type="xsd:integer" minOccurs="1" maxOccurs="1" nillable="true"/>    <element name="DeviceID" type="xsd:string" minOccurs="1" maxOccurs="1" nillable="true"/>   </sequence>  </complexType>  <complexType name="SyncOrderRelationReq">   <sequence>    <element name="MsgType" type="xsd:string" minOccurs="1" maxOccurs="1" nillable="true"/>    <element name="Version" type="xsd:string" minOccurs="1" maxOccurs="1" nillable="true"/>    <element name="Send-Address" type="dsmp:address-info" minOccurs="1" maxOccurs="1" nillable="true"/>    <element name="Dest-Address" type="dsmp:address-info" minOccurs="1" maxOccurs="1" nillable="true"/>    <element name="FeeUser-ID" type="dsmp:user-id" minOccurs="1" maxOccurs="1" nillable="true"/>    <element name="DestUser-ID" type="dsmp:user-id" minOccurs="1" maxOccurs="1" nillable="true"/>    <element name="LinkID" type="xsd:string" minOccurs="1" maxOccurs="1" nillable="true"/>    <element name="ActionID" type="xsd:integer" minOccurs="1" maxOccurs="1" nillable="true"/>    <element name="ActionReasonID" type="xsd:integer" minOccurs="1" maxOccurs="1" nillable="true"/>    <element name="SPID" type="xsd:string" minOccurs="1" maxOccurs="1" nillable="true"/>    <element name="SPServiceID" type="xsd:string" minOccurs="1" maxOccurs="1" nillable="true"/>    <element name="AccessMode" type="xsd:integer" minOccurs="1" maxOccurs="1" nillable="true"/>    <element name="FeatureStr" type="xsd:base64Binary" minOccurs="1" maxOccurs="1" nillable="true"/>   </sequence>  </complexType> </schema></types><message name="SyncOrderRelationRequest"> <part name="pReq" type="dsmp:SyncOrderRelationReq"/></message><message name="SyncOrderRelationResp"> <part name="MsgType" type="xsd:string"/> <part name="Version" type="xsd:string"/> <part name="hRet" type="xsd:integer"/></message><message name="ServiceHeader"> <part name="TransactionID" type="xsd:string"/></message><portType name="ServicePortType"> <operation name="SyncOrderRelation">  <documentation>Service definition of function dsmp__SyncOrderRelation</documentation>  <input message="tns:SyncOrderRelationRequest"/>  <output message="tns:SyncOrderRelationResp"/> </operation></portType><binding name="ServiceBinding" type="tns:ServicePortType"> <SOAP:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/> <operation name="SyncOrderRelation">  <SOAP:operation soapAction=""/>  <input>   <SOAP:body use="encoded" namespace="http://www.monternet.com/dsmp/schemas/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>  </input>  <output>   <SOAP:body use="encoded" namespace="http://www.monternet.com/dsmp/schemas/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>  </output> </operation></binding><service name="Service"> <documentation>gSOAP 2.3 rev 4 generated service definition</documentation> <port name="Service" binding="tns:ServiceBinding">  <SOAP:address location="http://localhost"/> </port></service></definitions>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -