i want to consume wsdl services on iphone created in asp.net , before this i was using php and it was very eady to hit the URL and get data but now I don’t know how to consume these webservices i searched on stackoverflow some guys are reffering already created components some are suggesting example of very simple compoenents so please help , what is the best way to consume WSDL webservices in iphone
my url is like that
http://test.com/LumiaSurvesdsdsdsy/sdsddsdia.svc?wsdl
This existing question and answer will provide the details, WSDL services are the same as SOAP Services:
How to access SOAP services from iPhone