我怎样才能在 IP 上发布肥皂消息,比如 12.23.421.12:3759
有什么方法可以读取此 IP 上的肥皂消息并可以从 XML 解析数据。
这是 WIRESHARK 工具的日志,我需要解析它
<SOAP-ENV:Envelope
xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:SOAP-ENC="http://schemas.xmlso ap.org/soap/encoding/"
xmlns:xsi ="http://www.w3.org/2001/XMLSche ma-instance"
xmlns:xsd="http://w ww.w3.org/2001/XMLSchema">
<SOAP-ENV:Body>
<huawei:setSubscriberDetails xmlns:huawei="http://business.add.gsm.rcom.com">
<paramSubscriberDetails>
<IMEI>355030005026 8312</IMEI>
<IMSI >405828210239016</IMSI>
<prepaid>true</prepaid>
<MSISDN>919646845889</MSISDN>
</paramSubscriberDetails>
</huawei:setSubscriberDetails>
</SOAP-ENV:Body>