Interstage Application Server SOAPサービス ユーザーズガイド |
目次 索引 |
第11章 サンプルプログラム | > 11.3 RPC方式のサンプルプログラム |
サンプルプログラムCountRequest(サンプルCountRequest)は単純型(long)の返り値(return)を使用して、セション管理機能使用中にサーバプログラムを呼び出した累積値を表示します。
(1)以下のディレクトリに移動します。
(2)サンプルCountRequestのWebサービス情報をWebサービス・マネージャに登録します。
soapmodifydd -set -url http://localhost:12000/soap_admin/servlet/WSContainer DeploymentDescriptor.xml
(3)以下のディレクトリに移動します。
(4)サンプルCountRequestクライアントプログラムを実行します。
java CountRequestClient http://localhost:80/soap_dev/servlet/WSContainer
java CountRequestClient http://localhost:80/soap_dev/servlet/WSContainer
started.
requested 1 times.
:
requested 10 times.
ended.
目次 索引 |