wbxml

Decoding a WBXML SyncML message from an S60 device

I'm trying to decode a WBXML encoded SyncML message from a Nokia N95. My first attempt was to use the python pywbxml module which wraps calls to libwbxml. Decoding the message with this gave a lot of <unknown> tags and a big chunk of binary within a <Collection> tag. I tried running the contents of the <Collection> through by itself but ...

Fully functional SyncML compliant WBXML encoder-decoder ?

Is there any WBXML encoder-decoder available which is atleast fully compliant for SyncML 1.2 ? ...

Exchange AirSync protocol help

I'm looking for resources for the AirSync protocol for Exchange (general or even better if specifically targeted at .NET). It seems strange that it can't be found anywhere on the net. I know it uses WBXML for parts of its communications, but that as far as I got. ...

Calculate HMAC for WBXML document with user pin

I have created a WBXML document from my SyncML ota configuration XML document. To send this configuration to cellphone I need to encode this document with user-pin which is by default always taken as "1234" This requires me to calculate HMAC of the WBXML document with the pin "1234". I'm stuck at this and would appreciate any help on th...

Pure WBXML encoding for PHP?

Is there a native PHP wbxml API that can be used platform-independently? Perhaps a loadable module? I have seen the pecl implementations but I have not been able to successfully work with the builds on win32 platforms. ...