Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

7
votes
2answers
350 views

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 ...
3
votes
3answers
2k views

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 ...
2
votes
1answer
810 views

Fully functional SyncML compliant WBXML encoder-decoder?

Is there any WBXML encoder-decoder available which is atleast fully compliant for SyncML 1.2 ?
1
vote
1answer
241 views

Undocumented Exchange ActiveSync status while syncing

I'm trying to build a simple Exchange ActiveSync client. I'm using a simple Python script that sends an initial sync email command, while connecting to an Exchange 2010 SP1 . In the request body I'm ...
1
vote
2answers
422 views

WBXML parser to use for Active Sync implementation

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

I there any library xml2wbxml, wbxml for iPhone?

I there any library xml2wbxml, wbxml for iPhone ? Any doc, tutorials and links are well come. Edit: I have found libwbxml but I can't build it on the phone. Did any one have an success build on the ...
0
votes
1answer
432 views

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 ...
-1
votes
1answer
165 views

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 ...