From: Armin B. <arm...@de...> - 2006-02-01 23:09:36
|
ber...@it... wrote: > Hello, > > Am Sonntag, 22. Januar 2006 01:43 schrieb Armin Bauer: > >>ber...@it... wrote: >> >>>Hi Group, hi Armin, >>> >>>I am trying to sync my Motorola A780 with opensync / syncml-plugin. >>>opensync-0.18 runs fine. syncml from svn has problems. (my System Gentoo >>>AMD64) >>>While trying to sync with syncml-http-server, sync stop very early with >>>following message: >>> >>>~ $ msynctool --sync filesyncmlhttp --wait >>>Synchronizing group "filesyncmlhttp" >>>The previous synchronization was unclean. Slow-syncing >>>I/O error : Attempt to load network entity >>>http://www.syncml.org/docs/syncml_represent_v10_20001207.dtd >>> >>>Looking with ethereal I see that the A780 send a "WAP Binary XML, >>>Version: 1.2..." message to the server. But the server answers with >>>"HTTP/1.1 500 Unknown VerDTD" >>> >>>Is there a problem with the xml parser? I think I have build >>>syncml-plugin like the description in the HOWTO. OK I use the wbxml from >>>my "normal" installation, but it has the same patch as in HOWTO. >> >>Hi Bernd, >> >>the problem is clearly that the current trunk version of libsyncl does >>not yet support all syncml version (at the moment only version 1.2). So >>you phone probably uses an older version that the library did not >>understand. > > I am not en expert in XML and syncml, but what mean the ethereal output "WAP > Binary XML, Version: 1.2..."? XML 1.2 or syncml 1.2? It means that this is an syncml 1.2 document encoded in "Wap binary XML". wbxml is sort of an compression algrorithm for syncml to minimize the amount of data to transfer. > > >>Support for these versions is on the way in the current development >>branch of libsyncml. > > I will have a look on it (HOWTO get? svn?) correct: http://svn.opensync.org/libsyncml/branches/libsyncml-threaded/ > > >>Unfortuantely im very short of time at the moment since i have to write >>university exams soon. But i will get back to working on these issues >>after im done with my exams. > > I'll keep my fingers crossed. Thanks :) > > Best reagards > > Bernd Westermann > > >>Best Regards, >>Armin Bauer >> >> >>>Regards >>> >>>Bernd Westermann > > |