JP2008003689A - Information processing system and information processing method for web service - Google Patents

Information processing system and information processing method for web service Download PDF

Info

Publication number
JP2008003689A
JP2008003689A JP2006170096A JP2006170096A JP2008003689A JP 2008003689 A JP2008003689 A JP 2008003689A JP 2006170096 A JP2006170096 A JP 2006170096A JP 2006170096 A JP2006170096 A JP 2006170096A JP 2008003689 A JP2008003689 A JP 2008003689A
Authority
JP
Japan
Prior art keywords
processing
metadata
server device
client device
execution
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
JP2006170096A
Other languages
Japanese (ja)
Other versions
JP4496492B2 (en
Inventor
Yoshihiro Sato
佳宏 佐藤
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
NEC Corp
Original Assignee
NEC Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by NEC Corp filed Critical NEC Corp
Priority to JP2006170096A priority Critical patent/JP4496492B2/en
Publication of JP2008003689A publication Critical patent/JP2008003689A/en
Application granted granted Critical
Publication of JP4496492B2 publication Critical patent/JP4496492B2/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Computer And Data Communications (AREA)

Abstract

<P>PROBLEM TO BE SOLVED: To provide a technology allowing for convenience for both of a client using Web service and a server side for providing the service. <P>SOLUTION: If a client device (20) transmits (S1) a request for execution of processing by synchronous communication to a server device (10), the server device sends back (S2) information for terminating the synchronous communication as a response. The server device executes requested processing (S3) and generates (S4) metadata representing the execution state of the processing. The client device makes an inquiry about the execution state of the processing to the server device, and the server device transmits (S6, S10) the metadata for the inquiry. The client device, upon recognition (S11) of the completion of the requested processing by the metadata, transmits (S12) a request for notification of the processing execution result to the server device. The server device sends back (S13) the execution result as a response to the request for notification from the client device. <P>COPYRIGHT: (C)2008,JPO&INPIT

Description

本発明は、HTTP(HyperText Transfer Protocol)/HTTPS(HTTP Security)のような同期通信の通信プロトコルを利用したWebサービスの技術に関する。   The present invention relates to a Web service technology using a communication protocol for synchronous communication such as HTTP (HyperText Transfer Protocol) / HTTPS (HTTP Security).

図9に、一般的なWebサービスの形態を模式的に示す。Webサービスを提供するサーバ1と、サーバ1に対しサービスを要求するクライアント2との間では、他のコンピュータにあるデータを取得するための通信プロトコルとしてSOAP(Simple Object Access Protocol)が利用される。   FIG. 9 schematically shows a form of a general Web service. Between the server 1 that provides the Web service and the client 2 that requests the service from the server 1, SOAP (Simple Object Access Protocol) is used as a communication protocol for acquiring data in another computer.

SOAPを利用するサーバ1及びクライアント2は、例えば、WSDL(Web Services Description Language)なるフォーマットに従い作成されたXML(eXtensible Markup Language)ベースのSOAPメッセージをHTTP/HTTPSにより授受する。このようなHTTP/HTTPSにSOAPを適用した通信形態は「SOAP over HTTP/HTTPS」と称され、Webサービスに広く利用されている。   The server 1 and the client 2 that use SOAP exchange, for example, an XML (eXtensible Markup Language) -based SOAP message created according to a format called WSDL (Web Services Description Language) by HTTP / HTTPS. Such a communication mode in which SOAP is applied to HTTP / HTTPS is called “SOAP over HTTP / HTTPS” and is widely used for Web services.

ところで、HTTP/HTTPSによる通信は、サーバがクライアントからリクエストを受信したとき所定期間内にレスポンスを送ることを基本とする同期通信である。よって、HTTP/HTTPSは、例えば、通信帯域や時間に使用制限があるクライアントのように、非同期通信が望まれるクライアントには対処が困難である。   By the way, communication by HTTP / HTTPS is synchronous communication based on sending a response within a predetermined period when a server receives a request from a client. Therefore, HTTP / HTTPS is difficult to deal with, for example, a client that desires asynchronous communication, such as a client whose use is limited in communication bandwidth and time.

一方、SOAP自体は、ベースとなる通信プロトコルが指定されていないことから、HTTP/HTTPS以外のプロトコルにも適用可能である。よって、非同期通信のニーズに応じるためには、例えば図10に示すように、POP(Post Office Protocol)/SMTP(Simple Mail Transfer Protocol)あるいはJMS(Java(登録商標) Message Service)のようなプロトコルをSOAPと併用すればよい。   On the other hand, SOAP itself is applicable to protocols other than HTTP / HTTPS because the base communication protocol is not specified. Therefore, in order to meet the needs of asynchronous communication, for example, as shown in FIG. 10, a protocol such as POP (Post Office Protocol) / SMTP (Simple Mail Transfer Protocol) or JMS (Java (registered trademark) Message Service) is used. Use with SOAP.

図10に示す通信形態において、クライアント4は、HTTP/HTTPSにより交信するサーバ1とは別個に設けられた、POP/SMTPやJMS専用のサーバ3と交信する。そして、この専用のサーバ3を介して、HTTP/HTTPSによるサーバ1からデータを取得する。   In the communication mode shown in FIG. 10, the client 4 communicates with a server 3 dedicated to POP / SMTP and JMS, which is provided separately from the server 1 that communicates with HTTP / HTTPS. Then, data is acquired from the server 1 based on HTTP / HTTPS via the dedicated server 3.

このようにネットワークを利用して他のコンピュータからデータを取得する技術に関し、例えば、後述の特許文献1に記載のものがある。特許文献1に記載の技術は、機器の状態やその機器の動作ログなどの情報を外部に提供する機能を持つネットワーク装置が、RDF等のXML形式のフォーマットにより上記情報を作成し、その情報をクライアント側の仕様に合わせてHTML形式等に変換して提供するというものである。
特開2005−209056号公報
As described above, for example, a technique described in Patent Document 1 described below relates to a technique for acquiring data from another computer using a network. In the technology described in Patent Document 1, a network device having a function of providing information such as a device status and an operation log of the device to the outside creates the above information in an XML format such as RDF, and stores the information. It is provided by converting it into HTML format etc. according to the client side specifications.
JP 2005-209056 A

しかしながら、前述の図10に示すような通信形態の場合、クライアント4は、一般に普及している「SOAP over HTTP/HTTPS」のサービスを利用することができない。また、WebサービスのためにPOP/SMTPやJMS専用のサーバ3の介在が必要とされることで、このサーバ3の処理負荷が増大するという問題もある。   However, in the case of the communication mode as shown in FIG. 10 described above, the client 4 cannot use the “SOAP over HTTP / HTTPS” service that has been widely used. Another problem is that the processing load of the server 3 increases due to the need for the POP / SMTP or JMS dedicated server 3 for the Web service.

一方、上記特許文献1に記載の技術では、HTML形式等、クライアント側のフォーマット形式に合わせてWebサービスが提供される。しかしながら、そのためには、サーバ(ネットワーク装置)が、XML形式にて作成した情報をその都度HTML形式等に変換する必要がある。よって、サーバでは、クライアント側の多様なフォーマット形式に対処すべく複数の変換パターンを想定する必要があり、そのようなサーバの管理は容易ではない。   On the other hand, in the technique described in Patent Document 1, a Web service is provided in accordance with a client-side format format such as an HTML format. However, in order to do so, it is necessary to convert information created in the XML format by the server (network device) to the HTML format or the like each time. Therefore, in the server, it is necessary to assume a plurality of conversion patterns in order to cope with various format formats on the client side, and management of such a server is not easy.

本発明は、上記課題に鑑みてなされたものであり、同期通信のWebサービスを利用するクライアントおよびそのサービスを提供するサーバ側の双方の利便性を考慮した技術を提供することを目的とする。   The present invention has been made in view of the above problems, and an object of the present invention is to provide a technology that takes into account the convenience of both the client using the synchronous communication Web service and the server providing the service.

本発明に係る情報処理システムは、通信ネットワークに接続されたサーバ装置およびクライアント装置を備え、前記クライアント装置は、前記サーバ装置に対し同期通信により処理の実行要求を送信する手段と、前記処理の実行状況を前記サーバ装置へ問い合わせる手段と、前記処理の実行結果の通知要求を前記サーバ装置へ送信する手段とを有し、前記サーバ装置は、前記クライアント装置からの処理の実行要求に対し同期通信を終了させる情報を応答する手段と、前記クライアント装置から要求された処理を実行し且つ該処理の実行状況を表すメタデータを生成する手段と、処理の実行状況に関する前記クライアント装置からの問い合わせに対し当該メタデータを送信する手段と、処理の実行結果に関する前記クライアント装置からの通知要求に対し当該実行結果を応答する手段とを有する。   An information processing system according to the present invention includes a server device and a client device connected to a communication network, wherein the client device transmits a process execution request to the server device through synchronous communication, and the process execution Means for inquiring the status to the server device, and means for transmitting a notification request for the execution result of the processing to the server device, wherein the server device performs synchronous communication in response to the processing execution request from the client device A means for responding information to be terminated, a means for executing the processing requested from the client device and generating metadata representing the execution status of the processing, and an inquiry from the client device regarding the execution status of the processing. Means for transmitting metadata and communication from the client device regarding the execution result of the process. Request to have the means responsive to the execution result.

本発明によれば、クライアント装置から同期通信により処理の実行要求を受けたサーバ装置が、一旦その同期通信を終了させ、別途、その処理の実行結果をクライアント装置へ応答するよう構成したことから、同期通信の環境下で、非同期通信と同様な通信形態を提供することができる。さらに、処理の要求から処理結果の応答までの間、その処理の実行状況をクライアント装置から確認することができるため、処理結果を取得すべきタイミングを適切に認識することができる。これにより、処理の要求から処理結果の取得までを迅速に行うことができ、結果、ユーザの利便性が高められる。   According to the present invention, the server device that has received the processing execution request from the client device through synchronous communication once terminates the synchronous communication and separately responds to the client device with the processing execution result. In a synchronous communication environment, a communication form similar to asynchronous communication can be provided. Furthermore, since the execution status of the process can be confirmed from the client device from the process request to the process result response, it is possible to appropriately recognize the timing at which the process result should be acquired. Thereby, it is possible to quickly perform from the request for processing to acquisition of the processing result, and as a result, the convenience for the user is enhanced.

図1に、本発明の実施形態のシステム構成を示す。本実施形態のシステムは、通信ネットワーク100に接続されたサーバ10およびクライアント20を備える。サーバ10は、クライアント20に対し通信ネットワーク100を介してWebサービスを提供する事業者のコンピュータである。クライアント20は、サーバ10によるWebサービスを利用する個人あるいは企業等のユーザが使用するコンピュータである。   FIG. 1 shows a system configuration of an embodiment of the present invention. The system of the present embodiment includes a server 10 and a client 20 connected to the communication network 100. The server 10 is a computer of a provider that provides a Web service to the client 20 via the communication network 100. The client 20 is a computer used by a user such as an individual or a company who uses the Web service provided by the server 10.

サーバ10は、図1に示すように、クライアント20から要求されるWebサービスに関する処理を実行するWebサービス処理部11と、Webサービスの処理状況に関する後述のメタデータを処理するメタデータ処理部12とを備える。これらは、クライアント20のCPU(図示略)が実行するプログラムに対応する機能である。   As shown in FIG. 1, the server 10 includes a Web service processing unit 11 that executes processing related to a Web service requested by the client 20, and a metadata processing unit 12 that processes metadata described later regarding the processing status of the Web service. Is provided. These are functions corresponding to programs executed by the CPU (not shown) of the client 20.

クライアント20は、サーバ10により提供されるWebサービスを利用するためのプログラムに対応するWebサービスクライアント部21を備える。   The client 20 includes a Web service client unit 21 corresponding to a program for using the Web service provided by the server 10.

図2に示すシーケンスを参照して、本実施形態の動作について説明する。まず、クライアント20のWebサービスクライアント部21は、Webサービスを利用すべく、サーバ10に対しHTTP/HTTPS通信によりSOAPメッセージを送信する(ステップS1)。このSOAPメッセージは、サーバ10に対し処理の実行要求を通知するためのHTTP/HTTPSリクエストに記述されるメッセージであり、一般のSOAP仕様のフォーマットに基づき作成される。   The operation of this embodiment will be described with reference to the sequence shown in FIG. First, the Web service client unit 21 of the client 20 transmits a SOAP message to the server 10 by HTTP / HTTPS communication in order to use the Web service (step S1). The SOAP message is a message described in an HTTP / HTTPS request for notifying the server 10 of a process execution request, and is created based on a general SOAP specification format.

サーバ10のWebサービスクライアント部21は、クライアント20からのSOAPメッセージを受信すると、そのリクエストに対するレスポンス処理を例外処理として取り扱う。これは、現時点のセッションを終了させるための、便宜上の取り扱いであり、クライアント20から要求された処理自体が例外処理の対象であることを意味するものではない。   When the Web service client unit 21 of the server 10 receives the SOAP message from the client 20, the response process for the request is handled as an exception process. This is a convenient handling for ending the current session, and does not mean that the processing itself requested from the client 20 is an exception processing target.

Webサービスクライアント部21は、便宜上の例外処理として、「SOAP Fault」のメッセージを記述したHTTP/HTTPSレスポンスをクライアント20へ送信する(ステップS2)。このとき送信されるレスポンスの一例を図3に示す。   The Web service client unit 21 transmits an HTTP / HTTPS response describing a “SOAP Fault” message to the client 20 as an exception process for convenience (step S2). An example of the response transmitted at this time is shown in FIG.

図3に示すように、HTTP/HTTPSレスポンスのステータスコード(3a)は、受信確認を表す「202」のようなコードとし、レスポンス内のSOAPメッセージには「SOAP Fault」(3b)を作成する。また、この「SOAP Fault」のdetail要素(3c)には、クライアント20から受けた処理に割り当てたIDと、後述のメタデータが公開されるURLとを記述する。なお、HTTP/HTTPSレスポンスのステータスコード(3a)は、図示の例のように「202」とすることが望ましいが、不都合がある場合は、「500」(Internal Server Error)などであってもよい。   As shown in FIG. 3, the status code (3a) of the HTTP / HTTPS response is a code such as “202” indicating reception confirmation, and “SOAP Fault” (3b) is created in the SOAP message in the response. Further, in the detail element (3c) of this “SOAP Fault”, an ID assigned to the process received from the client 20 and a URL at which metadata described later is disclosed are described. Note that the status code (3a) of the HTTP / HTTPS response is preferably “202” as in the illustrated example, but may be “500” (Internal Server Error) if there is a problem. .

サーバ10からの上記HTTP/HTTPSレスポンスがクライアント20により受信されると、いったん両者間のHTTP/HTTPS通信が終了する。   When the above HTTP / HTTPS response from the server 10 is received by the client 20, the HTTP / HTTPS communication between the both ends once.

続いて、サーバ10のWebサービス処理部11は、クライアント20から要求された処理を実行する(ステップS3)。この間、メタデータ処理部12は、処理の実行状況を表すメタデータを生成し、それを記憶デバイス(図示略)へ保存する(ステップS4)。メタデータは、RSS(Really Simple Syndication / RDF Site Summary)あるいはAtomのようなXMLベースのフォーマットに従い作成される。   Subsequently, the Web service processing unit 11 of the server 10 executes the process requested by the client 20 (Step S3). During this time, the metadata processing unit 12 generates metadata representing the execution status of the process, and stores it in a storage device (not shown) (step S4). The metadata is created according to an XML-based format such as RSS (Really Simple Syndication / RDF Site Summary) or Atom.

図4、図5及び図6に、メタデータの事例を示す。図4は、RSS1.0形式のフォーマットにより作成されたメタデータの例であり、図5は、RSS2.0形式のメタデータの例であり、そして、図6は、Atom0.3形式のメタデータの例である。   Examples of metadata are shown in FIGS. 4, 5, and 6. FIG. 4 is an example of metadata created in the RSS1.0 format, FIG. 5 is an example of RSS2.0 format metadata, and FIG. 6 is an Atom0.3 format metadata. It is an example.

メタデータ処理部12は、図4乃至図6のような形態で生成したメタデータを、前述のHTTP/HTTPSレスポンスによりクライアント20に通知したURL(図3:3c)にて公開する(ステップS5)。そして、処理の開始から所定期間ごとに実行状況のメタデータを生成し、生成の都度、公開するメタデータを更新する。   The metadata processing unit 12 publishes the metadata generated in the form as shown in FIGS. 4 to 6 in the URL (FIG. 3: 3c) notified to the client 20 by the above HTTP / HTTPS response (step S5). . Then, the metadata of the execution status is generated every predetermined period from the start of the process, and the metadata to be disclosed is updated every time the process is generated.

ここで、サーバ10により公開されるメタデータは、少なくとも、処理が完了したか否かを公開することを目的としたものである。よって、メタデータの更新は、本実施形態のように定期的に行うことに替えて、例えば、処理の開始時および完了時、あるいは完了時のみに行うようにしてもよい。これにより、サーバ10の処理負荷が軽減される。   Here, the metadata disclosed by the server 10 is intended to disclose at least whether or not the processing has been completed. Therefore, instead of periodically updating the metadata as in the present embodiment, for example, the metadata may be updated at the start and completion of the process, or only at the completion. Thereby, the processing load of the server 10 is reduced.

一方、クライアント20は、サーバ10から受信したHTTP/HTTPSレスポンス(図3)に記述されている処理IDとメタデータの公開URLとを用いて、処理の実行状況を定期的にサーバ10へ問い合わせる(ステップS6)。すなわち、サーバ10に要求した処理に関し公開されているメタデータの更新を確認する。この確認は、予めWebサービスクライアント部21に設定した、いわゆるRSSリーダ等のソフトウェアにより行うことができる。   On the other hand, the client 20 periodically inquires of the server 10 about the execution status of the process using the process ID described in the HTTP / HTTPS response (FIG. 3) received from the server 10 and the public URL of the metadata ( Step S6). That is, the update of the published metadata regarding the processing requested to the server 10 is confirmed. This confirmation can be performed by software such as a so-called RSS reader, which is set in the Web service client unit 21 in advance.

サーバ10は、クライアント20から要求された処理を実行し終えると(ステップS7)、処理の完了を表すメタデータを生成し公開する(ステップS8、S9)。   When the server 10 finishes executing the process requested by the client 20 (step S7), it generates and discloses metadata indicating the completion of the process (steps S8 and S9).

クライアント20は、問い合わせにより取得したメタデータから処理の完了を認識すると(ステップS10、S11)、処理結果を要求するための図7に示すようなHTTP/HTTPSリクエストをサーバ10へ送信する(ステップS12)。このリクエストに含まれるSOAPメッセージのヘッダ(7a)には、先にサーバ10から通知された処理IDを記述する。   When the client 20 recognizes the completion of the processing from the metadata acquired by the inquiry (steps S10 and S11), the client 20 transmits an HTTP / HTTPS request for requesting the processing result to the server 10 (step S12). ). In the header (7a) of the SOAP message included in this request, the process ID notified from the server 10 is described.

