consume SOAP WCF SERVICE in iPhone?
I have a wcf service which has methods like insert() and get().I am inserting data into database like username,password ,email through insert() method.I am retrieving the details of a user based on username.So for this Am using get() method.Now I want to consume this service in iPhone.How is it possible?
I have gone through Google and I found examples related just to display some names using 'Hello service' which is not according to my requirement.Moreover my service has two methods where I have gone through Google and couldn't find any of that sort..So I want a solution to how to consume a wcf service which has parameters in methods (insert,get)..
Any help would be appreciable....
Thanks!!!