Enunciate-generated artifacts are known to work with Google App Engine inasmuch as the libraries used are compatible with the GAE runtime. At the time of this writing, JAX-WS isn't supported on the server-side by the GAE runtime (see this issue and this tutorial). This means that you won't be able to use the JAX-WS runtime to run your SOAP services.
But JAX-RS works fine.
Here's kinda what your project will look like when deploying your application to the GAE. Note the references to the maven-gae-plugin
./pom.xml
./src/main/webapp/WEB-INF/appengine-web.xml
Then to deploy your app:
Labels
