WBXML parser to use for Active Sync implementation

3.1k views Asked by At

Looking for a open source WBXML parser/writer to use with active sync . Do you know a good one ? (JAVA)

2

There are 2 answers

0
Aviram Segal On

kxml2 is the best implementation I've seen so far, you need to provide the codepages for ActiveSync yourself.

Code pages are simple arrays of string (tag names) easily composed from the ActiveSync wbxml specification.

0
Vivek Iyer On

I have a good WBXML encoder and decoder implemented in Java (for Android) for my app (Corporate AddressBook). It works well in regular Java as well.

Look in the wbxml folder (you will need both the wbxml and the activesync directories).