uCosminexus Application Server, Web Service Development Guide

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

4.6.3 Executing Web Service clients

Use the cjclstartap command to execute Web Service clients.

The following is an example for executing Web Service clients:

> cd c:\temp\jaxws\works\fromwsdl\client\
> "%COSMINEXUS_HOME%\CC\client\bin\cjclstartap" com.example.sample.client.TestClient

If the cjclstartap command is terminated successfully, the result of Web Service client execution is displayed. The following is an example for displaying execution results:

KDJE40053-I The cjclstartap command will now start. (directory for the user definition file = c:\temp\jaxws\works\fromwsdl\client, PID = 2636)
--------------------
[RESULT] We've got your #1003 message "Invocation test."! It's 2007.11.28 14:50:50 now. See ya!
KDJE40054-I The cjclstartap command was stopped. (PID = 2636, exit status = 0)

The part in italics changes according to the execution timing and environment.

For the cjclstartap command, see cjclstartap (Starting Java applications) in the uCosminexus Application Server Command Reference Guide.