I have made one application for consuming web service using SOAP protocol on iOS device. Now i want to create such a application in which my iOS device should work as a web server for other devices.Is this possible ? if possible please give some guidelines or links to do this.
Share
implementing web server as an iPhone app is explained in http://culturedcode.com/cocoa/ please refer to it
Also please refer to the answer to this question
IPhone app as a web server, any advice?