From: Jelle H. <je...@de...> - 2008-10-12 20:31:56
|
Hi there, I've compiled libsyncml-0.4.5 in order to eventually synchronize a Sony Ericsson G502 using SyncML over HTTP. So, I've run the following jelle@bounce:~$ syncml-http-server --port 8080 --sync text/x-vcard contacts --multi Received an Alert for the DS Server at contacts: Type: 201, Last 0, Next 310 Slowsyncing Just received a new session with ID 4 WARNING: Unable to find command handler (Put: ./devinf12 -> NULL)Session 4 reported final. flushing On the phone I get the message "Session failed. Invalid server response". The configuration on the phone is: - Server address: http://<host>:8080/ - No username, password - I'm synchronizing only the Contacts, for which I've set - database name to "contacts" - no username, password This is the libsyncml configuration: =============================================== Unit Tests: Disabled Tracing: Enabled Tools: Enabled Libwbxml: Enabled Http Client: Enabled Http Server: Enabled Obex Client: Disabled Obex Server: Disabled Bluetooth: Disabled =============================================== I've attached the syncml-http-server log files. |