サーバ10は、上記リクエストをクライアント20から受信すると、その応答としてのHTTP/HTTPSレスポンスにより、処理IDに対応する処理結果を送信する(ステップS13)。なお、実際に例外処理が発生していた場合、すなわち、当初にクライアント20から要求された処理がサーバ10における例外処理の対象であった場合は、このHTTP/HTTPSレスポンス(ステップS13)に、例外処理の旨を示すSOAPメッセージを記述する。   When the server 10 receives the request from the client 20, the server 10 transmits a processing result corresponding to the processing ID by an HTTP / HTTPS response as a response (step S13). If exception processing has actually occurred, that is, if the processing originally requested by the client 20 is the target of exception processing in the server 10, an exception is included in this HTTP / HTTPS response (step S13). Describe the SOAP message indicating the processing.

このように上記実施形態によれば、HTTP/HTTPSによる同期通信の環境下で、非同期通信と同様な形態によりWebサービスを提供することができる。その理由は、サーバ(10)が、クライアント(20)からの処理要求に対し、一旦そのセッションを終了させる応答を返すからである。また、「SOAP Fault」に処理状況の参照先URLを記述してクライアント(20)へ通知し、別途、その処理状況をメタデータで提供することから、クライアント側は、別のWebサービスなどを併用することなく、単一のURLにより非同期通信によるサービスを受けることができる。   As described above, according to the above-described embodiment, a Web service can be provided in the same manner as asynchronous communication in an environment of synchronous communication using HTTP / HTTPS. The reason is that the server (10) once returns a response to end the session in response to the processing request from the client (20). Also, the processing status reference URL is described in “SOAP Fault” and notified to the client (20), and the processing status is separately provided as metadata, so the client side uses another Web service together. Thus, a service by asynchronous communication can be received by a single URL.

