How to use POST method for OMA/OTA provisioning?

How to use POST method for OMA/OTA provisioning? SearchSearch
Author Message
Hamid Awan
Unregistered guest
Posted on Wednesday, December 14, 2005 - 08:04 am:   

Hi
I m trying to send ota settings to mobile Phone.
I can send OTA settings by using:
http://localhost:8800/?PhoneNumber=xxxxx&ota=settingfile.ota

and
http://localhost:8800/?PhoneNumber=<xxxx>&OTASYNCML_NAME=New%20Settings&OTASYNCM L_HOSTADDR=http://www.mobiles.net/syncgw/sync&OTALSYNCML_PORT=80&OTASYNCML_CONTA CTS_URI=contact&OTASYNCML_CONTACTS_CTTYPE=text/x-vcard&OTASYNCML_CTVER=2.1&OTASY NCML_CONTACTS_NAME=TestProfile&OTASYNCML_CONTACTS_USERNAME=suhail&OTASYNCML_CONT ACTS_PASSWORD=&&OTASYNCML_CONTACTS_AUTHSCHEME=1&OTASYNCML_SERVER_USERNAME=khaliq &&OTASYNCML_SERVER_PASSWORD=j1pqhks7&OTASYNCML_SERVER_AUTHSCHEME=1

My problem is that I cant use POST method.
Some one please tell me what should I write in the address bar?
I tried to write:
http://localhost:8800/?PhoneNumber=<xxxx>&OTASYNCML=POST/1.0%20OTAXMLSETTINGS=Co ntent-Length:<xxx>&<syncsettings string>

But this does not work
Please help me
Thanx in advance