Expert Help needed with OMA XML - Mission Critical

Expert Help needed with OMA XML - Mission Critical SearchSearch
Author Message
Faheem
Unregistered guest
Posted on Wednesday, April 13, 2005 - 03:13 pm:   

Hi,

If anyone can, then please HELP. The client has threatened to take away this project if we dont resolve this immediately. We stand to lose all our effort.

I am trying to send the GPRS settings to a Nokia 6600 Series 60 device. When I send the settings, only the Url and the URL name get stored on the phone, the rest of the settings are blank.

The same settings I sent to a Sony P 910 phone, the settings got saved, but not the bookmark. I am not able to figure, what the problem could be, I am enclosing the XML, please check if there is any kind of problem in it.

What could be a possible solution to it?

I know there are folks here who can help. Please help. Thanks in advance.

Regards,
Faheem Ahmed.
<?xml version="1.0"?>
<!DOCTYPE wap-provisioningdoc PUBLIC "-//WAPFORUM//DTD PROV 1.0//EN" "http://www.wapforum.org/DTD/prov.dtd">
<wap-provisioningdoc>
<characteristic type="NAPDEF">
<parm name="NAPID" value="Orange-Contract"/>
<parm name="NAME" value="Orange-Contract_GPRS"/>
<parm name="BEARER" value="GSM-GPRS"/>
<parm name="NAP-ADDRESS" value="orangeinternet"/>
<parm name="NAP-ADDRTYPE" value="APN"/>
<parm name="DNS-ADDR" value="158.43.192.1"/>
<parm name="DNS-ADDR" value="158.43.128.1"/>
<characteristic type="NAPAUTHINFO">
<parm name="AUTHTYPE" value="PAP"/>
</characteristic>
</characteristic>
<characteristic type="PXLOGICAL">
<parm name="NAME" value="Orange-Contract_GPRS"/>
<parm name="PROXY-ID" value="PROXY_ID"/>
<characteristic type="PXPHYSICAL">
<parm name="PXADDRTYPE" value="IPV4"/>
<parm name="TO-NAPID" value="Orange-Contract"/>
<characteristic type="PORT">
<parm name="PORTNBR" value="80"/>
</characteristic>
</characteristic>
</characteristic>
<characteristic type="APPLICATION">
<parm name="APPID" value="w2"/>
<parm name="TO-PROXY" value="PROXY_ID"/>
<characteristic type="RESOURCE">
<parm name="NAME" value="XMobyl" />
<parm name="URI" value="http://www.msn.com" />
</characteristic>
</characteristic>
</wap-provisioningdoc>
Kinjan Shah
New member
Username: Kinjan

Post Number: 14
Registered: 04-2005
Posted on Thursday, July 28, 2005 - 01:19 pm:   

Hi Faheem,
When u send file to Series 60 phones, it stores only GPRS or WAP settings.For Sync settings u have to generate other file and send seperately.

Thank,
Kinjan
Abinav
New member
Username: Amunshi

Post Number: 4
Registered: 06-2005
Posted on Friday, July 29, 2005 - 07:44 am:   

You can try documents like this(included) for bookmarks , I have been successful in sending them to Nokia 6600.
However, so far, I am not successful in sending SyncML config to any Series 60 phone.

<wap-provisioningdoc version="1.0">
<characteristic type="NAPDEF">
<parm name="NAPID" value="inet"/>
<parm name="BEARER" value="GSM-GPRS"/>
<parm name="NAME" value="InternetConfig"/>
<parm name="NAP-ADDRESS" value="131.111.3.4"/>
<parm name="NAP-ADDRTYPE" value="IPV4"/>
</characteristic>
<characteristic type="APPLICATION">
<parm name="TO-NAPID" value="inet"/>
<parm name="APPID" value="w2"/>
<parm name="NAME" value="My bookmark"/>
<characteristic type="RESOURCE">
<parm name="URI" value="www.mysite.com"/>
<parm name="STARTPAGE"/>
</characteristic>
</characteristic>
</wap-provisioningdoc>