また、ファイヤーウォールを介在させたWebサービスを維持することができる。その理由は、既存のHTTP/HTTPS通信の環境を利用するからである。通常、HTTP/HTTPS通信に設定するファイヤーウォールは、他の通信プロトコルよりも制限が比較的少なく、セキュリティ設定に関しての柔軟性がある。   In addition, it is possible to maintain a web service through a firewall. The reason is that an existing HTTP / HTTPS communication environment is used. Usually, a firewall set for HTTP / HTTPS communication is relatively less restricted than other communication protocols, and has flexibility regarding security settings.

さらにまた、Webサービスクライアント(21)にメタデータの解析機能が具備されていない場合でも、本実施形態のWebサービスを利用することができる。その理由は、広く普及しているRSSやAtom等のフォーマットを利用してメタデータが生成されるからである。   Furthermore, even when the Web service client (21) does not have a metadata analysis function, the Web service of this embodiment can be used. The reason is that metadata is generated using formats such as RSS and Atom that are widely used.

[他の実施形態]
サーバ10が、公開したメタデータをクライアント20に供給する際、そのクライアント20に対し認証処理を行うようにしてもよい。例えば、サーバ10がRSSリーダ等により問い合わせを受けたとき、該当のメタデータを送信するに先立ち、従来知られたBasic認証等の認証技術により、クライアント20の正当性を判定する。そして、クライアント20から取得した個人情報(ユーザID/パスワード等)の認証が成功した場合に、そのクライアント20へ該当のメタデータを送信する。これにより、Webサービスの処理に関し、その処理状況を正当なユーザのみが確認することができ、結果、各ユーザのサービス利用状況等が漏洩することを防止できる。
[Other Embodiments]
When the server 10 supplies the published metadata to the client 20, an authentication process may be performed on the client 20. For example, when the server 10 receives an inquiry from an RSS reader or the like, the legitimacy of the client 20 is determined by a conventionally known authentication technique such as basic authentication before transmitting the corresponding metadata. When the personal information (user ID / password, etc.) acquired from the client 20 is successfully authenticated, the corresponding metadata is transmitted to the client 20. As a result, only a legitimate user can confirm the processing status of Web service processing, and as a result, it is possible to prevent leakage of the service usage status of each user.

