View Full Version : anyone worked with 660 syncml ?


maht
19-04-2004, 07:59 PM
Hi,

I tried using the sync appliction to sync with a php based syncml server - http://nicolas.bougues.net/syncml/

unfortunately the 6600 only kicks out wbxml (binry xml). A stupid format devised by the WAP forum (why gzipped xml wasn't used is a mystery).

I've tried nokia's wb2xml utility but it fails on the xml sent.

I've also tried decoding the wbxml against the w3 specification. Sadly the version number in the wb seems to be 2 and I can only find specs for 1.3x

So .... has anyone got code for decoding the wbxml used by the 6600 *or* got a sync program that uses the text version of syncml

Syncml is a pretty good standard (as they go). My particular interest is pushing calendar entries to the phone.

cheers

oh I just found this php C extension http://www.k-fish.de/SyncML_support.57.0.html

as yet untested