35.6.3 Webサービスクライアントを実行する
cjclstartapコマンドを使用して,Webサービスクライアントを実行します。
Webサービスクライアントの実行例を次に示します。
> cd c:\temp\jaxws\works\wsrm\client\ > "%COSMINEXUS_HOME%\CC\client\bin\cjclstartap" com.example.sample.client.TestClient
cjclstartapコマンドが正常に終了すると,Webサービスクライアントの実行結果が表示されます。実行結果の表示例を次に示します。
KDJE40053-I The cjclstartap command will now start. (directory for the user definition file = c:\temp\jaxws\works\wsrm\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)
イタリック体になっている個所は,実行したタイミングや環境によって変わります。
cjclstartapコマンドについては,マニュアル「アプリケーションサーバ リファレンス コマンド編」の「cjclstartap(Javaアプリケーションの開始)」を参照してください。