Java Reference
In-Depth Information
4.6.3 Run the Client Application
With each of the client codes, we implemented one of the main methods for unit-testing
purposes. Each in this class can run as a standalone Java application. To run these
applications, the following command is used:
java
-cp
java-ws-client.jar;./lib/java-ws-generated.jar
com.bemach.
ws.employees.client.EmployeesDocClient
or
java
-cp
java-ws-client.jar;./lib/ws-ch-1-generated.jar
com.bemach.
ws.employees.client.EmployeesRpcClient
Search WWH ::




Custom Search