I have always been a client server developer. I am getting into mobile development. Are web services not used in mobile environment? We used SOAP and POST/GET web services in .NET for our applications. What is the equivalent in iphone? What should I be reading. My objective is something like social networking on an ipad.
Thanks
I have always been a client server developer. I am getting into mobile development.
Share
Hello You can use SOAP or POST or GET, All of this webservices are being used in iPhone..
just there is the difference of implementation in Code side.. and You have to request a URL and Pass the Input Parameters… and You will have a response and the response can be anything XML or JSON.. and the parsing methods are different only..
You can make SOAP request using this Link …Please Find It…
Hope It will help You…