How to parse SAP business connector link in iPhone using Obj-C?
问题 I have SAP business connector URL which opens in XML format in browser. When I paste SAP BU URL in browser, the pop up opens with asking user ID and password. Then after entering the password it shows XML format data. I know how to parse XML file in iPhone but that method is not working with this SAP url. What are the steps required to fetch data from this kind of url which have User ID & pwd in iPHone using xcode, objective C? Updated with Code - (void)applicationDidFinishLaunching: