📄 反向包样例.txt
字号:
反向定购包:
<?xml version="1.0" encoding="UTF-8" ?>
<SOAP-ENV:Envelope 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" SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns="http://www.monternet.com/dsmp/schemas/">
<SOAP-ENV:Header>
<TransactionID xmlns="http://www.monternet.com/dsmp/schemas/" xsi:type="xsd:string">00010301801050</TransactionID>
</SOAP-ENV:Header>
<SOAP-ENV:Body>
<SubscribeServiceReq xmlns="http://www.monternet.com/dsmp/schemas/">
<Version>1.5.0</Version>
<MsgType>SubscribeServiceReq</MsgType>
<Send_Address>
<DeviceType>400</DeviceType>
<DeviceID>901013</DeviceID>
</Send_Address>
<Dest_Address>
<DeviceType>0</DeviceType>
<DeviceID>0014</DeviceID>
</Dest_Address>
<FeeUser_ID>
<UserIDType>1</UserIDType>
<MSISDN>13910555010</MSISDN>
<PseudoCode />
</FeeUser_ID>
<DestUser_ID>
<UserIDType>1</UserIDType>
<MSISDN>13910555010</MSISDN>
<PseudoCode />
</DestUser_ID>
<Service_ID>
<ServiceIDType>1</ServiceIDType>
<SPID>901013</SPID>
<SPServiceID>-XXCXBY</SPServiceID>
<AccessNo />
</Service_ID>
<FeatureStr />
</SubscribeServiceReq>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
反向取消包:
<?xml version="1.0" encoding="UTF-8" ?>
<SOAP-ENV:Envelope 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" SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns="http://www.monternet.com/dsmp/schemas/">
<SOAP-ENV:Header>
<TransactionID xmlns="http://www.monternet.com/dsmp/schemas/" xsi:type="xsd:string">00240301801050</TransactionID>
</SOAP-ENV:Header>
<SOAP-ENV:Body>
<UnSubscribeServiceReq xmlns="http://www.monternet.com/dsmp/schemas/">
<Version>1.5.0</Version>
<MsgType>UnSubscribeServiceReq</MsgType>
<Send_Address>
<DeviceType>400</DeviceType>
<DeviceID>911062</DeviceID>
</Send_Address>
<Dest_Address>
<DeviceType>0</DeviceType>
<DeviceID>0014</DeviceID>
</Dest_Address>
<FeeUser_ID>
<UserIDType>1</UserIDType>
<MSISDN>13867150401</MSISDN>
<PseudoCode />
</FeeUser_ID>
<DestUser_ID>
<UserIDType>1</UserIDType>
<MSISDN>13867150401</MSISDN>
<PseudoCode />
</DestUser_ID>
<Service_ID>
<ServiceIDType>1</ServiceIDType>
<SPID>911062</SPID>
<SPServiceID>GP</SPServiceID>
<AccessNo />
<FeatureStr />
</Service_ID>
</UnSubscribeServiceReq>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
下面这么填也可以:
<?xml version="1.0" encoding="UTF-8" ?>
<soap:Envelope
xmlns:soap="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"
soap:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"
xmlns="http://www.monternet.com/dsmp/schemas/">
<soap:Header>
<TransactionID xmlns="http://www.monternet.com/dsmp/schemas/" xsi:type="xsd:string">00240301801050</TransactionID>
</soap:Header>
<soap:Body>
<UnSubscribeServiceReq xmlns="http://www.monternet.com/dsmp/schemas/">
<Version>1.5.0</Version>
<MsgType>UnSubscribeServiceReq</MsgType>
<Send_Address>
<DeviceType>400</DeviceType>
<DeviceID>913002</DeviceID>
</Send_Address>
<Dest_Address>
<DeviceType>0</DeviceType>
<DeviceID>0014</DeviceID>
</Dest_Address>
<FeeUser_ID>
<UserIDType>1</UserIDType>
<MSISDN>13859092804</MSISDN>
<PseudoCode />
</FeeUser_ID>
<DestUser_ID>
<UserIDType>1</UserIDType>
<MSISDN>13859092804</MSISDN>
<PseudoCode />
</DestUser_ID>
<Service_ID>
<ServiceIDType>1</ServiceIDType>
<SPID>913002</SPID>
<SPServiceID>-YCYCSZA</SPServiceID>
<AccessNo/>
<FeatureStr/>
</Service_ID>
</UnSubscribeServiceReq>
</soap:Body>
</soap:Envelope>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -