iOS WebService to comunicate with ASP server

Eightyeuros

New Member
I have a webservice (.asmx) hosted on an ASP server with which i would like to communicate using SOAP from an iOS application.For some functions, the server returns primitives, structures and datasets (as in system.data.dataset).Can you please recommend me a framework that will manage the communications and XML parsing for me?What kind of class should I use to emulate a dataset, or would I need to make one of my own?
 
Back
Top