Questions tagged [wbxml]

WAP Binary XML (WBXML) is a binary serialization of the XML Infoset.

WAP Binary XML (WBXML) is a binary representation of XML (see XML Infoset). It was developed by the WAP Forum and is now maintained by the Open Mobile Alliance as a standard to allow XML documents to be transmitted in a compact manner over mobile networks

libwbxml is a library to encode and decode WBXML documents.

kxml is a java parser for WBXML.

23 questions
0
votes
1 answer

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…
this. __curious_geek
  • 42,787
  • 22
  • 113
  • 137
0
votes
1 answer

StringIndexOutOfBoundsException using SAXParser, InputStream, XMLHandler

I am trying to convert xml into wbxml to pass information from a fake device ( iPhone, Android, Blackberry, etc. ) to a server that knows the request I am sending. I am receiving a StringIndexOutOfBoundsException on this line of code: xr.parse(new…
toolmania1
  • 309
  • 7
  • 15
0
votes
1 answer

Are there some tool to convert wbxml to xml in Mac OS (or in >=XCode 4.5)

Are the some tool to convert from wbxml to xml in MacOS, or some simple project to provide that conversation for the >=XCode 4.5?
0
votes
1 answer

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…
Khash
  • 2,500
  • 4
  • 30
  • 56
0
votes
1 answer

which is better for sending contact to server WBXML or VCARD?

We are generating WBXML file containing the phone contact and want to send to server.How we send to server and decode WBXML file at server side.Actually i have to send phone contact to server using sync-ml protocol and don't want to use v-card(.vcf…
user1196792
  • 66
  • 2
  • 12
0
votes
1 answer

convert xml file to wbxml with c program

I have to write a C program to convert XML file to WBXML format, without using external conversion library. Is it possible? I have created the XML file in C and now want to convert it into WBXML file.
user1196792
  • 66
  • 2
  • 12
0
votes
1 answer

WBXML Parser/decoder

As the title suggest I'm looking for a WBXML Parser/decoder for Java(+Android) that follow version 1.3. I could even consider calling native code if that's necessarily. Thanks.
-1
votes
1 answer

Parsing the wbxml get from Exchange2013 server

Below is a full section of bytes stream I got from Exchange2013 server after sending activesync command 'itemoperations' from iPhone. 31 139 8 0 0 0 0 0 4 0 237 189 7 96 28 73 150 37 38 47 109 202 123 127 74 245 74 215 224 116 161 8 128 96 19 36…
Terry
  • 1
  • 1
1
2