また、クライアント20から送信するHTTP/HTTPSリクエストにWebサービスの処理IDを記述することに関し、例えば図8に示すように、そのIDをHTTP/HTTPSリクエストのヘッダにCookieとして記述するようにしてもよい(図8:8a)。このように既存のCookie技術を利用することにより、クライアント20がHTTP/HTTPSリクエストに処理IDを設定すること、及び、そのIDをサーバ10で判別することが簡便となる。   Further, regarding the description of the Web service processing ID in the HTTP / HTTPS request transmitted from the client 20, for example, as shown in FIG. 8, the ID may be described as a cookie in the header of the HTTP / HTTPS request. (FIG. 8: 8a). As described above, by using the existing cookie technology, it is easy for the client 20 to set the processing ID in the HTTP / HTTPS request and to determine the ID by the server 10.

本発明の実施形態のシステム構成を示すブロック図である。It is a block diagram which shows the system configuration | structure of embodiment of this invention. 実施形態の動作手順を示すシーケンス図である。It is a sequence diagram which shows the operation | movement procedure of embodiment. 実施形態におけるSOAP_Faultに関する説明図である。It is explanatory drawing regarding SOAP_Fault in embodiment. 実施形態におけるメタデータの事例(RSS1.0)に関する説明図である。It is explanatory drawing regarding the example (RSS1.0) of the metadata in embodiment. 実施形態におけるメタデータの事例(RSS2.0)に関する説明図である。It is explanatory drawing regarding the example (RSS2.0) of the metadata in embodiment. 実施形態におけるメタデータの事例(Atom)に関する説明図である。It is explanatory drawing regarding the example (Atom) of the metadata in embodiment. 実施形態における処理結果の要求に関する説明図である。It is explanatory drawing regarding the request | requirement of the process result in embodiment. 本発明の他の実施形態におけるSOAP_Faultに関する説明図である。It is explanatory drawing regarding SOAP_Fault in other embodiment of this invention. 従来のWebサービスのシステムに関する説明図である。It is explanatory drawing regarding the system of the conventional web service. 従来のWebサービスの他のシステムに関する説明図である。It is explanatory drawing regarding the other system of the conventional web service.

