mm7

How to send MMS with MM7 using Java?

微笑、不失礼 提交于 2020-01-03 13:41:08
问题 Please let me know is there any way to send MMS using MM7 protocol in Java? If there is a free API to generate the appropriate SOAP message please let me know it too. I'm in a dead end situation and I really need a way to do this. Your wise suggestions are also welcome. Thank in advance. 回答1: The MMS Soap should look like this: 3GPP MM7 SOAP Spesicifation. Here is how I'm doing it: You will need activation.jar, saaj-api.jar, activation.jar, and saaj-impl.jar (and any other dependent jar files

How to send MMS with MM7 using Java?

丶灬走出姿态 提交于 2020-01-03 13:41:08
问题 Please let me know is there any way to send MMS using MM7 protocol in Java? If there is a free API to generate the appropriate SOAP message please let me know it too. I'm in a dead end situation and I really need a way to do this. Your wise suggestions are also welcome. Thank in advance. 回答1: The MMS Soap should look like this: 3GPP MM7 SOAP Spesicifation. Here is how I'm doing it: You will need activation.jar, saaj-api.jar, activation.jar, and saaj-impl.jar (and any other dependent jar files

Parse and query SOAP in C#

冷暖自知 提交于 2019-12-06 10:37:04
问题 I am trying to parse a heavily namespaced SOAP message (source can be found also here): <?xml version="1.0" encoding="UTF-8"?> <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <soapenv:Header> <ns1:TransactionID soapenv:mustUnderstand="1" xsi:type="xsd:string" xmlns:ns1="http://www.3gpp.org/ftp/Specs/archive/23_series/23.140/schema/REL-5-MM7-1-2"

Parse and query SOAP in C#

…衆ロ難τιáo~ 提交于 2019-12-04 16:57:49
I am trying to parse a heavily namespaced SOAP message (source can be found also here ): <?xml version="1.0" encoding="UTF-8"?> <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <soapenv:Header> <ns1:TransactionID soapenv:mustUnderstand="1" xsi:type="xsd:string" xmlns:ns1="http://www.3gpp.org/ftp/Specs/archive/23_series/23.140/schema/REL-5-MM7-1-2">0a00f556419041c08d8479fbaad02a3c</ns1:TransactionID> </soapenv:Header> <soapenv:Body> <SubmitRsp xmlns="http://www.3gpp.org