Hello Edijae, For general information and a simple example on how to build a SOAP web services client, you may check the Creating a Simple Web Service and Client with JAX-WS tutorial <https://docs.oracle.com/cd/E17802_01/webservices/webservices/docs/2.0/tutorial/doc/JAXWS3.html>. At present, the necessary Java classes, namely javax.jws.WebService, are on The JRE Class White List <https://cloud.google.com/appengine/docs/java/jrewhitelist>, so you may safely use them in your application running in the App Engine standard environment. These info sources should cover your question about sending soap requests to the web service and preparing the Google App Engine app to receive SOAP data.
If your application scope is limited to the web services client, as opposed to the server, your security concerns should be less: usually, server programming needs to cover these aspects. There are various relevant resources on the web, for instance Application Authentication with JAX-WS <http://www.mkyong.com/webservices/jax-ws/application-authentication-with-jax-ws/>. Regarding the changes to your below class, needed so you may create and receive SOAP data: following the first tutorial above may give you a fairly good idea. Maybe worth mentioning: this is a discussion group for Google App Engine, and related problems and trends. When it comes strictly to programming and coding in specific languages, you’ll be at an advantage to rather post your questions on Stackoverflow <http://stackoverflow.com/>, to gain this way access to a large number of experts; it is meant for providing you help with coding. -- 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 https://groups.google.com/group/google-appengine. To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/d93a7e0d-c6b7-40cc-81b0-a12501f08a12%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
