Hi!!!
I'm not able to understand the process of calling web services from my iphone application.
Please explain the procedure for calling web services in my iphone application in detail:
- How to send request to webservices
- How to parse the responses
- Which protocol is used to send the request
- Which parser is used to retrive the response
Also explain what is SOAP, JSON, HTTP GET & POST, XML and what is the purpose of all these.
I'd be very happy if you send some code for calling web services in iphone application for my easy understanding.
Thank you.