Cannot Send OTA Settings

Cannot Send OTA Settings SearchSearch
Author Message
Sachin Dere
New member
Username: Mark

Post Number: 9
Registered: 09-2004
Posted on Wednesday, April 27, 2005 - 08:52 am:   

Hi Bruce,
If you remember i had done a Java program which sends OTA/OMA Settings programatically just like the WebInterface. Well, now the problem is the phone is not able to recive the Settings through program but can recieve from the Web Interface.
I have checked all the parameters and they are the same. is there any problem?the NowSMS Server in our comapny is used by different departments.IS it possible for them to have changed the settings?Since it was working before but now it doesnt seem to work
what could be the problem?
thanks,
Mark
Bryce Norwood - NowSMS Support
Board Administrator
Username: Bryce

Post Number: 4420
Registered: 10-2002
Posted on Wednesday, April 27, 2005 - 08:00 pm:   

Hi Mark,

If you post the XML settings through the form on the web page, is that working correctly? (I'm assuming that this is what you're doing when you send through the web interface, but I just want to confirm that you are submitting direct XML, and not going through the form with all of the different settings that builds XML.)

Assuming that is ok, I can't see why anything would change for your direct posts. If you don't have control of your server, my recommendation would be to do an Ethereal trace between your Java program and NowSMS. Then upload that trace so that I can see what the data is that your Java app is submitting, and what response is coming back.

-bn
Sachin Dere
New member
Username: Mark

Post Number: 10
Registered: 09-2004
Posted on Thursday, April 28, 2005 - 09:19 am:   

Hi Bryce,
the program sends it via URL Post and not by XML post.yes from Web Interface, i mean we are filling up the form and sending it. will URL be a problem if we choose to keep it that way?Ofcourse i would like to send it using XML post as we move to the next phase.but currently we are just testing it out for different phones which support OTA and OMA. As we need to find a system which will be able to differentiate this phones and send the settings accordingly.
thanks
Bryce Norwood - NowSMS Support
Board Administrator
Username: Bryce

Post Number: 4428
Registered: 10-2002
Posted on Thursday, April 28, 2005 - 04:18 pm:   

Hi Mark,

Ok, so you are sending URL parameters (emulating the web form)?

I guess I'd like to see the request that you are sending so that I could better understand.

-bn