One of my client has backend server without any webservices but my iOS application is suppose to get/post data to services. How can i do that in absence of web services? They have .NET SPX type of calls.
Anyone suggest a way out to get/post data in such a situation.
Are they running a website (iis, apache) on their backend server? and is it exposed to the internet? If they have a website, you might be able to http post/get directly to the pages on the website, provided that they are not protected by some form of security.