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.
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).
Here is how you can start out.