符号の説明Explanation of symbols

100 通信ネットワーク
10 サーバ
11 Webサービス処理部
12 メタデータ処理部
20 クライアント
21 Webサービスクライアント部
100 Communication Network 10 Server 11 Web Service Processing Unit 12 Metadata Processing Unit 20 Client 21 Web Service Client Unit

Claims (15)

通信ネットワークに接続されたサーバ装置およびクライアント装置を備え、
前記クライアント装置は、前記サーバ装置に対し同期通信により処理の実行要求を送信する手段と、前記処理の実行状況を前記サーバ装置へ問い合わせる手段と、前記処理の実行結果の通知要求を前記サーバ装置へ送信する手段とを有し、
前記サーバ装置は、前記クライアント装置からの処理の実行要求に対し同期通信を終了させる情報を応答する手段と、前記クライアント装置から要求された処理を実行し且つ該処理の実行状況を表すメタデータを生成する手段と、処理の実行状況に関する前記クライアント装置からの問い合わせに対し当該メタデータを送信する手段と、処理の実行結果に関する前記クライアント装置からの通知要求に対し当該実行結果を応答する手段とを有することを特徴とする情報処理システム。
A server device and a client device connected to a communication network;
The client device sends a processing execution request to the server device through synchronous communication, inquires the server device about the execution status of the processing, and sends a processing execution result notification request to the server device. Means for transmitting,
The server device responds with information for terminating synchronous communication in response to a processing execution request from the client device, and executes metadata requested to execute the processing requested by the client device and indicating the execution status of the processing. Means for generating, means for transmitting the metadata in response to an inquiry from the client device regarding the execution status of the process, and means for responding to the notification result from the client apparatus regarding the execution result of the process An information processing system comprising:
前記サーバ装置は、処理の実行状況に関する前記クライアント装置からの問い合わせを受けたとき認証処理を実行し、認証に成功した場合に当該メタデータを送信することを特徴とする請求項1記載の情報処理システム。   The information processing according to claim 1, wherein the server device executes an authentication process when receiving an inquiry from the client device regarding a processing execution state, and transmits the metadata when the authentication is successful. system. 前記サーバ装置は、同期通信を終了させる前記情報として、例外処理に対応するメッセージを応答し、
前記クライアント装置は、前記サーバ装置から前記メッセージを含む応答を受けたとき、前記サーバ装置に対し処理の実行状況の問い合わせを開始することを特徴とする請求項1又は2記載の情報処理システム。
The server device responds with a message corresponding to exception processing as the information for terminating synchronous communication,
3. The information processing system according to claim 1, wherein when the client device receives a response including the message from the server device, the client device starts an inquiry about a processing execution status to the server device.
前記サーバ装置は、メタデータをXMLに基づく文書形式により生成することを特徴とする請求項1乃至3のいずれか1項に記載の情報処理システム。   The information processing system according to claim 1, wherein the server device generates metadata in a document format based on XML. 自装置と通信ネットワークを介して接続されたサーバ装置に対し同期通信により処理の実行要求を送信する手段と、前記処理の実行状況を前記サーバ装置へ問い合わせる手段と、前記処理の実行結果の通知要求を前記サーバ装置へ送信する手段とを備えることを特徴とする情報処理装置。   Means for transmitting a process execution request by synchronous communication to a server apparatus connected to the own apparatus via a communication network; means for inquiring the server apparatus of the execution status of the process; and a notification request for execution result of the process An information processing apparatus comprising: means for transmitting to the server apparatus. コンピュータを請求項5記載の情報処理装置として機能させることを特徴とするプログラム。   A program for causing a computer to function as the information processing apparatus according to claim 5. 自装置と通信ネットワークを介して接続されたクライアント装置からの同期通信による処理の実行要求に対し同期通信を終了させる情報を応答する手段と、前記クライアント装置から要求された処理を実行し且つ該処理の実行状況を表すメタデータを生成する手段と、処理の実行状況に関する前記クライアント装置からの問い合わせに対し当該メタデータを送信する手段と、処理の実行結果に関する前記クライアント装置からの通知要求に対し当該実行結果を応答する手段とを備えることを特徴とする情報処理装置。   Means for responding to information for terminating synchronous communication in response to an execution request for processing by synchronous communication from a client device connected to the own device via a communication network; and executing the processing requested by the client device; Means for generating metadata representing the execution status of the client, means for transmitting the metadata in response to an inquiry from the client device regarding the execution status of the process, and a notification request from the client device regarding the execution result of the process An information processing apparatus comprising means for responding to an execution result. 処理の実行状況に関する前記クライアント装置からの問い合わせを受けたとき認証処理を実行し、認証に成功した場合に当該メタデータを送信することを特徴とする請求項7記載の情報処理装置。   The information processing apparatus according to claim 7, wherein an authentication process is executed when an inquiry from the client apparatus regarding a process execution status is received, and the metadata is transmitted when the authentication is successful. 同期通信を終了させる前記情報として、例外処理に対応するメッセージを応答することを特徴とする請求項7又は8記載の情報処理装置。   9. The information processing apparatus according to claim 7, wherein a message corresponding to exception processing is returned as the information for ending synchronous communication. メタデータをXMLに基づく文書形式により生成することを特徴とする請求項7乃至9のいずれか1項に記載の情報処理装置。   The information processing apparatus according to claim 7, wherein the metadata is generated in a document format based on XML. コンピュータを請求項7乃至10のいずれか1項に記載の情報処理装置として機能させることを特徴とするプログラム。   A program causing a computer to function as the information processing apparatus according to any one of claims 7 to 10. クライアント装置が、自装置と通信ネットワークを介して接続されたサーバ装置に対し同期通信により処理の実行要求を送信するステップと、
前記サーバ装置が、前記クライアント装置からの処理の実行要求に対し同期通信を終了させる情報を応答するステップと、
前記サーバ装置が、前記クライアント装置から要求された処理を実行し且つ該処理の実行状況を表すメタデータを生成するステップと、
前記クライアント装置が、前記処理の実行状況を前記サーバ装置へ問い合わせるステップと、
前記サーバ装置が、処理の実行状況に関する前記クライアント装置からの問い合わせに対し当該メタデータを送信するステップと、
前記クライアント装置が、前記処理の実行結果の通知要求を前記サーバ装置へ送信するステップと、
前記サーバ装置が、処理の実行結果に関する前記クライアント装置からの通知要求に対し当該実行結果を応答するステップとを備えることを特徴とする情報処理方法。
A step in which a client device transmits a processing execution request by synchronous communication to a server device connected to the own device via a communication network;
The server device responding to the execution request for processing from the client device with information for terminating synchronous communication;
The server device executing the processing requested by the client device and generating metadata indicating the execution status of the processing;
The client device inquiring the server device about the execution status of the processing;
The server device transmitting the metadata in response to an inquiry from the client device regarding the execution status of processing;
The client device transmitting a notification request for the execution result of the processing to the server device;
And a step in which the server device responds to the notification request from the client device regarding the execution result of the process.
前記サーバ装置が、メタデータを送信する前記ステップにおいて、
処理の実行状況に関する前記クライアント装置からの問い合わせを受けたとき認証処理を実行し、認証に成功した場合に当該メタデータを送信することを特徴とする請求項12記載の情報処理方法。
In the step in which the server device transmits metadata,
13. The information processing method according to claim 12, wherein an authentication process is executed when an inquiry is received from the client device regarding a process execution status, and the metadata is transmitted when the authentication is successful.
前記サーバ装置が、同期通信を終了させる情報を応答する前記ステップにおいて、例外処理に対応するメッセージを前記情報として応答し、
前記クライアント装置が、処理の実行結果の通知要求を送信する前記ステップを、前記サーバ装置から前記メッセージを含む応答を受けたとき開始することを特徴とする請求項12又は13記載の情報処理方法。
In the step of responding information for terminating the synchronous communication, the server device responds with a message corresponding to exception processing as the information,
The information processing method according to claim 12 or 13, wherein the client device starts the step of transmitting a processing execution result notification request when receiving a response including the message from the server device.
前記サーバ装置が、メタデータを生成する前記ステップにおいて、
メタデータをXMLに基づく文書形式により生成することを特徴とする請求項12乃至14のいずれか1項に記載の情報処理方法。
In the step in which the server device generates metadata,
The information processing method according to claim 12, wherein the metadata is generated in a document format based on XML.
JP2006170096A 2006-06-20 2006-06-20 Information processing system and information processing method for Web service Expired - Fee Related JP4496492B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2006170096A JP4496492B2 (en) 2006-06-20 2006-06-20 Information processing system and information processing method for Web service

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2006170096A JP4496492B2 (en) 2006-06-20 2006-06-20 Information processing system and information processing method for Web service

