ios - How to access XML data from SOAP web-service response in iPhone? -



ios - How to access XML data from SOAP web-service response in iPhone? -

i using soap web service , in able read string response if web service return. when web service homecoming string , xml don't know how access xml response. ex.

http/1.1 200 ok content-type: text/xml; charset=utf-8 content-length: length

`

<?xml version="1.0" encoding="utf-8"?> <soap:envelope xmlns:xsi="http://www.w3.org/2001/xmlschema-instance" xmlns:xsd="http://www.w3.org/2001/xmlschema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> <soap:body> <getcountriesresponse xmlns="http://www.myurl.com/"> <getcountriesresult> <code>string</code> <profile>xmlxml</profile> </getcountriesresult> </getcountriesresponse> </soap:body> </soap:envelope>`

in don't know how access these response of code , profile tag xml. can suggest how it?

see soap turorial @ soap sample may help you

iphone ios objective-c soap nsxmlparser

Comments

Popular posts from this blog

web services - java.lang.NoClassDefFoundError: Could not initialize class net.sf.cglib.proxy.Enhancer -

Accessing MATLAB's unicode strings from C -

javascript - mongodb won't find my schema method in nested container -