I am able to call https url by NSUrl methods which I can see in console. I can see the whole response xml string in console but I am not able to parse with NSXmlParser. When I am parsing it shows data null with Error 81.
Is there any other parser methods/tuts available which handles parser Error 81(NSXMLParserInvalidEncodingError). Thanks in advance
Updated with Xml file
<?xml version="1.0" encoding="utf-16"?>
<ZSETI>
<KZRL/>
<KDMAT/>
<VIFO>V</VIFO>
<KTT>MO</KTT>
<PWERK/>
<VERARB/>
<VAN>1234</VAN>
<VPGR/>
<EINR>ABC</EINR>
.
.
.</ZSETI>
You can also check my previous question for the same on following link How to parse SAP business connector link in iPhone using Obj-C?