Publications (2)

Publication Number Publication Date
JP2008003689A true JP2008003689A (en) 2008-01-10
JP4496492B2 JP4496492B2 (en) 2010-07-07

Family

ID=39008034

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2006170096A Expired - Fee Related JP4496492B2 (en) 2006-06-20 2006-06-20 Information processing system and information processing method for Web service

Country Status (1)

Country Link
JP (1) JP4496492B2 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2015102895A (en) * 2013-11-21 2015-06-04 富士ゼロックス株式会社 Information processing device and program

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2002342866A (en) * 2001-05-16 2002-11-29 Matsushita Electric Ind Co Ltd Emergency information distributing system
JP2004192358A (en) * 2002-12-11 2004-07-08 Hitachi East Japan Solutions Ltd Two-way communication method for transmitting/receiving between terminal and center side device, and program for two-way communication
JP2004318417A (en) * 2003-04-15 2004-11-11 Ricoh Co Ltd Information processor and session management method
JP2004326643A (en) * 2003-04-28 2004-11-18 Ricoh Co Ltd Document delivery request acceptance device, document delivery device, document delivery method, document delivery program and recording medium
JP2006011888A (en) * 2004-06-28 2006-01-12 Hitachi Ltd Remote management system

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2002342866A (en) * 2001-05-16 2002-11-29 Matsushita Electric Ind Co Ltd Emergency information distributing system
JP2004192358A (en) * 2002-12-11 2004-07-08 Hitachi East Japan Solutions Ltd Two-way communication method for transmitting/receiving between terminal and center side device, and program for two-way communication
JP2004318417A (en) * 2003-04-15 2004-11-11 Ricoh Co Ltd Information processor and session management method
JP2004326643A (en) * 2003-04-28 2004-11-18 Ricoh Co Ltd Document delivery request acceptance device, document delivery device, document delivery method, document delivery program and recording medium
JP2006011888A (en) * 2004-06-28 2006-01-12 Hitachi Ltd Remote management system

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2015102895A (en) * 2013-11-21 2015-06-04 富士ゼロックス株式会社 Information processing device and program

