On Fri, 2004-12-17 at 14:51, Andrew Barr wrote:
> I have a Pocket PC (Dell Axim X5) and I have battled the SynCE
> project/plugin on and off for months and although it's certainly gotten
> better, I have never been able to get synchronization of PIM data to
> behave the way I want. So I was elated to find that the Sync4j project
> had a SyncML client for the Pocket PC platform.  Multisync supports
> SyncML, so I was wondering if synchronizing my Ximian Evolution (1.4.6)
> data with my Pocket PC running the Sync4j client via MultiSync
> would/could work. So far I've gotten the PocketPC to connect to
> Multisync running as a server but it kind of stopped there. The client
> on the PocketPC simply sat at "Synchronizing..." and Multisync didn't
> say anything. I'm going to try again with MULTISYNC_DEBUG=1 set but I
> wanted to know if this is something worth pursuing. Thanks in advance.
> 
> Andrew

Sorry to follow up to my own message but attached is a log with
MULTISYNC_DEBUG=1 set. There is some initial communication but then the
connection hangs.

Thanks again,
Andrew
[EMAIL PROTECTED] ~ $ MULTISYNC_DEBUG=1 multisync
Trying /usr/local/lib/multisync/libevolution2_sync.so...
plugin_API_version
short_name
long_name
plugin_init
Plugin found: Ximan Evolution 2
Trying /usr/local/lib/multisync/libsyncml_plugin.so...
Plugin found: SyncML
Trying /usr/local/lib/multisync/libevolution_sync.so...
Detected evolution 1.4.6.
Plugin found: Ximian Evolution
Trying /usr/local/lib/multisync/libsynce_plugin.so...
[plugin_init:915] here
Plugin found: SynCE Plugin
Found pair: evolution-sync - syncml-plugin
Calendar loading `/home/abarr/evolution/local/Calendar/calendar.ics'...
Calendar loading `/home/abarr/evolution/local/Tasks/tasks.ics'...
Get view done.
SyncML:  Resetting state.
SyncML:  Socket opened.
SyncML:  Client connected from 192.168.131.201.
SyncML: We got some request data.
SyncML:  Line: POST /syncml HTTP/1.1
SyncML:  Line: Accept: */*
SyncML:  Line: Content-Type: application/vnd.syncml+xml
SyncML:  Line: Content-Length: 674
SyncML:  Line: User-Agent: Funambol SyncML Client
SyncML:  Line: Host: 192.168.131.102:8080
SyncML:  Line: Cache-Control: no-cache
SyncML:  Line:
SyncML:  Resetting state.
<SyncML>
<SyncHdr>
<VerDTD>1.1</VerDTD>
<VerProto>SyncML/1.1</VerProto>
<SessionID>1</SessionID>
<MsgID>1</MsgID>
<Target><LocURI>http://192.168.131.102:8080</LocURI></Target>
<Source><LocURI>720F60B4E03E45CE5</LocURI></Source>
<Cred>
<Meta><Format xmlns='syncml:metinf'>b64</Format><Type xmlns='syncml:metinf'>syncml:auth-basic</Type></Meta>
<Data>Z3Vlc3Q6MTIzNA==</Data>
</Cred>
</SyncHdr>
<SyncBody>
<Alert>
<CmdID>1</CmdID>
<Data>201</Data>
<Item>
<Target><LocURI>./siftask</LocURI></Target>
<Source><LocURI>task</LocURI></Source>
<Meta><Anchor xmlns="syncml:metinf">
<Last>0</Last>
<Next>29680757</Next>
</Anchor></Meta>
</Item>
</Alert>

<Final/>
</SyncBody>
</SyncML>è¡/
SyncML:  Using SyncML 1.1
SyncML:  Found basic auth.
SyncML:  Basic authorization succeeded.
SyncML:  Action: 1 0 0 0
HTTP/1.1 200 OK
Date: Fri Dec 17 15:18:44 2004
Expires: Fri Dec 17 15:18:44 2004
Content-Length: 879
Content-Type: application/vnd.syncml+xml
Accept-Charset: UTF-8
Accept: application/vnd.syncml+xml, application/vnd.syncml+wbxml
Cache-Control: no-store
Server: MultiSync Plugin

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE SyncML PUBLIC "-//SYNCML//DTD SyncML 1.1//EN" "http://www.syncml.org/docs/syncml_represent_v11_20020213.dtd";>
<SyncML xmlns="SYNCML:SYNCML1.1"><SyncHdr><VerDTD>1.1</VerDTD><VerProto>SyncML/1.1</VerProto><SessionID>1</SessionID><MsgID>1</MsgID><Target><LocURI>720F60B4E03E45CE5</LocURI></Target><Source><LocURI>http://192.168.131.102:8080</LocURI></Source><RespURI>http://192.168.131.102:8080?sessionid=9e3abe27aa0da221</RespURI></SyncHdr><SyncBody><Status><CmdID>1</CmdID><MsgRef>1</MsgRef><CmdRef>0</CmdRef><Cmd>SyncHdr</Cmd><TargetRef>http://192.168.131.102:8080</TargetRef><SourceRef>720F60B4E03E45CE5</SourceRef><Data>212</Data></Status><Status><CmdID>2</CmdID><MsgRef>1</MsgRef><CmdRef>1</CmdRef><Cmd>Alert</Cmd><TargetRef>./siftask</TargetRef><SourceRef>task</SourceRef><Data>404</Data></Status><Final/></SyncBody></SyncML>

Reply via email to