Actually I have a similar requirement and found that instead of worrying
about
 doing anything in the webapp beyond the single resource its easiest to
 reply with direct HTML as a raw result without putting any real HTML
into the tags

since the WSGI runs directly similar to a CGI with stdin and stdout
being the socket
 connection made.

Im experimenting with skipping WSGI and using raw incoming and raw
response
 processing using an own XML setup as well.

I can tell you how I get on if you like?

Jeremy

On Sat, 2009-01-10 at 03:17 -0800, arnie wrote:
> Hi Dan, Thanks a lot for a quick clarifying reply.
>  I am googling continuously to find the solution. One of the solution
> that I found is at the below given link
> http://www.ioncannon.net/web-services/180/soap-on-the-google-app-engine-platform/
> I goes through this tutorial but got stuck at "python wsdl2py
> SimpleEcho.wsdl". How to run this command?. I have downloaded the
> ZSI-2.1-a1.tar.gz
> 
> Actually my web service consumer is an IPhone application. In my
> previous project on iphone that consumes a .net web service, I have
> noticed that we have to make the web service REST enabled so that the
> iphone can consume it. Also, if the python web service can be an xml
> web service then it will be helpful. Can you tell me that without
> using ZSI library, I can create an xml web service for google app
> engine using python?
> For a given table [Python class]
> class Person(db.Model):
>     FirstName = db.StringProperty()
>     LastName = db.StringProperty()
>     Address = db.StringProperty()
> What code, I will have to write in the request handler for getting an
> xml result [a collection of Person class objects]?
> --~--~---------~--~----~------------~-------~--~----~
> You received this message because you are subscribed to the Google Groups 
> "Google App Engine" group.
> To post to this group, send email to [email protected]
> To unsubscribe from this group, send email to 
> [email protected]
> For more options, visit this group at 
> http://groups.google.com/group/google-appengine?hl=en
> -~----------~----~----~----~------~----~------~--~---
> 

Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to