consuming SOAP web serives in google app engine an

2020-07-06 08:28发布

I am writing a web application in GWT, I am trying to interact with a SOAP web service. I know how to do it in regular java environment using the JAX-WS library, but GAE (Google App Engine) does not support it.

see http://groups.google.com/group/google-appengine-java/web/will-it-play-in-app-engine

is there a way of consuming a wsdl based web service (ebay web service for example) using GWT+GAE?

Thanks!

2条回答
爷、活的狠高调
2楼-- · 2020-07-06 09:07

Apparently, it seems to work with the AxiomSoapMessageFactory from Spring WS.

There is a detailed article named Exposing SOAP Service on GAE. I assume it might be possible to consume one WS following the same technology stack Using Spring Web Services on the Client.

查看更多
做个烂人
3楼-- · 2020-07-06 09:21

Google have now provided SOAP support for GAE:

http://code.google.com/appengine/articles/soap.html

查看更多
登录 后发表回答