uCosminexus Application Server, Web Service Development Guide

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

31.6.3 Executing Web Service clients

Use the cjclstartap command to execute a Web Service client.

The following is an example for executing the Web Service client:

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

On successful termination of the cjclstartap command, the execution results of the Web Service client are displayed. The following is an example for displaying the execution results:

KDJE40053-I The cjclstartap command will now start. (directory for the user definition file = c:\temp\jaxws\works\mtom\client, PID = 2636)
[RESULT] Success. Name: HitachiTaro, Section:The personnel section
KDJE40054-I The cjclstartap command was stopped. (PID = 2636, exit status = 0)

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

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