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

📄 dsmp.wsdl

📁 apache模组的源代码
💻 WSDL
字号:
<definitions xmlns:ws="http://www.monternet.com/dsmp/wsdl/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:wsdl="http://schemas.xmlsoap.ort/wsdl/" xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:dsmp="http://www.monternet.com/dsmp/schemas/" targetNamespace="http://www.monternet.com/dsmp/wsdl/">
	<types>
		<schema targetNamespace="http://www.monternet.com/dsmp/schemas/" xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://www.w3.org/2001/XMLSchema" elementFormDefault="unqualified" attributeFormDefault="unqualified">
			<complexType name="address_info_schema">
				<sequence>
					<element name="DeviceType" type="xsd:integer"/>
					<element name="DeviceID" type="xsd:string"/>
				</sequence>
			</complexType>
			<complexType name="user_id_schema">
				<sequence>
					<element name="UserIDType" type="xsd:integer"/>
					<element name="MSISDN" type="xsd:string"/>
					<element name="PseudoCode" type="xsd:base64Binary"/>
				</sequence>
			</complexType>
			<!-- request & response -->
			<element name="TransactionID" type="xsd:string"/>
			<element name="SyncOrderRelationReq" type="dsmp:SyncOrderRelationReqType"/>
			<complexType name="SyncOrderRelationReqType">
				<sequence>
					<element name="Version" type="xsd:string"/>
					<element name="MsgType" type="xsd:string"/>
					<element name="Send_Address" type="dsmp:address_info_schema"/>
					<element name="Dest_Address" type="dsmp:address_info_schema"/>
					<element name="FeeUser_ID" type="dsmp:user_id_schema"/>
					<element name="DestUser_ID" type="dsmp:user_id_schema"/>
					<element name="LinkID" type="xsd:string" minOccurs="0"/>
					<element name="ActionID" type="xsd:integer"/>
					<element name="ActionReasonID" type="xsd:integer"/>
					<element name="SPID" type="xsd:string" minOccurs="0"/>
					<element name="SPServiceID" type="xsd:string"/>
					<element name="AccessMode" type="xsd:integer" minOccurs="0"/>
					<element name="FeatureStr" type="xsd:base64Binary" minOccurs="0"/>
				</sequence>
			</complexType>
			<element name="SyncOrderRelationResp" type="dsmp:SyncOrderRelationRespType"/>
			<complexType name="SyncOrderRelationRespType">
				<sequence>
					<element name="Version" type="xsd:string"/>
					<element name="MsgType" type="xsd:string"/>
					<element name="hRet" type="xsd:integer"/>
				</sequence>
			</complexType>
		</schema>
	</types>
	<message name="dsmp.transID">
		<part name="TransactionID" element="dsmp:TransactionID"/>
	</message>
	<message name="ma.SyncOrderRelationReq">
		<part name="SyncOrderRelationInput" element="dsmp:SyncOrderRelationReq"/>
	</message>
	<message name="ma.SyncOrderRelationResp">
		<part name="SyncOrderRelationOutput" element="dsmp:SyncOrderRelationResp"/>
	</message>
	<portType name="maPort">
		<operation name="SyncOrderRelation">
			<input message="ws:ma.SyncOrderRelationReq"/>
			<output message="ws:ma.SyncOrderRelationResp"/>
		</operation>
	</portType>
	<binding name="maPortBinding" type="ws:maPort">
		<soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
		<operation name="SyncOrderRelation">
			<soap:operation soapAction="sim.SyncOrderRelation"/>
			<input>
				<soap:body use="literal" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://www.monternet.com/dsmp/schemas/"/>
				<soap:header message="ws:dsmp.transID" part="TransactionID" use="literal" encodingStyle="http://schemas.xmlsoap.org/soap/encoding" namespace="http://www.monternet.com/dsmp/schemas/"/>
			</input>
			<output>
				<soap:body use="literal" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://www.monternet.com/dsmp/schemas/"/>
				<soap:header message="ws:dsmp.transID" part="TransactionID" use="literal" encodingStyle="http://schemas.xmlsoap.org/soap/encoding" namespace="http://www.monternet.com/dsmp/schemas/"/>
			</output>
		</operation>
	</binding>
	<service name="dsmp">
		<port name="maPort" binding="ws:maPortBinding">
			<soap:address location="http://10.203.116.41:9600/dsmp/dsmp.wsdl"/>
		</port>
	</service>
</definitions>

⌨️ 快捷键说明

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