tags:

views:

78

answers:

1

Hello Dear ones

i am using simple nsxml soap based parser but in the response it gives me 300 to 500 tunes of data so nsxml parser is not desirable in this scenario please guide how can i use soap based libxml2 parser along with a sample code would be a bost to me as i have no idea regarding the libxml2 parsing method

+1  A: 

Look at Apple's XMLPerformance project for sample code.

Alex Reynolds
@Alex - XMLPerformance is a sample code for URL(RSS) based parsing. Actually @Hardik was asking for SOAP Based request + libxml2 parsing.
sugar
SOAP is XML, just like RSS, so the sample project should demonstrate the principles to someone willing to do some work.
Alex Reynolds