0

I am integrating microsoft activesync in my application using EAS Protocol. I have all code ready but now i am confused with WBXML request. Because of it i am getting Bad Request in response. So can you please guide me how can i convert my xml string to wbxml? I have already followed some instruction like Exchange ActiveSync Objective-C Provision Command Bad Request from different forums but not much helpful.

Any help will be appreciated!

Dipen Patel
  • 911
  • 2
  • 9
  • 22
  • Search this site for WBXML and you'll find answers like these that should help: http://stackoverflow.com/questions/18693654/xml-to-wbxml-conversion-for-activesync-in-ios – Brian Kelly Jan 14 '15 at 16:35
  • @Dipen can you tell me, how to request the server any reference link. – Prabhat Dec 21 '16 at 07:28

1 Answers1

0

Okay finally i found the answer. I used cocoa pods and libxml libraries as mentioned in http://cocoapods.org/?q=libwbxml

Dipen Patel
  • 911
  • 2
  • 9
  • 22