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.
Over the years I had to connect to various MMSCs using MM7 protocol. SAAJ approach is a valid one, but from time to time you have to manually craft MM7 messages as MMSCs tend to be picky about exact MIME formatting, SOAP, even binary vs. base64 encoding.
At my company we've developed a library that manages MM7 SOAP and attachments at a low level depending only on JDOM. It works regardless of actual MM7 protocol version/schema. Recently we've decided to open source it, you can get it here https://github.com/vnesek/instantcom-mm7
Example: