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..