uCosminexus Application Server, Web Service Development Guide

[Contents][Glossary][Index][Back][Next]

6.5.3 Compiling Implementation Classes for Web Services clients

Use the javac command to compile the created Web Services client.

The following is an example of compilation:

> cd c:\temp\jaxws\works\wsgen\client\
> javac -encoding UTF-8 -cp "%COSMINEXUS_HOME%\jaxws\lib\cjjaxws.jar;%COSMINEXUS_HOME%\CC\client\lib\j2ee-javax.jar;%COSMINEXUS_HOME%\jaxp\lib\csmjaxb.jar;.\classes" -d .\classes src\org\example\sample\client\TestClient.java

If the javac command is terminated successfully, the TestClient.class is generated in the c:\temp\jaxws\works\wsgen\client\classes\org\example\sample\client\directory.

For the javac command, see the JDK documentation.