Also Published As

Publication number Publication date
JP4496492B2 (en) 2010-07-07

Similar Documents

Publication Publication Date Title
JP4681968B2 (en) Service request apparatus, service request method, service request program, and recording medium
EP1509020A1 (en) Information processing apparatus, session recovery method, recording medium for storing session recovery program
JP4543322B2 (en) Mediation server, second authentication server, operation method thereof, and communication system
US20060095576A1 (en) Asynchronous messaging in Web services
JPH11282804A (en) Communication system having user authentication function and user authentication method
JP2002334056A (en) System and method for executing log-in in behalf of user
JP4873852B2 (en) First communication device, information processing device, information processing program, recording medium
JP2000057112A (en) Method for executing remote procedure call on network, and network system capable of executing remote procedure call
US20070130312A1 (en) Web service provision apparatus and method and web service request apparatus and method
JP2011242992A (en) Information processor, document management device, print outputting method and computer program
JP5383923B1 (en) Information processing apparatus, information processing system, information processing method, and program
JP4496492B2 (en) Information processing system and information processing method for Web service
JP4873898B2 (en) Web authentication method and web authentication server
JP2016218825A (en) Single sign-on system, single sign-on method, and computer program
US20110320527A1 (en) Method and system for managing a web-domain request
JP3776848B2 (en) Management server and program
KR100840513B1 (en) Web services system and method
CN101102234A (en) Control method and system for preventing from network camera monitoring
JP4679908B2 (en) Web authentication server
JP5537970B2 (en) Web service operation monitoring system and Web service operation monitoring method
JP5053040B2 (en) Information processing apparatus and client server system
JP2005346571A (en) Authentication system and authentication method
JP2004326643A (en) Document delivery request acceptance device, document delivery device, document delivery method, document delivery program and recording medium
Silva et al. A Web service authentication control system based on SRP and SAML
JP4140728B2 (en) Management server and program

Legal Events

Date Code Title Description
RD04 Notification of resignation of power of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7424

Effective date: 20080611

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20090810

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20090813

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20091008

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20091109

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20100108

TRDD Decision of grant or rejection written
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20100318

A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20100331

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20130423

Year of fee payment: 3

R150 Certificate of patent or registration of utility model

Free format text: JAPANESE INTERMEDIATE CODE: R150

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20130423

Year of fee payment: 3

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20140423

Year of fee payment: 4

LAPS Cancellation because of no payment of annual fees