Sending WAP OTA Settings

Sending WAP OTA Settings SearchSearch
Author Message
Sachin Dere
New member
Username: Mark

Post Number: 5
Registered: 09-2004
Posted on Thursday, January 13, 2005 - 06:47 am:   

Hi Bruce,
Is it possible to send WAP OTA Settings through this URL
http://127.0.0.1:8800/?user=XXXX&password=XXXX&PhoneNumber=+60122042513&OTA_BEAR ER=GPRS&OTA_GPRS_ACCESSPOINTNAME=net&OTA_PPP_LOGINTYPE=Automatic&OTA_PPP_AUTHNAM E=maxis&OTA_PPP_AUTHSECRET=wap&OTA_PPP_AUTHTYPE=PAP&OTA_PROXY=202.075.133.049&OT A_PROXY_LOGINTYPE=Automatic&OTA_PROXY_AUTHNAME=maxis&OTA_PROXY_AUTHSECRET=wap&OT A_PORT=9201&OTA_NAME=Maxis WAP GPRS&OTA_URL=http://wap.maxis.com.my/wml/index.wml&OTA_MMSURL=http://172.16.74.100:10021/mmsc &PhoneNumber=+60122042513&OTA_BEARER=GPRS&OTA_GPRS_ACCESSPOINTNAME=net&OTA_PPP_L OGINTYPE=Automatic&OTA_PPP_AUTHNAME=maxis&OTA_PPP_AUTHSECRET=wap&OTA_PPP_AUTHTYP E=PAP&OTA_PROXY=202.075.133.049&OTA_PROXY_LOGINTYPE=Automatic&OTA_PROXY_AUTHNAME =maxis&OTA_PROXY_AUTHSECRET=wap&OTA_PORT=9201&OTA_NAME=Maxis WAP GPRS&OTA_URL=http://wap.maxis.com.my/wml/index.wml&OTA_MMSURL=http://172.16.74.100:10021/mmsc &PhoneNumber=+60122042513&OTA_BEARER=GPRS&OTA_GPRS_ACCESSPOINTNAME=net&OTA_PPP_L OGINTYPE=Automatic&OTA_PPP_AUTHNAME=maxis&OTA_PPP_AUTHSECRET=wap&OTA_PPP_AUTHTYP E=PAP&OTA_PROXY=202.075.133.049&OTA_PROXY_LOGINTYPE=Automatic&OTA_PROXY_AUTHNAME =maxis&OTA_PROXY_AUTHSECRET=wap&OTA_PORT=9201&OTA_NAME=Maxis WAP GPRS&OTA_URL=http://wap.maxis.com.my/wml/index.wml&OTA_MMSURL=http://172.16.74.100:10021/mmsc

Im sending the QueryString through my Java Program but it doesnt seem to work. The Same works with the Web Interface.
Can u tell me what am i doing wrong?
waiting for ur response
thanks
Bryce Norwood - NowSMS Support
Board Administrator
Username: Bryce

Post Number: 3911
Registered: 10-2002
Posted on Monday, January 17, 2005 - 10:55 pm:   

It's hard to say, because it looks like the URL is a bit scrambled above ... I see parts repeated.

My suggest would be to enable the SMSDEBUG.LOG in NowSMS.

Then, look at the SMSDEBUG.LOG, and you can see what the query string is that NowSMS received when your Java app posts. Perhaps the Java program is not posting the query string that you expect?

-bn