0
votes

I am trying to understand soap http binding. I was under the impression that when using jax-ws, I am always sending any request to the server inside soap envelope and getting a soap response.

But reading about soap1.2 support of http binding for GET and POST, I see that one can describe the webservice in wsdl with http bindings, and the service request and response are returned in simple xml document.

In the following webService of stockpricequote, the webservice can be accessed by Soap 1.1, Soap 1.2, HTTP get and HTTP post

http://www.visualwebservice.com/wsdl/ws.cdyne.com/delayedstockquote.asmx%3Fwsdl

Can somebody point me to a Web Service example with code For Soap http binding, where I can request and receive response without SOAP header ?

1

1 Answers