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

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

11.3.5 サンプルプログラムReturnMonth

 サンプルプログラムReturnMonth(サンプルReturnMonth)は、列挙型のinパラメタとinoutパラメタと返り値(return)を使用して、入力された番号(1〜12)に対応する月の名前("Janualy"等)や、次の月の番号、名前を表示します。
 列挙を表す以下の2つのクラスを定義しています。

■処理概要

■サンプルReturnMonthの実行手順

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

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

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

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

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

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

  1. 「Please input a number(1-12):」と表示されるので1〜12の数字を入力します。

■サンプルReturnMonthの実行例

 java ReturnMonthClient http://localhost:80/soap_dev/servlet/WSContainer
 Please input a number(1-12): 5
 Name of the month = May
 Number of the next month = 6
 Name of the month = June


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

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