uCosminexus Application Server, Web Service Development Guide

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

29.6.3 Executing the Web Service client

Use the cjclstartap command to execute the Web Service client.

The following is an example of the execution of the Web Service client:

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

If the execution ends normally, the result of Web Service client execution is displayed. The following is an example of the display of the execution result:

KDJE40053-I The cjclstartap command will now start. (directory for the user definition file = c:\temp\jaxws\works\attachments\client, PID = 2636)
[RESULT] Success. Name:Hitachi Taro, 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 environment.

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