0

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.

net user
  • 573
  • 2
  • 8
  • 21

2 Answers2

0

Have a look at this example : here. There is a complete example of server/client implementation.

Ioan
  • 5,152
  • 3
  • 31
  • 50
0

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

Ali Abazari
  • 429
  • 4
  • 20