Hi,
I am currently developing a SyncML client for Lotus Notes using sync4j. I can synchronize my addressbook with Funambol (my.funambol.com) service, but could not manage to sync it with eGroupware.
As I can sync my mobile phone with eGroupware, syncML seems to work well, so I guess, I have missed one of the various sync4j configuration settings in the properties files:
syncml.properties:
Configuration file for SymcML
syncml-url=http://egwdev.erber.info/rpc.php
target-local-uri=http://egwdev.erber.info/rpc.php
authentication=basic
username=marcus
password=
device-id=43syncMENotes_ME_T40
classpath=lib
user-agent=SyncMENotes
use-proxy=false
proxy-host=
proxy-port=8080
first-time-sync-mode=two-way
message-type=application/vnd.syncml+xml
log-level=debug
contacts.properties:
#Sat Sep 11 19:09:27 CEST 2010
name=Contacts
sourceDirectory=./sifcontacts
sourceClass=biz.erber.syncme.notes.NotesSyncSource2
type=text/x-s4j-sifc
encode=false
sync=two-way
last=1284224958025
sourceURI=scard
I don’t get any error message, so it looks like everything went well, but there are no contacts exchanged. I also noticed, that the device id is not listed in the Device History.
Any help is highly welcomed!
bye
me.