You are right that appengine does the webserving for you. To provide a
SOAP service, you simply need to...

- Decode the XML contained in the request
- Do something with it
- Encode the response in XML.

I'll leave it to you to google for python XML modules.

Cheers!
Greg.

On Sep 23, 5:00 am, "Hasanat Kazmi" <[EMAIL PROTECTED]> wrote:
> Hello folks,
> I am facing a problem. I want to create SOAP web services using GAE. I want
> to create server (so that others can utilize it) not client (I dont want to
> utilize other SOAPes)
> The problem is I have looked into few solutions on the internet specially
> SOAPpy but when the create a SOAP server, they also create Web server to
> handle it, secondly it is highly feasible that it won't work on GAE.
> Anyone having an idea how to do it????
>
> Regards
>
> --
> [EMAIL PROTECTED]
> +923464362473
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to