JBoss.orgCommunity Documentation

Chapter 9. JBossWS-wsrunclient

9.1. Usage
9.2. Examples

wsrunclient is a command line tool that invokes a JBossWS JAX-WS Web Service client. It builds the correct classpath and endorsed libs for you. Feel free to use the code for this script to make your own shell scripts. It is open source after all.

 wsrunclient [-classpath <additional class path>] <java-main-class> [arguments...]

Invoking a standalone JAX-WS client:

wsrunclient echo.EchoClient

Invoking a standalone JAX-WS client that uses external jars:

wsrunclient -classpath jar1.jar:jar2.jar echo.EchoClient