JAX-WS Basic example – Document Style
- 1st Jan 2017
- 2
- 12309
- JAX-WS document literal style example JAX-WS Document style web service example JAX-WS Hello world with Document style web service with document style using jax-ws
We have seen RPC style in previous article. In this article, we will see Document style example using JAX-WS The Style indicates how exactly the SOAP message body is structured. The Document style indicates that the SOAP message body contains a XML document which can be validated against pre-defined XML schema document. RPC style indicates […]