There are some good java libraries for creating and consuming soap web services. I have a java app running on app engine which consumers a soap web service; all the binding code was auto-generated from the wsdl so it was really a snap to create. I imagine creating your own end-point wouldn't be any harder. Not sure about python tools that might be there for you to use. That being said, if you're building a new application and don't have any legacy considerations, I would think about doing something simpler with less overhead than SOAP... maybe RESTful services.
On Thursday, March 7, 2013 2:45:55 PM UTC-6, Jeff Beck wrote: > > Is it possible to create a SOAP service deployed on app engine, that can > read/write to the datastore? > > I would then build a SOAP client that connects to the soap endpoint on app > engine which in turn retrieves data from the datastore. > > In fact, I would like to code the SOAP client on Anrdoid/Java. > > This is for a proof-of-concept (university project) and would compare SOAP > to non-soap data store access on app-engine. > > I believe the biggest 'problem' would be that of SOAP on app engine? > > I've only found old documents, using older implementations of SOAP than > what is currently available. > > And help, advice, or pointers would be appreciated. > > I am limited (number of servers, etc..) and also have 8 weeks to implement > this. > > Also, I have programmed a web-app that uses app engine and datastore... > > Thank you > > Jeffrey Beck > -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-appengine?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
