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

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

11.3.1 サンプルプログラムCalc

 サンプルプログラムCalc(サンプルCalc)は、単純型(int)のinパラメタと返り値(return)を使用して足し算を行い、その結果を表示します。

■処理概要

■サンプルCalcの実行手順

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

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

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

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

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

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

  1. 「Please input first number」と表示されるので1つ目の数字を入力します。
  2. 「Please input second number」と表示されるので2つ目の数字を入力します。

■サンプルCalcの実行例

 java CalcClient http://localhost:80/soap_dev/servlet/WSContainer
 Please input first number: 10
 Please input second number: 20
 10 + 20 = 30


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

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