M-retrieve.conf question

M-retrieve.conf question SearchSearch
Author Message
Meruya Ilir
Unregistered guest
Posted on Monday, May 17, 2004 - 04:02 am:   

I've sent a simple m-notification.ind that points to a URL on my server and when my phone tried to fetch the content (just a GIF file), it said "defective MMS".

How do I build a correct m-retrieve.conf message? Do I encode the whole PDU inside the HTTP GET response body, or do I put the MMS headers together with the HTTP GET response headers and the content in the HTTP GET respose body?

Thanks for any help.
Meruya Ilir
Unregistered guest
Posted on Wednesday, May 19, 2004 - 07:11 am:   

Nobody can help me?

According to the MMS Client Transactions document, the mms client, upon receiving the m-notification.ind will issue an HTTP GET to the indicated URL. The MMS server will send back M-retrieve-conf.

I know the PDU format of m-retrieve.conf. My question is, how does the server send back the M-retrieve.conf? My understanding is that the server is an HTTP server. Does it send the m-retrieve.conf PDU in the HTTP GET response body? What content type in the HTTP header do I use?

Please someone help me.
Reinhold Schmidt
Unregistered guest
Posted on Wednesday, May 19, 2004 - 11:06 am:   

Hi, same problem that I have.
Hopefully, someone will clarify that.

Thanks

Smirre
Anonimous
Unregistered guest
Posted on Wednesday, May 19, 2004 - 05:46 pm:   

Hi,

When the MMSC receives the GET it will send the typical HTTP 200 Ok (if everything is ok) and in the body of that, it will send the M-retrieve-conf. The content-type (in the HTTP header) must be application/vnd.wap.mms-message
Meruya Ilir
Unregistered guest
Posted on Friday, May 21, 2004 - 04:09 am:   

Thanks! Yes it works. The HTTP GET response body should contain the whole m-retrieve.conf PDU in bytes.