Need help with my WSP GET PDU

Need help with my WSP GET PDU SearchSearch
Author Message
Anonymous
 
Posted on Sunday, January 25, 2004 - 11:55 am:   

Hi ppl,

Ive been working on a little project using a Nokia 30 Modem to receive MMS. I have managed to create (with the help of Ethereal and a little reverse engineering!) a very primitive WSP GET PDU using PHP. With this PDU I can get WML pages from O2's WAP homepage. When I try to get MMS content from the mmsc,I get a 406 error back. I prosume I havent encoded the PDU correctly. Can anyone supply me with an Ethereal dump of a WSP GET PDU that is used to get MMS content or give me some ponters. I have tried to read the WSP specification but its a little out of my league!

Thanks in advance

Mark Little
Bryce Norwood - NowSMS Support
Board Administrator
Username: Bryce

Post Number: 1741
Registered: 10-2002
Posted on Wednesday, January 28, 2004 - 07:16 pm:   

Error 406 means content type unacceptable.

This generally means that the content type of the URL does not match any of the content types defined in the "Accept:" header of the request.

-bn