MO MMS messages are submitted to the service provider using HTTP POST requests. The request body contains the message in MMS encapsulated format, and the end-point URL is completed with the following request parameters:
Name |
Description |
msisdn |
The phone number of the end-user in international format |
msg |
A string consisting of all texts parts in the MMS message. Can be used e.g. for quick service routing. |
Any reply returned by the service provider is interpreted according to the content-type and handled according to the following table:
Content-type |
Description |
text/plain |
The content is transformed into an SMS message as specified in MO SMS Replies. Requires special account set-up. |
text/html |
As above, but any tags within the content are stripped. |
application/octet-stream |
The content is transformed into an SMS message as specified in MO SMS Replies. Requires special account set-up. |
application/vnd.wap.mms-message |
The returned content is treated as an MMS message and sent back to the end-user. |