Click here to Skip to main content
15,885,365 members
Please Sign up or sign in to vote.
5.00/5 (1 vote)
See more:
Hi Guys,

I have created a .NET webservice of login method and I need to consume this web service in an iPhone using objective c, so it will need xml return from .NET webservice that will be consumed by iPhone developer.

Web service is returning xml in the format after login success:
<?xml version="1.0" encoding="utf-8" ?>
<string xmlns="Tedelon"><loginResponse><loginSuccess value='1' Error=' '/></loginResponse></string>


I give the url of web service to the iPhone developer but they are unable to parse the url.

If any solution then reply me ASAP!
It's urgent

Thanks
Posted
Updated 22-Jul-10 0:25am
v2
Comments
Dalek Dave 22-Jul-10 6:25am    
Edited for Readability and correct code blocking.

1 solution

The iPhone has nothing built in to parse web services. You need to build the XML and do the HTTP post yourself.

Don't tell us it's urgent, if you or your developer can't use google, that's not really urgent to us.
 
Share this answer
 
Comments
Dalek Dave 22-Jul-10 6:26am    
I think he may have bitten off more than he can chew.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900