I am newbie to JAX-WS. I want to create a client for a webservice interface, so that i can test the webservice interface.
Please share link/resource or any approaches for JAX-WS client creation if there is any.
I am newbie to JAX-WS. I want to create a client for a webservice interface, so that i can test the webservice interface.
Please share link/resource or any approaches for JAX-WS client creation if there is any.
It is really easy, You can start with wsimport
to create client from JAX-WS wsdl file. wsimport
can be found in JAVA_HOME/bin
. Or you can use SOAP-UI application to generate jax-ws artifacts