SyncML Settings by xml

SyncML Settings by xml SearchSearch
Author Message
Andres Ponce
New member
Username: Mobileyou

Post Number: 1
Registered: 12-2005
Posted on Monday, December 05, 2005 - 08:36 pm:   

Hi All,

I create an xml to send the sync settings by sms, the only thing I dont know how to do, is to set a pin code (OTAPINTYPE) y want to include a USERPIN in the xml code, can you help me with this, thanks for the help in advance, here the xml;


<wap-provisioningdoc>
<characteristic type="APPLICATION">
<parm name="APPID" value="w5"/>
<parm name="TO-NAPID" value="Browsing_GPRS" />
<parm name="NAME" value="MobileYou Test"/>
<parm name="ADDR" value="http://metropolis.com:8080/service/sync"/>
<characteristic type="RESOURCE">
<parm name="URI" value="./contacts"/>
<parm name="NAME" value="Contacts DB"/>
<parm name="AACCEPT" value="text/x-vcard"/>
</characteristic>
<characteristic type="RESOURCE">
<parm name="URI" value="./calendar"/>
<parm name="NAME" value="Calendar DB"/>
<parm name="AACCEPT" value="text/x-vcalendar"/>
</characteristic>
<characteristic type="APPAUTH">
<parm name="AAUTHNAME" value="guest"/>
<parm name="AAUTHSECRET" value="spygames"/>
</characteristic>
</characteristic>
</wap-provisioningdoc>
Andres Ponce
New member
Username: Mobileyou

Post Number: 2
Registered: 12-2005
Posted on Monday, December 05, 2005 - 09:32 pm:   

Hi,

I just solve the problem, and found the answer, thanks anyway, I just use this link to ad the pin;

http://localhost:8800/?PhoneNumber=34609264401&OTASYNCML=mobileyou.xml&OTAPIN=33 44&OTAPINTYPE=USERPIN

Regards