Rafael Pacheco
New member Username: Rpachecoh
Post Number: 1 Registered: 05-2007
| | Posted on Thursday, May 10, 2007 - 01:19 pm: | |
Hi everybody. I am trying to send via OTA an XML to configure CM_GPRSEntries. This Settings works via RAPI, but I try to use NowSMS to configure that device via OTA, but I cannot make it works. First of all, I'm trying to add a Browser favourite (very simple operation) sending the XML through NowSMS "Send XML Settings Document" option to prove it works properly. The code is shown here: <wap-provisioningdoc> <characteristic type="BrowserFavorite"> <characteristic type="Google"> <parm name="URL" value="http://www.google.com"/> </characteristic> </characteristic> </wap-provisioningdoc> I receive the message, and it tells configuration was correctly changed, but it does nothing. I think it could be happening due to Security Policy, but I'm not sure. Does anybody knows the Security Policies I need to make them work??? Or any other possible reason??? Thanks million. |