views:

20

answers:

1

Hi,

I have an application in which I have to hit many web services in same class and from another classes also and I have to parse the data each time.I cant write the delegate methods for webservice hit and XML Parse everytime as its not a good programming practice. So I thought of maintaining common classes for 'webserviceHandler' and 'XMLParsingHandler' in which I will write delegate methods for web service and XMLParsing respectively. Now the problem is how to make it happen to call these delegates each and everytime I hit the webservice from another classes..?? Code for this is more appreciable.. Thanks in advance..

A: 

Cocoa Programming for Mac OS X Chapter 28. Web Services using NSXMLDocument

There is also an example from ADC SeismicXML using NSXMLParser

brown.2179
@brown.2179 I am not getting any code over there
Vijay
Just download the sample code
brown.2179
@brown.2179 Plz provide me the link for that
Vijay