[google-appengine] Re: Google app-engine, SOAP service endpoint, data store

2017-01-11 Thread edijae crusar
4 years later, am facing a related issue in android. I have an app where am using google app engine. i need to make soap request to a certain company webservice where i also provide a callback url where the webservice will send the results to it in form of soap. How can i send this soap request

[google-appengine] Re: Google app-engine, SOAP service endpoint, data store

2013-03-17 Thread Jim
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

[google-appengine] Re: Google app-engine, SOAP service endpoint, data store

2013-03-12 Thread timh
There is no intrinsic reason why SOAP won't work. You haven't said if your using python or java. SOAP can have a large overhead, especially if your consuming SOAP services on appengine and you want to dynamically parse large WSDL definitions. But it doesn't look like you want to do that anyway