Though not started working on the below given scenario but gathering info before starting work:
Using iPhone, I have to access a python web service hosted on google app engine.
1] Does the web service needs to be a WSGI application [Correct me, if appropriate as I am a fresher at python side]?
2] Web services created in microsoft .net needs to be converted to REST before accessing them from iphone, so do i need to convert my python web service too into REST enabled?
Using iPhone, I have to access a python web service hosted on google app engine.
1] Does the web service needs to be a WSGI application [Correct me, if appropriate as I am a fresher at python side]?
2] Web services created in microsoft .net needs to be converted to REST before accessing them from iphone, so do i need to convert my python web service too into REST enabled?