How To Pass SyncML Settings Parameters using OTA and OMA?

How To Pass SyncML Settings Parameters using OTA and OMA? SearchSearch
Author Message
Anonymous
 
Posted on Saturday, December 10, 2005 - 07:18 am:   

I can send syncML settings by using .ota file.
Now I need to use URL parameters instead of .ota file.
I have saved .ota files in \ota folder with these contents:

<SyncSettings>
<Version>1.0</Version>
<HostAddr>http://www.cmobie.com/syncgw/sync/>
<Port>80</Port>
<RemoteDB>
<CTType>text/x-vcard</CTType>
<CTVer>2.1</CTVer>
<URI>contact</URI>
<Auth>
<AuthScheme>1</AuthScheme>
<UserName>suhail</UserName>
</Auth>
</RemoteDB>
<Name>Latest Settings</Name>
<Auth>
<AuthLevel>1</AuthLevel>
<AuthScheme>1</AuthScheme>
<UserName>khaliq</UserName>
<Cred>j1pqhks7</Cred>
</Auth>
<ConRef>
<ConType>1</ConType>
<RefID>My App</RefID>
</ConRef>
</SyncSettings>

How can I send these settings By passinig Parameters in web browser.
I have studied but failed to find appropriate parameters for <RemoteDB>, <URI>, <CType>, <AuthLevel> etc. How can I send these syncML settings by passing URL parameters to the gateway instead of sending ota file.
Pls respond soon.
Thanx in advance
Regards