JAX-WS Basic example – Document Style

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 […]

Share this article on

Understanding JAX-WS wsimport with example

What is wsimport ? Wsimport is a command line tool provided by JAX-WS to generate all the web services artifacts. Web service artifacts include web service client support code which will take care of including qualified name and url in the client supporting class. Generated Web service artifacts (java classes) will be used by web […]

Share this article on
< Previous Next >