active.xml

来自「移动misc平台订购例程」· XML 代码 · 共 26 行

XML
26
字号
<?xml version="1.0" encoding="utf-8"?>
<SOAP-ENV:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
       	xmlns:xsd="http://www.w3.org/2001/XMLSchema" 
	xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" 
	xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/">
<SOAP-ENV:Header>
	<TransactionID xmlns="http://www.monternet.com/dsmp/schemas/">
	27
	</TransactionID>
</SOAP-ENV:Header>
<SOAP-ENV:Body>
<ActiveTestReq>
	<MsgType>ActiveTestReq</MsgType>
	<TransactionID>27</TransactionID>
	<Version>1.5.0</Version>
	<Send_Address>
		<DeviceType>201</DeviceType>
		<DeviceID>dev</DeviceID>
	</Send_Address>
	<Dest_Address>
		<DeviceType>0</DeviceType>
		<DeviceID>0011</DeviceID>
	</Dest_Address>
</ActiveTestReq>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>

⌨️ 快捷键说明

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