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.
Usage
wsrunclient [-classpath <additional class path>] <java-main-class> [arguments...]
Examples
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
Comments