While not exactly SOAP, you could check out google cloud endpoints https://developers.google.com/appengine/docs/java/endpoints/
..brad On Thu, Mar 7, 2013 at 12:45 PM, Jeff Beck <[email protected]> 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. > > > -- 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.
