views:

296

answers:

1

Hello all,

I want to call a webservice from an iPhone application.

How to create a proxy for a webservice, as visual studio does it for us.

Also Is there any other way around to access the SOAP XML webservice.

A: 

refer to this http://stackoverflow.com/questions/204465/how-to-access-soap-services-from-iphone it might help

Daniel