Of course I can do this but can't I somehow use SOAPpy to save my time?

On Tue, Sep 23, 2008 at 6:32 AM, Greg <[EMAIL PROTECTED]> wrote:

>
> 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
> >
>


-- 
[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