[sync] SyncML Synthesis client broken

Muskingum Web Manager webmgr at muskingum.edu
Fri Dec 22 12:47:06 PST 2006


Jan Kuipers <jrkuipers at lauwerscollege.nl> wrote:

> Regarding HEAD:
>
> The latest changes in SyncML (since 16-12-06) broke my
> synchronisation with the Synthesis client. I get the message "No
> SyncML response" The head version of 16 december works fine. Any
> ideas?
>

Jan,

I had a similar experience with Funambol earlier in the week. Please  
take a look at the XMLOutput.php file at about line 568:

if($this->isWBXML()) {
$this->_output->characters($content);
} else {
$this->_output->characters('<![CDATA[' . $content . ']]>'); }


When I reverted this particular section of code to just:

$this->_output->characters($content);

Things work normally again... you may wish to try it in your environment.

Regards,
Aaron Hall
Web Manager
Muskingum College



More information about the sync mailing list