Pradeep Reddy Kypa
Pradeep Reddy Kypa

Reputation: 4022

Consuming a Webservice and Parsing the XML Data in iphone

I am working on a application where my requirement is to consume a webservice and capture the xml data by parsing it. I am not sure about how to consume a webservice and capture the xml data. I am not able to decide which Parser to use to parse the XML. My webservice goes this way "xxxxxxxxxxxxxxxxxxxxxx/test/getTestSchema.cfm?sid=10335&course=ALZ_PATIENT&lesson=991&examtype=R&nStartRow=1&nEndRow=25&videoid=5" . Can anyone please help me out on how to consume a webservice and parse it with a sample code? That would be very helpful. Thanks a lot

Upvotes: 0

Views: 418

Answers (1)

Manali
Manali

Reputation: 573

We once had used sudzc to consume SOAP based web service in one of our apps. Then used TouchXML to parse the XML returned. It was quite easy and worked very well. sudzc takes WSDL and actually generates code to consume the web service! TouchXML tutorials are abundant on the net.

Upvotes: 1

Related Questions