Interstage Application Server SOAPサービス ユーザーズガイド
目次 索引 前ページ次ページ

第11章 サンプルプログラム> 11.3 RPC方式のサンプルプログラム

11.3.3 サンプルプログラムCountRequest

 サンプルプログラムCountRequest(サンプルCountRequest)は単純型(long)の返り値(return)を使用して、セション管理機能使用中にサーバプログラムを呼び出した累積値を表示します。

■処理概要

■サンプルCountRequestの実行手順

(1)以下のディレクトリに移動します。

 
C:\Interstage\F3FMsoap\examples\CountRequest\server
 
/opt/FJSVsoap/examples/CountRequest/server

(2)サンプルCountRequestのWebサービス情報をWebサービス・マネージャに登録します。
  soapmodifydd -set -url http://localhost:12000/soap_admin/servlet/WSContainer DeploymentDescriptor.xml

(3)以下のディレクトリに移動します。

 
C:\Interstage\F3FMsoap\examples\CountRequest\client
/opt/FJSVsoap/examples/CountRequest/client

(4)サンプルCountRequestクライアントプログラムを実行します。
  java CountRequestClient http://localhost:80/soap_dev/servlet/WSContainer

■サンプルCountRequestの実行例

 java CountRequestClient http://localhost:80/soap_dev/servlet/WSContainer
 started.
 requested 1 times.
   :
 requested 10 times.
 ended.


目次 索引 前ページ次ページ

All Rights Reserved, Copyright(C) 富士通株式会社 2005