JP2009294863A - Event service distribution system, event service distribution device, and event service distribution method - Google Patents

Event service distribution system, event service distribution device, and event service distribution method Download PDF

Info

Publication number
JP2009294863A
JP2009294863A JP2008147135A JP2008147135A JP2009294863A JP 2009294863 A JP2009294863 A JP 2009294863A JP 2008147135 A JP2008147135 A JP 2008147135A JP 2008147135 A JP2008147135 A JP 2008147135A JP 2009294863 A JP2009294863 A JP 2009294863A
Authority
JP
Japan
Prior art keywords
event
service
scenario
requester
service distribution
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.)
Pending
Application number
JP2008147135A
Other languages
Japanese (ja)
Inventor
Takaaki Moriya
高明 森谷
Hiroyuki Onishi
浩行 大西
Makoto Yoshida
吉田  誠
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.)
Nippon Telegraph and Telephone Corp
Original Assignee
Nippon Telegraph and Telephone 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 Nippon Telegraph and Telephone Corp filed Critical Nippon Telegraph and Telephone Corp
Priority to JP2008147135A priority Critical patent/JP2009294863A/en
Publication of JP2009294863A publication Critical patent/JP2009294863A/en
Pending legal-status Critical Current

Links

Images

Landscapes

  • Information Transfer Between Computers (AREA)

Abstract

<P>PROBLEM TO BE SOLVED: To provide an event service distribution system that detects a cooperative scenario which is a target of execution, on the basis of event information included in notification received from a requester so as to execute the cooperative scenario, an event service distribution device, and to provide an event service distribution method. <P>SOLUTION: In a network service platform 2, an event/service distribution part 10 stores event notification from a requester 11 and address information of a service composition part 3, which is for executing a cooperative scenario which is a target of execution corresponding to the event notification, in association with each other, and the event/service distribution part transmits the event notification to an address of the service composition part 3 corresponding to the event notification, on the basis of the event notification received from the requester 11 so as to allow the service composition part 3 to execute the cooperative scenario. <P>COPYRIGHT: (C)2010,JPO&INPIT

Description

本発明は、ネットワーク上に分散したサーバにより提供される要素サービスを連携させる連携シナリオ(連携サービス)を実行するシステムにおける、イベントサービス振り分けシステム、イベントサービス振り分け装置、及び、イベントサービス振り分け方法に関する。   The present invention relates to an event service distribution system, an event service distribution device, and an event service distribution method in a system that executes a cooperation scenario (cooperation service) for linking element services provided by servers distributed on a network.

近年、SOA(Service-Oriented Architecture;サービス指向アーキテクチャ)を実現させる技術の1つとして、複数のWebサービス(要素サービス、サービスコンポーネント)を連携させるサービス連携技術が注目を浴びている。例えば、国際標準化団体であるW3C(World Wide Web Consortium)などにより公開されている技術仕様に基づくインタフェース、例えば、WSDL(Web Services Description Language)の仕様に基づくWebインタフェースや、UPnP(Universal Plug and play)の仕様に基づくサービスインタフェースを予め定義し、SOAP(Simple Object Access protocol)によってメッセージ送受を行うことで、各種要素サービスを連携させることが可能になる。   In recent years, as one of the technologies for realizing SOA (Service-Oriented Architecture), service cooperation technology that links a plurality of Web services (element services, service components) has been attracting attention. For example, an interface based on a technical specification published by W3C (World Wide Web Consortium) which is an international standardization organization, for example, a Web interface based on a WSDL (Web Services Description Language) specification, UPnP (Universal Plug and play), etc. By defining a service interface based on the above specifications in advance and sending and receiving messages using SOAP (Simple Object Access protocol), it becomes possible to link various element services.

この連携において、インタフェース定義された要素サービスは、ワークフロー(連携シナリオ、連携シナリオ)に基づき、順次、若しくは、並列的に、連携シナリオ実行エンジンによって実行される。以下、連携シナリオにおいて、参照される(呼び出される)要素サービスをサービスコンポーネントと称して説明する。
サービスコンポーネントを組み合わせた連携シナリオを記述する言語として、例えば、BPEL(Business Process Execution Language)が広く用いられている。また、BPEL記述に基づく連携シナリオは、サービス合成装置ないしソフトウエアであるBPELエンジン(連携シナリオ実行エンジン)により実行される。このBPELエンジンに配置(デプロイ)される連携シナリオは、WSDLに基づきWebインタフェースが定義され、自身がサービスコンポーネントとしてWebサービスを提供する。
In this cooperation, the interface-defined element service is executed by the cooperation scenario execution engine sequentially or in parallel based on the workflow (cooperation scenario, cooperation scenario). Hereinafter, the element service referred to (called) in the cooperation scenario will be described as a service component.
For example, BPEL (Business Process Execution Language) is widely used as a language for describing a cooperation scenario combining service components. The cooperation scenario based on the BPEL description is executed by a BPEL engine (cooperation scenario execution engine) that is a service composition device or software. In the cooperation scenario arranged (deployed) in the BPEL engine, a web interface is defined based on WSDL, and the web scenario is provided as a service component by itself.

通常、BPELエンジンは、WSDL文書にWebインタフェースが定義されている連携シナリオが複数デプロイされている。このWSDL文書は、WSDLの仕様に基づき記述されたWebインタフェースの定義を示す情報である。また、WSDL文書には、対応する連携シナリオのエンドポイントアドレスの情報が記載されており、クライアント/サーバ型モデルに従い、クライアントは、前記エンドポイントアドレスを宛先として、SOAPメッセージをBPELエンジンに送信し、連携シナリオを実行(invoke)させる。
以下、連携シナリオの実行要求、又は、実行契機となる信号を出力する構成(ソフトウエア、装置、クライアントなど)を「リクエスタ」と称する。
Normally, a BPEL engine is deployed with a plurality of cooperation scenarios in which a Web interface is defined in a WSDL document. This WSDL document is information indicating the definition of a Web interface described based on the WSDL specification. Also, the WSDL document describes the endpoint address information of the corresponding cooperation scenario. According to the client / server model, the client sends a SOAP message to the BPEL engine with the endpoint address as the destination, The cooperation scenario is executed (invoked).
Hereinafter, a configuration (software, device, client, etc.) that outputs a request for executing a cooperation scenario or a signal that triggers execution is referred to as a “requester”.

また、BPELのほかにも、連携シナリオ実行エンジンとサービスコンポーネントとの間でインタフェース整合がとれない場合、これらのインタフェースを仲介するサービスコンポーネントを発見し、これを含めてサービスを合成するシステムを実現する技術や(例えば、特許文献1)、同一領域の同等機能を持つ他のサービスコンポーネントへの動的適応を可能とするシステムの技術がある(例えば、特許文献2)。
上述したように、連携シナリオは、ネットワーク上のリクエスタからSOAPプロトコルによる実行要求等をBPELエンジンが受信することによって実行される。例えば、リクエスタが何らかのイベントを検知(検出)したとき、このイベントに関する情報を含む連携シナリオ実行要求を送信する。
In addition to BPEL, when the interface matching between the cooperation scenario execution engine and the service component cannot be established, a service component that mediates these interfaces is discovered, and a system for synthesizing the service including this is realized. There is a technology (for example, Patent Literature 1) and a system technology that enables dynamic adaptation to other service components having equivalent functions in the same area (for example, Patent Literature 2).
As described above, the cooperation scenario is executed when the BPEL engine receives an execution request or the like by the SOAP protocol from a requester on the network. For example, when the requester detects (detects) some event, it transmits a cooperation scenario execution request including information related to this event.

また、イベントごとに異なる連携シナリオを実行する場合、サービスコンポーネントの実行順序をタスクに記述し、このタスクに「イベントAの受信」「所定時刻」等、すべてのイベント発生の条件をイベントとして記述しておく。そして、イベントの発生を管理するサーバが、イベント発生時に起動の条件を参照することでタスクの起動管理を行うことにより、連携シナリオを実行する技術がある。   Also, when executing different linkage scenarios for each event, the service component execution order is described in the task, and all event occurrence conditions such as “event A reception” and “predetermined time” are described in this task as events. Keep it. There is a technology in which a server that manages the occurrence of an event executes a collaboration scenario by performing task activation management by referring to activation conditions when an event occurs.

また、サービスの実行方法として、タスクごとに入力情報が固定的に設定されており、タスク起動時にはこの情報を所定の方法でサービスコンポーネントに配分することで、サービス実行時にパラメータ等の情報入力を必要とするサービスコンポーネントを含む連携サービスを実現する方法が提案されている。
また、サービスコンポーネントごとに、入力情報を予め設定しておき、タスク起動時に入力情報を外部からまとめて受信し、受信した情報を各サービスコンポーネントに配分することでタスク実行を実現する方法もある。
Also, as the service execution method, input information is fixedly set for each task. When this task is started, this information is distributed to the service components using a predetermined method, and information such as parameters must be input when the service is executed. A method for realizing a cooperative service including the service component is proposed.
There is also a method for realizing task execution by setting input information for each service component in advance, receiving input information from outside at the time of task activation, and distributing the received information to each service component.

ところで、一般に、リクエスタは何らかのイベント(警報発生等)を検知すると、この検知を契機として連携シナリオ実行エンジン上にデプロイされた連携シナリオを実行させる。一方、連携シナリオ実行エンジンは、デプロイされている連携シナリオの実行を、Webサービスとして不特定多数のリクエスタに提供している。このため、いずれのイベントを契機にいずれの連携シナリオを実行するかを判定、選択する構成が必要となるが、連携シナリオ実行エンジン側が、予め連携シナリオなどを決めておくことは、ユーザがイベントとサービスの組合せを決めることができないという問題がある。これにより、イベントごとに実行させる連携シナリオを選択、決定する機能構成・ソフトウエアをリクエスタが個々に備えることとなる。
特開2005−71052号公報 特開2005−250844号公報
By the way, generally, when a requester detects some event (such as an alarm occurrence), the requester executes a linked scenario deployed on the linked scenario execution engine. On the other hand, the cooperation scenario execution engine provides execution of a deployed cooperation scenario to a large number of unspecified requesters as a Web service. For this reason, it is necessary to have a configuration for determining and selecting which linkage scenario is executed when which event is triggered.However, if the linkage scenario execution engine decides the linkage scenario in advance, There is a problem that the combination of services cannot be determined. As a result, the requester individually has a functional configuration and software for selecting and determining a cooperation scenario to be executed for each event.
JP-A-2005-71052 JP-A-2005-250844

しかしながら、実行する連携シナリオの情報をイベントごとに記憶するメモリや、いずれの連携シナリオの実行要求を送信するかをイベントごとに判定する構成、また、実行要求の送信先において定義されるインタフェースに従う要求信号を生成する構成などを、リクエスタが備えることは、リクエスタの装置構成が複雑化し、処理量が増大するという問題がある。また、要求信号の送信先におけるインタフェースやサービス内容の変更に備え、常に変更を確認し、変更がある場合、改めてリクエスタ側に設定変更処理を行う必要があるため、利用者にとって利便性がよくないという問題がある。   However, a memory that stores information on the cooperation scenario to be executed for each event, a configuration for determining for each event which execution scenario execution request is to be transmitted, and a request that conforms to the interface defined in the execution request destination The provision of a requester with a configuration for generating a signal has a problem that the configuration of the requester becomes complicated and the amount of processing increases. Also, in preparation for changes in the interface and service contents at the request signal destination, it is necessary to always check the changes, and if there is a change, it is necessary to perform setting change processing on the requester side again, which is not convenient for the user. There is a problem.

本発明は、このような事情を考慮し、上記の問題を解決すべくなされたもので、その目的は、ネットワークサービスプラットフォームが、リクエスタからイベント通知を受信する際、受信した通知に含まれるイベント情報に基づき、実行対象である連携シナリオを検出し、実行することができるイベントサービス振り分けシステム、イベントサービス振り分け装置、及び、イベントサービス振り分け方法を提供することにある。   The present invention has been made in consideration of such circumstances, and has been made to solve the above problem. The purpose of the present invention is to provide event information included in the received notification when the network service platform receives the event notification from the requester. It is an object of the present invention to provide an event service distribution system, an event service distribution device, and an event service distribution method that can detect and execute a cooperation scenario that is an execution target.

上記問題を解決するために、本発明は、イベントサービス振り分けシステムが、サービスの実行手順が記述される連携シナリオを記憶する連携シナリオ記憶装置と、前記連携シナリオを実行するアドレスであるエンドポイント宛のシナリオ実行要求に応じて前記連携シナリオを実行するサービス合成装置と、イベントサービス振り分け装置とを備えるネットワークサービス提供システムと、イベント検出時にイベント通知を送信するリクエスタ装置と、前記サービスを提供するサービスコンポーネントとがネットワークを介して接続され、前記ネットワークサービス提供システムの前記イベントサービス振り分け装置が、前記リクエスタ装置から受信するイベント通知と、当該イベント通知に対応する実行対象の連携シナリオを実行させるアドレスを示す情報であるエンドポイント情報とを対応付けて記憶するイベントルーティングテーブル記憶手段と、前記リクエスタ装置から受信するイベント通知を検索キーとして、前記イベントルーティングテーブル記憶手段から連携シナリオのエンドポイント情報を読み出し、前記連携シナリオ実行要求を前記エンドポイント宛に送信する振り分け手段とを備えることを特徴とするイベントサービス振り分けシステムである。   In order to solve the above problem, the present invention provides an event service distribution system for a cooperation scenario storage device that stores a cooperation scenario in which a service execution procedure is described, and an endpoint that is an address for executing the cooperation scenario. A network service providing system including a service composition device that executes the cooperation scenario in response to a scenario execution request, an event service distribution device, a requester device that transmits an event notification when an event is detected, and a service component that provides the service Are connected via a network, and the event service distribution device of the network service providing system executes an event notification received from the requester device and an execution target cooperation scenario corresponding to the event notification. Event routing table storage means for storing end point information, which is information indicating a response, and event notification received from the requester device as a search key, and the endpoint information of the cooperation scenario from the event routing table storage means. An event service distribution system comprising: distribution means for reading and transmitting the cooperation scenario execution request to the endpoint.

また、本発明の前記イベントサービス振り分けシステムは、ネットワークに接続されるユーザ端末装置をさらに備え、前記ユーザ端末装置が、前記リクエスタ装置から送信されるイベント通知と、当該イベント通知に基づき実行する連携シナリオのエンドポイント情報との登録を要求する登録要求を送信し、前記イベントサービス振り分け装置は、前記ユーザ端末装置から受信する前記登録要求に基づき、前記リクエスタ装置から送信されるイベント通知と、当該イベント通知に基づき実行する連携シナリオのエンドポイント情報とを前記イベントルーティングテーブル記憶手段に書き込むテーブル更新手段を備えることを特徴とする。   In addition, the event service distribution system of the present invention further includes a user terminal device connected to a network, and the user terminal device executes an event notification transmitted from the requester device and a cooperation scenario executed based on the event notification. The event service distribution device transmits an event notification sent from the requester device based on the registration request received from the user terminal device, and the event notification. Table updating means for writing the end point information of the cooperation scenario to be executed based on the event routing table storage means.

また、本発明の前記イベントサービス振り分けシステムは、ネットワークに接続されるレジストリ装置とネットワークに接続されるユーザ端末装置とをさらに備え、前記レジストリ装置が、前記リクエスタ装置のエンドポイント情報と、前記リクエスタ装置が送信するイベント通知情報とを対応付けて記憶しており、前記ユーザ端末装置は、前記リクエスタ装置から送信されるイベント通知に基づき実行する連携シナリオのエンドポイント情報との登録を要求する登録要求を送信し、前記イベントサービス振り分け装置は、前記ユーザ端末装置から受信する前記登録要求に基づき、前記レジストリ装置から、前記リクエスタ装置からのイベント通知と、前記リクエスタ装置のアドレス情報であるエンドポイント情報とを読み出し、前記イベント通知と、当該イベント通知に基づき実行する連携シナリオのエンドポイント情報とを前記イベントルーティングテーブル記憶手段に書き込むテーブル更新手段を備えることを特徴とする。   The event service distribution system of the present invention further includes a registry device connected to a network and a user terminal device connected to the network, and the registry device includes endpoint information of the requester device, and the requester device. Is stored in association with the event notification information transmitted by the user terminal device, and the user terminal device generates a registration request for requesting registration with the endpoint information of the cooperation scenario executed based on the event notification transmitted from the requester device. The event service distribution device transmits, based on the registration request received from the user terminal device, from the registry device, an event notification from the requester device, and endpoint information which is address information of the requester device. Read the event Notification and, characterized in that the end-point information of the cooperative scenarios for performing based on the event notification includes a table updating means for writing said event routing table storing means.

また、本発明は、サービスの実行手順が記述される連携シナリオを記憶する連携シナリオ記憶装置と、前記連携シナリオを実行するアドレスであるエンドポイント宛のシナリオ実行要求に応じて前記連携シナリオを実行するサービス合成装置と、イベントサービス振り分け装置とを備えるネットワークサービス提供システムと、イベント検出時にイベント通知を送信するリクエスタ装置と、前記サービスを提供するサービスコンポーネントとがネットワークを介して接続されるイベントサービス振り分けシステムにおける前記イベントサービス振り分け装置であって、前記リクエスタ装置から受信するイベント通知と、当該イベント通知に対応する実行対象の連携シナリオを実行させるアドレスを示す情報であるエンドポイント情報とを対応付けて記憶するイベントルーティングテーブル記憶手段と、前記リクエスタ装置から受信するイベント通知を検索キーとして、前記イベントルーティングテーブル記憶手段から連携シナリオのエンドポイント情報を読み出し、前記連携シナリオ実行要求を前記エンドポイント宛に送信する振り分け手段とを備えることを特徴とするイベントサービス振り分け装置である。   Further, the present invention executes a cooperation scenario storage device that stores a cooperation scenario in which a service execution procedure is described, and the cooperation scenario in response to a scenario execution request addressed to an endpoint that is an address for executing the cooperation scenario. Network service providing system including a service composition device, an event service distribution device, a requester device that transmits an event notification when an event is detected, and a service component that provides the service are connected via a network. The event service distribution device according to claim 1, wherein an event notification received from the requester device is associated with endpoint information, which is information indicating an address for executing a cooperation scenario to be executed corresponding to the event notification. The event routing table storage means for storing and the event notification received from the requester device are used as search keys to read the endpoint information of the linkage scenario from the event routing table storage means, and the linkage scenario execution request is addressed to the endpoint. An event service distribution device comprising distribution means for transmitting to the event service.

また、本発明は、サービスの実行手順が記述される連携シナリオを記憶する連携シナリオ記憶装置と、前記連携シナリオを実行するアドレスであるエンドポイント宛のシナリオ実行要求に応じて前記連携シナリオを実行するサービス合成装置と、イベントサービス振り分け装置とを備えるネットワークサービス提供システムと、イベント検出時にイベント通知を送信するリクエスタ装置と、前記サービスを提供するサービスコンポーネントとがネットワークを介して接続されるイベントサービス振り分けシステムにおけるイベントサービス振り分け方法であって、前記ネットワークサービス提供システムの前記イベントサービス振り分け装置が、前記リクエスタ装置から受信するイベント通知と、当該イベント通知に対応する実行対象の連携シナリオを実行させるアドレスを示す情報であるエンドポイント情報とを対応付けて記憶手段に記憶するイベントルーティングテーブル記憶ステップと、前記リクエスタ装置から受信するイベント通知を検索キーとして、前記記憶手段から連携シナリオのエンドポイント情報を読み出し、前記連携シナリオ実行要求を前記エンドポイント宛に送信する振り分けステップとを有することを特徴とするイベントサービス振り分け方法である。   Further, the present invention executes a cooperation scenario storage device that stores a cooperation scenario in which a service execution procedure is described, and the cooperation scenario in response to a scenario execution request addressed to an endpoint that is an address for executing the cooperation scenario. Network service providing system including a service composition device, an event service distribution device, a requester device that transmits an event notification when an event is detected, and a service component that provides the service are connected via a network. Event service distribution method in the network service providing system, wherein the event service distribution device of the network service providing system receives the event notification received from the requester device, and the execution target corresponding to the event notification An event routing table storage step that associates and stores in the storage means endpoint information that is information indicating an address for executing a nario, and an event notification received from the requester device as a search key, and from the storage means the linkage scenario. An event service distribution method comprising: a distribution step of reading endpoint information and transmitting the cooperation scenario execution request to the endpoint.

本発明によれば、イベントサービス振り分け装置が、リクエスタ装置から受信するイベント通知と、イベント通知に対応する実行対象の連携シナリオを実行させるアドレスを示す情報であるエンドポイント情報とを対応付けて記憶するイベントルーティングテーブル記憶手段と、リクエスタ装置から受信するイベント通知を検索キーとして、イベントルーティングテーブル記憶手段から連携シナリオのエンドポイント情報を読み出し、連携シナリオ実行要求をエンドポイント宛に送信する振り分け手段とを備えることとした。   According to the present invention, the event service distribution device stores the event notification received from the requester device in association with the endpoint information, which is information indicating the address for executing the execution target cooperation scenario corresponding to the event notification. Event routing table storage means, and distribution means for reading the endpoint information of the cooperation scenario from the event routing table storage means and transmitting the cooperation scenario execution request to the endpoint using the event notification received from the requester device as a search key It was decided.

これにより、リクエスタ装置側は、連携シナリオの実行契機となるイベント発生時において、連携シナリオの識別情報や、連携シナリオを実行するサービス合成装置において用いられるインタフェースに応じた実行要求の信号を送信することなく、イベント通知のみをイベントサービス振り分け装置に送信することで、サービス合成装置に連携シナリオを実行させることができる。このため、リクエスタ装置側に連携シナリオの識別情報を記憶させる記憶手段や、サービス合成装置のインタフェースに従う信号を生成する回路が不要となり、リクエスタ装置のコストアップを抑制することが可能になるという効果がある。   As a result, when an event that triggers the execution of the cooperation scenario occurs, the requester apparatus side transmits the identification information of the cooperation scenario and an execution request signal corresponding to the interface used in the service composition apparatus that executes the cooperation scenario. Instead, by transmitting only the event notification to the event service distribution device, the service composition device can execute the cooperation scenario. This eliminates the need for a storage means for storing the identification information of the cooperation scenario on the requester device side and a circuit for generating a signal that complies with the interface of the service synthesis device, and can increase the cost of the requester device. is there.

以下、本発明の一実施形態によるイベントサービス振り分けシステムを図面を参照して説明する。図1は、本実施形態によるイベントサービス振り分けシステムの全体構成を示す概略ブロック図である。イベントサービス振り分けシステムは、Webサービスを提供するサーバであるサービスコンポーネント7と、サービスコンポーネント7によるサービスを連携させる連携シナリオを実行するサーバとしてのネットワークサービスプラットフォーム2と、連携シナリオの実行契機となるイベントを通知するリクエスタ11と、サービスの利用者側の端末装置としてのユーザ端末13と、UDDI(Universal Description, Discovery, and Integration)14とが、ネットワーク1を介して接続される。ネットワーク1は、電話網、インターネットなどの公衆網や、LAN(Local Area Network)、専用線などの私設網からなる。   Hereinafter, an event service distribution system according to an embodiment of the present invention will be described with reference to the drawings. FIG. 1 is a schematic block diagram showing the overall configuration of the event service distribution system according to the present embodiment. The event service distribution system includes a service component 7 that is a server that provides a Web service, a network service platform 2 that is a server that executes a linkage scenario that links services provided by the service component 7, and an event that triggers the execution of the linkage scenario. A requester 11 for notification, a user terminal 13 as a terminal device on the service user side, and a UDDI (Universal Description, Discovery, and Integration) 14 are connected via the network 1. The network 1 includes a public network such as a telephone network and the Internet, and a private network such as a LAN (Local Area Network) and a dedicated line.

同図において、ネットワークサービスプラットフォーム2は、サービスバス4を介して接続されるサービス合成部3と、サービスコンポーネントデータベース5と、シナリオデータベース6と、イベント/サービス振り分け部10とを備え、リクエスタ11から受信するイベントの通知に基づき、連携シナリオを実行する。
ネットワークサービスプラットフォーム2において、サービス合成部3は、デプロイされている連携シナリオに基づき、サービスコンポーネント7により提供されるWebサービスを順次呼び出す。
In the figure, the network service platform 2 includes a service composition unit 3, a service component database 5, a scenario database 6, and an event / service distribution unit 10 connected via a service bus 4, and is received from the requester 11. Execute the coordination scenario based on the notification of the event to be performed.
In the network service platform 2, the service composition unit 3 sequentially calls the web services provided by the service component 7 based on the deployed cooperation scenario.

シナリオデータベース6は、サービス合成部3にデプロイ(配置)されている実行対象の連携シナリオを記憶するデータベース装置であり、ここでは、例えば、ユーザ端末13が登録するシナリオ8−1と、シナリオ8−2とを記憶している。これらのシナリオデータベース6が記憶するシナリオ8−1と、シナリオ8−2とには、複数のWebサービスの実行手順が記述されており、シナリオ8−1、8−2自身も複数のWebサービスを連携させるというサービスを提供するWebサービスである。
図2は、シナリオ8−1に記述される連携シナリオの内容を示す概念図である。リクエスタ11からシナリオ8−1の実行契機となるイベントの通知を受信した場合、シナリオ8−1に記述されている手順に基づき、サービスコンポーネント7の呼出し命令の処理から順にサービス合成部3がシナリオ8−1を実行することとなる。
The scenario database 6 is a database device that stores a cooperation scenario to be executed that is deployed (arranged) in the service composition unit 3. Here, for example, a scenario 8-1 registered by the user terminal 13 and a scenario 8- 2 is remembered. The scenario 8-1 and the scenario 8-2 stored in the scenario database 6 describe a plurality of Web service execution procedures. The scenarios 8-1 and 8-2 themselves also have a plurality of Web services. It is a Web service that provides a service to be linked.
FIG. 2 is a conceptual diagram showing the contents of the cooperation scenario described in scenario 8-1. When the notification of the event that triggers the execution of the scenario 8-1 is received from the requester 11, the service composition unit 3 executes the scenario 8 based on the procedure described in the scenario 8-1 from the processing of the calling instruction of the service component 7. -1 is executed.

図1に戻り、サービスコンポーネントデータベース5は、サービスコンポーネント7のアドレス情報であるエンドポイント情報や、サービスコンポーネント7によって提供されるWebサービスの概要、インタフェースなど、サービスコンポーネント7に関する情報を記憶するデータベース装置である。
シナリオ作成部9は、ユーザ端末13からの指示に従い、サービスコンポーネントデータベース5に記憶されているサービスコンポーネント7に関する情報を参照して、連携シナリオを作成し、作成した連携シナリオをシナリオデータベース6に書き込むとともに、サービス合成部3にデプロイする。
Returning to FIG. 1, the service component database 5 is a database device that stores information related to the service component 7 such as endpoint information that is address information of the service component 7, an overview of the Web service provided by the service component 7, and an interface. is there.
In accordance with an instruction from the user terminal 13, the scenario creating unit 9 refers to the information regarding the service component 7 stored in the service component database 5, creates a cooperation scenario, and writes the created cooperation scenario in the scenario database 6. Deploy to the service composition unit 3.

シナリオ作成部9は、例えば、GUI(Graphical User Interface)などにより、例えば、参考文献1、2に提示されている技術を適用し、ユーザ端末13を操作するユーザが連携シナリオを容易に作成するための機能を提供する(参考文献1:特開2008−21095、連携シナリオ作成支援システム及びその方法並びにプログラム、参考文献2:森谷、大西、吉田、小川、平野、”A Support System for Designing Ubiquitous Service Composition Scenarios”、IEEE Proc. ICC 2007、pp.1594-1599、2007)。   The scenario creation unit 9 applies, for example, the techniques presented in Reference Documents 1 and 2 using, for example, GUI (Graphical User Interface), so that a user operating the user terminal 13 can easily create a cooperation scenario. (Reference 1: JP 2008-21095, collaborative scenario creation support system and method and program thereof, Reference 2: Moriya, Onishi, Yoshida, Ogawa, Hirano, “A Support System for Designing Ubiquitous Service Composition” Scenarios ”, IEEE Proc. ICC 2007, pp.1594-1599, 2007).

また、シナリオ作成部9は、サービス合成部3にデプロイした連携シナリオのアドレス情報として、デプロイした連携シナリオのエンドポイントの情報をサービス合成部3から取得する。図3は、サービス合成部3にデプロイされたシナリオ8−1に対応するWSDL文書の例である。同図のW1は、連携シナリオを実行する際のアドレスを示すエンドポイントの情報W1「http://serviceengine/ws/tokusuruService1」である。
また、図4は、サービス合成部3にデプロイされたシナリオ8−2に対応するWSDL文書の例である。同図のW2は、連携シナリオを実行する際のアドレスを示すエンドポイントの情報W2「http://serviceengine/ws/tokusuruService2」である。
サービス合成部3は、このエンドポイントの情報に記載されるアドレスに対し、実行要求の入力を受けて、連携シナリオを実行する。
In addition, the scenario creation unit 9 acquires from the service composition unit 3 the endpoint information of the deployed cooperation scenario as address information of the cooperation scenario deployed to the service composition unit 3. FIG. 3 is an example of a WSDL document corresponding to the scenario 8-1 deployed in the service composition unit 3. W1 in the figure is endpoint information W1 “http: // serviceengine / ws / tokusuruService1” indicating an address for executing the cooperation scenario.
FIG. 4 is an example of a WSDL document corresponding to the scenario 8-2 deployed in the service composition unit 3. W2 in the figure is endpoint information W2 “http: // serviceengine / ws / tokusuruService2” indicating an address for executing the cooperation scenario.
The service synthesizing unit 3 receives the execution request for the address described in the endpoint information and executes the cooperation scenario.

図1に戻り、イベント/サービス振り分け部10は、イベントルーティングテーブル記憶手段110と、判定手段120と、テーブル更新手段130とを備え、ネットワーク1を介してリクエスタ11から受信するイベントの通知に応じて、実行対象の連携シナリオを判定し、判定した連携シナリオをサービス合成部3に実行させる。
イベント/サービス振り分け部10のイベントルーティングテーブル記憶手段110は、シナリオID(identifier)と、シナリオを実行する際に用いるエンドポイントとが、イベント識別情報に対応付けられるイベントルーティングテーブルを記憶している。
Returning to FIG. 1, the event / service distribution unit 10 includes an event routing table storage unit 110, a determination unit 120, and a table update unit 130, and responds to an event notification received from the requester 11 via the network 1. The cooperation scenario to be executed is determined, and the determined cooperation scenario is executed by the service composition unit 3.
The event routing table storage unit 110 of the event / service distribution unit 10 stores an event routing table in which a scenario ID (identifier) and an endpoint used when executing a scenario are associated with event identification information.

図5は、イベントルーティングテーブル記憶手段110が記憶するイベントルーティングテーブルのデータ構成例とデータ例とを示す図である。同図に示すように、イベントルーティングテーブルは、連携シナリオを識別するシナリオIDの情報と、エンドポイントの情報と、リクエスタ11から受信するイベントの通知に含まれるイベント識別情報との項目を列とする2次元の表形式のテーブルである。
イベントルーティングテーブルのイベント識別情報は、例えば、リクエスタ11において検出されたイベントのイベント種別を示すスタートイベントの情報や、リクエスタ11から通知される通知パラメータなどの情報であり、イベントを識別する情報である。
FIG. 5 is a diagram showing a data configuration example and a data example of the event routing table stored in the event routing table storage unit 110. As shown in the figure, the event routing table includes columns of items of scenario ID information for identifying a cooperation scenario, endpoint information, and event identification information included in an event notification received from the requester 11. It is a two-dimensional table format table.
The event identification information in the event routing table is, for example, information such as start event information indicating the event type of the event detected by the requester 11 and notification parameters notified from the requester 11, and is information for identifying the event. .

図1に戻り、イベント/サービス振り分け部10の判定手段120は、リクエスタ11から受信するイベントの通知に基づき、サービス合成部3にデプロイされている連携シナリオのうち、いずれの連携シナリオが実行対象の連携シナリオであるかを判定するシナリオ振り分け判定処理を行う。
判定手段120によるシナリオ振り分け判定処理は、受信したイベントの通知に含まれるイベント識別情報に対応するエンドポイントの情報をイベントルーティングテーブル記憶手段110から読み出し、読み出したエンドポイント宛てに受信したイベントの通知を転送する処理である。
Returning to FIG. 1, the determination unit 120 of the event / service distribution unit 10 determines which one of the cooperation scenarios deployed in the service composition unit 3 is the execution target based on the notification of the event received from the requester 11. A scenario distribution determination process is performed to determine whether the scenario is a linkage scenario.
In the scenario distribution determination process by the determination unit 120, the endpoint information corresponding to the event identification information included in the received event notification is read from the event routing table storage unit 110, and the received event notification is addressed to the read endpoint. It is a process to transfer.

テーブル更新手段130は、リクエスタ11からのイベント識別情報と、シナリオ作成部9が取得するエンドポイントの情報とを対応付けて、イベントルーティングテーブル記憶手段110に書き込むことにより、イベントルーティングテーブルを更新する。
サービスバス4は、上述したサービス合成部3、サービスコンポーネントデータベース5、シナリオデータベース6、シナリオ作成部9、イベント/サービス振り分け部10を接続する。
The table updating unit 130 updates the event routing table by associating the event identification information from the requester 11 with the end point information acquired by the scenario creating unit 9 and writing it in the event routing table storage unit 110.
The service bus 4 connects the service composition unit 3, service component database 5, scenario database 6, scenario creation unit 9, and event / service distribution unit 10 described above.

サービスコンポーネント7は、ネットワーク1に接続され、インタフェース定義されたWebサービスであって、連携シナリオに基づき、ネットワークサービスプラットフォーム2内のサービス合成部3によって順次若しくは並列的に参照・呼び出される。
リクエスタ11は、ネットワーク1に接続され、イベントが発生した際に、ネットワークサービスプラットフォーム2にイベントの通知を送信する装置である。本実施形態においてリクエスタ11は、イベントの一例として、建物内の漏水の有無を検出するセンサを備え、漏水検出時に漏水警報をネットワークサービスプラットフォーム2に通知する装置である。
The service component 7 is a Web service that is connected to the network 1 and has an interface defined, and is referred to and called sequentially or in parallel by the service composition unit 3 in the network service platform 2 based on a cooperation scenario.
The requester 11 is a device that is connected to the network 1 and transmits an event notification to the network service platform 2 when an event occurs. In the present embodiment, the requester 11 is a device that includes, as an example of an event, a sensor that detects the presence or absence of water leakage in a building, and notifies the network service platform 2 of a water leakage alarm when water leakage is detected.

また、リクエスタ11は、参考文献3及び4に示すOASIS WS−Brokered Notificationに定められる「Notification Producer」の機能を備えており、イベント/サービス振り分け部10にリクエスタ11のインタフェース情報を通知する(参考文献3:OASIS、”Web Services Base Notification 1.3 (WS-Base Notification)”、[online]、[平成20年5月14日検索]、インターネット<http://docs.oasis-open.org/wsn/wsn-ws_base_notification-1.3-spec-pr-02.pdf>、参考文献4:OASIS、”Web Services Brokered Notification 1.3 (WS-Brokered Notification)”、[online]、[平成20年5月14日検索]、インターネット<http://docs.oasis-open.org/wsn/wsn-ws_brokered_notification-1.3-spec-pr-02.pdf>)。   Further, the requester 11 has a function of “Notification Producer” defined in OASIS WS-Brokered Notification shown in References 3 and 4, and notifies the event / service distribution unit 10 of interface information of the requester 11 (references). 3: OASIS, “Web Services Base Notification 1.3 (WS-Base Notification)”, [online], [search May 14, 2008], Internet <http://docs.oasis-open.org/wsn/wsn -ws_base_notification-1.3-spec-pr-02.pdf>, Reference 4: OASIS, “Web Services Brokered Notification 1.3 (WS-Brokered Notification)”, [online], [Search May 14, 2008], Internet <http://docs.oasis-open.org/wsn/wsn-ws_brokered_notification-1.3-spec-pr-02.pdf>).

ユーザ端末13は、例えば、パーソナルコンピュータ、PDA(Personal Digital Assistants:情報携帯端末)、携帯電話などのコンピュータ端末であり、ネットワークサービスプラットフォーム2のシナリオ作成部9にシナリオの作成指示を出力したり、サービス合成部3が実行するシナリオの実行結果を受信する。
UDDI14は、リクエスタ11のエンドポイント情報と、リクエスタ11のイベントの通知に含まれるイベント識別情報と、リクエスタ11のインタフェース情報とを対応付けて記憶する記憶装置を備えており、外部からの検索要求に応じて、記憶装置が記憶する情報の検索結果を出力する。
The user terminal 13 is, for example, a computer terminal such as a personal computer, a PDA (Personal Digital Assistants: information portable terminal), or a mobile phone, and outputs a scenario creation instruction to the scenario creation unit 9 of the network service platform 2 or a service The execution result of the scenario executed by the synthesis unit 3 is received.
The UDDI 14 includes a storage device that stores the endpoint information of the requester 11, the event identification information included in the notification of the event of the requester 11, and the interface information of the requester 11, in response to a search request from the outside. In response, a search result of information stored in the storage device is output.

次に、本発明の一実施形態によるイベントサービス振り分けシステムの動作について、図面を用いて説明する。図6は、登録過程とシナリオ実行過程との2つの過程からなるイベントサービス振り分けシステムにおける処理フローを示す。ここで、登録過程として、ユーザ端末13からの登録要求に応じて、シナリオ作成部9がシナリオ8−1を作成し、作成したシナリオ8−1と、シナリオ8−1を実行する契機となるリクエスタ11からの通知とを対応付けてイベント/サービス振り分け部10に登録する処理の過程を例に説明する。また、シナリオ実行過程は、イベント/サービス振り分け部10に登録されている情報に基づき、リクエスタ11から送信されるイベントの通知に応じてシナリオ8−1を実行する処理の過程を例に説明する。   Next, the operation of the event service distribution system according to the embodiment of the present invention will be described with reference to the drawings. FIG. 6 shows a processing flow in an event service distribution system comprising two processes, a registration process and a scenario execution process. Here, as a registration process, the scenario creation unit 9 creates a scenario 8-1 in response to a registration request from the user terminal 13, and the created scenario 8-1 and a requester that triggers the execution of the scenario 8-1. A process of registering the notification from the event / service distribution unit 10 in association with the notification from 11 will be described as an example. The scenario execution process will be described with reference to the information registered in the event / service distribution unit 10 as an example of the process of executing the scenario 8-1 in response to an event notification transmitted from the requester 11.

<登録過程>
ユーザの操作に基づき、リクエスタ11は、リクエスタ11のエンドポイント情報とイベント識別情報(イベントトピック情報)とを含む登録要求「RegisterPublisherRequest」のSOAPメッセージをイベント/サービス振り分け部10に出力する。図7は、リクエスタ11が送信する登録要求のSOAPメッセージ例である。
<Registration process>
Based on the user operation, the requester 11 outputs a SOAP message of a registration request “Register PublisherRequest” including the endpoint information of the requester 11 and event identification information (event topic information) to the event / service distribution unit 10. FIG. 7 is an example of a SOAP message for a registration request transmitted by the requester 11.

図7に示すように、登録要求であるSOAPメッセージ「RegisterPublisherRequest」は、リクエスタ11のエンドポイント情報「http://requester1/PublisherEndpoint」と、リクエスタ11がイベント/サービス振り分け部10に出力するイベント識別情報とを含む要求である。また、リクエスタ11が送信するイベント識別情報は、漏水警報を示すイベント識別情報「WaterLeakAlarm」である。
また、イベント識別情報としてのイベントトピック情報は、例えば、参考文献5に示すWS−Topic形式に基づき記述されている(参考文献5:OASIS、”Web Services Topics 1.3 (WS-Topics)”、[online]、[平成20年5月14日検索]、インターネット<http://docs.oasis-open.org/wsn/wsn-ws_topics-1.3-spec-os.pdf>)。
As shown in FIG. 7, the SOAP message “RegisterPublisherRequest”, which is a registration request, includes the endpoint information “http: // requester1 / PublisherEndpoint” of the requester 11 and the event identification information that the requester 11 outputs to the event / service distribution unit 10. It is a request including. The event identification information transmitted by the requester 11 is event identification information “WaterLeakAlarm” indicating a water leakage warning.
Event topic information as event identification information is described based on, for example, the WS-Topic format shown in Reference 5 (Reference 5: OASIS, “Web Services Topics 1.3 (WS-Topics)”, [online ], [Search May 14, 2008], Internet <http://docs.oasis-open.org/wsn/wsn-ws_topics-1.3-spec-os.pdf>).

図6に戻り、イベント/サービス振り分け部10において、リクエスタ11から受信する登録要求に基づき、イベントルーティングテーブルへのリクエスタ11のデータの登録待機モードに移行する。具体的には、イベント/サービス振り分け部10は、イベントルーティングテーブル記憶手段110のイベントルーティングテーブルの新たな行に受信した登録要求のイベント識別情報を書き込み、また、リクエスタ11のエンドポイント情報を一時的に内部の記憶手段に記憶する。   Returning to FIG. 6, the event / service distribution unit 10 shifts to a registration standby mode for requester 11 data in the event routing table based on the registration request received from the requester 11. Specifically, the event / service distribution unit 10 writes the event identification information of the received registration request in a new row of the event routing table of the event routing table storage unit 110 and temporarily stores the endpoint information of the requester 11. Is stored in the internal storage means.

また、イベント/サービス振り分け部10は、登録要求に対応する応答メッセージとして、登録手続の待機モードを開始したことを通知する応答「RegisterPublisherResponse」のSOAPメッセージをリクエスタ11に送信する(ステップS101)。図8は、イベント/サービス振り分け部10がリクエスタ11に送信する応答のSOAPメッセージ例である。   Further, the event / service distribution unit 10 transmits a SOAP message of “Register Publisher Response” notifying that the standby mode of the registration procedure has been started to the requester 11 as a response message corresponding to the registration request (step S101). FIG. 8 is a SOAP message example of a response that the event / service distribution unit 10 transmits to the requester 11.

図8に示すように、リクエスタ11からの登録要求に対応する応答であるSOAPメッセージ「RegisterPublisherResponse」は、イベント/サービス振り分け部10のエンドポイント情報「http://EventRoutingGateway/PublisherRegistrationManager」を含む応答である。リクエスタ11は、受信した登録開始通知に含まれるイベント/サービス振り分け部10のエンドポイント情報をイベントの通知先のアドレス情報として記憶する。   As shown in FIG. 8, the SOAP message “RegisterPublisherResponse”, which is a response corresponding to the registration request from the requester 11, is a response including the endpoint information “http: // EventRoutingGateway / PublisherRegistrationManager” of the event / service distribution unit 10. . The requester 11 stores the endpoint information of the event / service distribution unit 10 included in the received registration start notification as address information of an event notification destination.

リクエスタ11を操作するユーザは、リクエスタ11が登録手続の待機モードの通知を受信したことを確認し、リクエスタ11におけるイベントの通知に応じて実行させるシナリオの作成を行う。具体的には、ユーザ操作により、ユーザ端末13は、ネットワークサービスプラットフォーム2のシナリオ作成部9にイベントトピックの送信要求を送信し、イベントトピックの一覧情報をシナリオ作成部9から受信する。ユーザ端末13は、受信したイベントトピックの一覧情報に基づくユーザ操作に応じて、シナリオ8−1の作成要求をシナリオ作成部9に出力する。シナリオ作成部9は、受信した作成要求に基づき、シナリオ8−1と、シナリオ8−1の識別情報となるシナリオIDとの情報を生成する(ステップS102)。   A user who operates the requester 11 confirms that the requester 11 has received the notification of the standby mode of the registration procedure, and creates a scenario to be executed in response to the event notification in the requester 11. Specifically, by user operation, the user terminal 13 transmits an event topic transmission request to the scenario creation unit 9 of the network service platform 2, and receives event topic list information from the scenario creation unit 9. The user terminal 13 outputs a scenario 8-1 creation request to the scenario creating unit 9 in response to a user operation based on the received event topic list information. Based on the received creation request, the scenario creation unit 9 generates information about the scenario 8-1 and the scenario ID that is identification information of the scenario 8-1 (step S102).

シナリオ作成部9は、生成したシナリオ8−1をサービス合成部3にデプロイし(ステップS103)、サービス合成部3からデプロイしたシナリオ8−1を実行する際のエンドポイント情報とシナリオIDとを受信する(ステップS104)。シナリオ作成部9は、受信したシナリオ8−1のエンドポイント情報をイベント/サービス振り分け部10に通知し(ステップS105)、イベント/サービス振り分け部10のテーブル更新手段130は、受信したシナリオ8−1のエンドポイント情報とシナリオIDとを、登録対象であるリクエスタ11のイベントルーティングテーブルの行に書き込む(ステップS106)。   The scenario creation unit 9 deploys the generated scenario 8-1 to the service composition unit 3 (step S103), and receives endpoint information and scenario ID when executing the deployed scenario 8-1 from the service composition unit 3 (Step S104). The scenario creation unit 9 notifies the event / service distribution unit 10 of the endpoint information of the received scenario 8-1 (step S105), and the table update unit 130 of the event / service distribution unit 10 receives the received scenario 8-1. Is written in the event routing table row of the requester 11 to be registered (step S106).

イベント/サービス振り分け部10は、イベントルーティングテーブル記憶手段110への登録が完了すると、ステップS101において一時的に記憶していたリクエスタ11のエンドポイント情報に基づき、SOAPメッセージ「Subscribe」を送信する。イベント/サービス振り分け部10が送信するSOAPメッセージ「Subscribe」は、登録処理が完了し、イベント/サービス振り分け部10がリクエスタ11からのイベントの通知を購読する(受け付ける)ことを示す通知である。リクエスタ11は、通知を受信したことをイベント/サービス振り分け部10に通知する(ステップS107)。   When registration in the event routing table storage unit 110 is completed, the event / service distribution unit 10 transmits a SOAP message “Subscribe” based on the endpoint information of the requester 11 temporarily stored in Step S101. The SOAP message “Subscribe” transmitted by the event / service distribution unit 10 is a notification indicating that the registration process is completed and the event / service distribution unit 10 subscribes (accepts) notification of an event from the requester 11. The requester 11 notifies the event / service distribution unit 10 that the notification has been received (step S107).

以上のステップS101〜S107により、イベント/サービス振り分け部10がリクエスタ11から受信するイベントの通知と、当該通知に基づき実行する実行対象の連携シナリオとの対応関係がイベントルーティングテーブルの新たな行としてイベント/サービス振り分け部10に登録される。
上述の登録過程と同様に、ユーザ端末13は、ユーザ操作に基づき、シナリオ8−2の連携シナリオを作成し、シナリオ作成部9がサービス合成部3にシナリオ8−2をデプロイする。また、イベント/サービス振り分け部10は、図5に示したように、シナリオ8−1に加えて、シナリオ8−2のイベントルーティングテーブルの行を記憶することとなる。同図に示すように、シナリオ8−2が実行対象であるイベントの通知に含まれるイベント識別情報は、通知パラメータ「X=1」であり、かつ、通知パラメータ「Y=2」であるXML(Extensible Markup Language)形式のイベント識別情報である。
Through the above steps S101 to S107, the correspondence between the event notification received by the event / service distribution unit 10 from the requester 11 and the cooperation scenario to be executed based on the notification is an event as a new row in the event routing table. / Registered in the service distribution unit 10.
Similar to the registration process described above, the user terminal 13 creates a cooperation scenario of the scenario 8-2 based on the user operation, and the scenario creation unit 9 deploys the scenario 8-2 to the service composition unit 3. Further, as shown in FIG. 5, the event / service sorting unit 10 stores a row of the event routing table of the scenario 8-2 in addition to the scenario 8-1. As shown in the figure, the event identification information included in the notification of the event for which scenario 8-2 is the execution target is XML (notification parameter “X = 1” and notification parameter “Y = 2”). Event identification information in the form of (Extensible Markup Language).

<シナリオ実行過程>
次に、上述の登録過程の処理後、イベント/サービス振り分け部10にシナリオ8−1とシナリオ8−2とに関するイベントルーティングテーブルが登録されている場合に、リクエスタ11が漏水のイベントを検出した際におけるシナリオ実行過程の処理の流れについて説明する。
リクエスタ11は、漏水の検出をイベント発生として(ステップS108)、イベント識別情報「WaterLeakAlart」を含むイベントの通知をイベント/サービス振り分け部10に送信する。ここで、リクエスタ11は、イベントの通知として、SOAPメッセージ「Notification」を、ステップS101において記憶したエンドポイント宛(ここでは、イベント/サービス振り分け部10)に送信する(ステップS109)。
<Scenario execution process>
Next, after the processing of the registration process described above, when the event routing table relating to the scenario 8-1 and the scenario 8-2 is registered in the event / service distribution unit 10, the requester 11 detects a water leakage event. The flow of processing in the scenario execution process will be described.
The requester 11 detects the leak of water as an event (step S108), and transmits an event notification including the event identification information “WaterLeakAlert” to the event / service distribution unit 10. Here, the requester 11 transmits the SOAP message “Notification” to the endpoint stored in step S101 (here, the event / service distribution unit 10) as an event notification (step S109).

イベント/サービス振り分け部10は、受信したイベントの通知のイベント識別情報「WaterLeakAlart」を検索キーとして、イベントルーティングテーブル記憶手段110から対応するシナリオ8−1のエンドポイント情報を読み出す(ステップS110)。イベント/サービス振り分け部10は、読み出したエンドポイント情報のアドレス宛(ここでは、シナリオ8−1がデプロイされているサービス合成部3)に受信したイベントの通知を送信する。
サービス合成部3は、デプロイされたシナリオ8−1のエンドポイント宛のイベントの通知を受信すると、シナリオデータベース6が記憶するシナリオ8−1に基づき、連携シナリオを実行する(ステップS111)。
The event / service distribution unit 10 reads the endpoint information of the corresponding scenario 8-1 from the event routing table storage unit 110 using the event identification information “WaterLeakAlert” of the notification of the received event as a search key (step S110). The event / service distribution unit 10 transmits the received event notification to the address of the read endpoint information (here, the service composition unit 3 in which the scenario 8-1 is deployed).
When receiving the notification of the event addressed to the endpoint of the deployed scenario 8-1, the service composition unit 3 executes the cooperation scenario based on the scenario 8-1 stored in the scenario database 6 (step S111).

上述の実施形態によれば、リクエスタ11は、イベント/サービス振り分け部10のエンドポイント情報を記憶し、イベント/サービス振り分け部10宛にイベントの通知のみを送信すると、ネットワークサービスプラットフォーム2がイベントの通知に含まれるイベント識別情報に基づき、対応する連携シナリオを選択し、選択した連携シナリオを実行する。これにより、実行する連携シナリオの情報をイベントごとに記憶するメモリや、いずれの連携シナリオの実行要求を送信するかをイベントごとに判定する構成、また、実行要求の送信先において定義されるインタフェースに従う要求信号を生成する構成などを、リクエスタ11は備える必要がなくなる。したがって、リクエスタ11の装置構成の複雑化を招くことなく、処理量を増大させずに連携シナリオを実行することが可能なシステムをユーザに提供することが可能になるという効果がある。   According to the above-described embodiment, when the requester 11 stores the endpoint information of the event / service distribution unit 10 and transmits only the event notification to the event / service distribution unit 10, the network service platform 2 notifies the event notification. The corresponding linkage scenario is selected based on the event identification information included in, and the selected linkage scenario is executed. As a result, it follows the memory that stores the information of the cooperation scenario to be executed for each event, the configuration for determining for each event which execution request of the cooperation scenario is to be transmitted, and the interface defined in the transmission destination of the execution request The requester 11 is not required to have a configuration for generating a request signal. Therefore, there is an effect that it is possible to provide the user with a system that can execute the cooperation scenario without increasing the processing amount without complicating the apparatus configuration of the requester 11.

また、イベント/サービス振り分け部10がリクエスタ11からのイベントの通知をすべて受信し、受信した通知とともにシナリオ実行要求をサービス合成部3に送信することにより、サービス合成部3におけるインタフェースやサービス内容の変更がある場合であっても、リクエスタ11側において変更に応じてイベントの通知の内容や、通知先などを変更することなく連携シナリオを実行するサービスをユーザに提供することができる。これにより、利便性を向上させた連携シナリオ実行サービスを提供することが可能になるという効果がある。   Further, the event / service distribution unit 10 receives all the event notifications from the requester 11 and transmits a scenario execution request to the service composition unit 3 together with the received notifications, thereby changing the interface and service contents in the service composition unit 3. Even if there is a service, it is possible to provide the user with a service for executing the cooperation scenario without changing the event notification content, the notification destination, or the like according to the change on the requester 11 side. Thereby, there is an effect that it is possible to provide a cooperation scenario execution service with improved convenience.

なお、上述の実施形態において、リクエスタ11のインタフェース情報をイベント/サービス振り分け部10が取得する際、リクエスタ11がSOAPメッセージ「RegisterPublisherRequest」を送信することとして説明したがこれに限られず、例えば、図1のUDDI14を用いることなど、いずれの方法によりインタフェース情報を取得することとしてもよい。   In the above-described embodiment, the requester 11 transmits the SOAP message “RegisterPublisherRequest” when the event / service distribution unit 10 acquires the interface information of the requester 11. However, the present invention is not limited to this. For example, FIG. The interface information may be acquired by any method such as using the UDDI 14.

具体的には、例えば、イベント/サービス振り分け部10がイベント通知型のサービスの検索要求であるSOAPメッセージ「find_service」や、SOAPメッセージ「find_business」などをUDDI14に送信する。UDDI14は、イベント/サービス振り分け部10からの要求に応じてリクエスタ11のエンドポイント情報と、イベントトピック情報であるイベント識別情報とを含むSOAPメッセージをイベント/サービス振り分け部10に応答する。イベント/サービス振り分け部10は、受信したSOAPメッセージの応答に含まれるエンドポイント情報に基づき、リクエスタ11にイベント/サービス振り分け部10のエンドポイント情報を含むSOAPメッセージ「RegisterPublisherResponse」を送信することにより、適用可能である。   Specifically, for example, the event / service distribution unit 10 transmits a SOAP message “find_service” or a SOAP message “find_business”, which is an event notification type service search request, to the UDDI 14. In response to a request from the event / service distribution unit 10, the UDDI 14 responds to the event / service distribution unit 10 with a SOAP message including the endpoint information of the requester 11 and event identification information that is event topic information. The event / service distribution unit 10 is applied by transmitting a SOAP message “RegisterPublisherResponse” including the endpoint information of the event / service distribution unit 10 to the requester 11 based on the endpoint information included in the received SOAP message response. Is possible.

また、ネットワークサービスプラットフォーム2において、イベント/サービス振り分け部10がイベントルーティングテーブル記憶手段110を備えることとして説明したが、これに限られず、イベントルーティングテーブル記憶手段110は、イベント/サービス振り分け部10がネットワーク1などを介して接続されている構成など、イベント/サービス振り分け部10が接続可能な構成であればいずれの構成であっても適用可能である。
また、図1に示すリクエスタ11、及び、サービスコンポーネント7は複数の構成であっても適用可能である。
In the network service platform 2, the event / service sorting unit 10 has been described as including the event routing table storage unit 110. However, the event routing table storage unit 110 is not limited to this. Any configuration can be applied as long as the event / service distribution unit 10 can be connected, such as a configuration connected via 1 or the like.
Further, the requester 11 and the service component 7 shown in FIG. 1 are applicable even if they have a plurality of configurations.

なお、上述のネットワークサービスプラットフォーム2、サービスコンポーネント7、リクエスタ11、UDDI14、及び、ユーザ端末13は、内部にコンピュータシステムを有している。そして、ネットワークサービスプラットフォーム2のイベント/サービス振り分け部10、サービス合成部3、シナリオ作成部9、リクエスタ11、ユーザ端末13、UDDI14の動作の過程は、プログラムの形式でコンピュータ読み取り可能な記録媒体に記憶されており、このプログラムをコンピュータシステムが読み出して実行することによって、上記処理が行われる。ここでいう「コンピュータシステム」とは、CPU及び各種メモリやOS、周辺機器等のハードウェアを含むものである。
また、「コンピュータシステム」は、WWWシステムを利用している場合であれば、ホームページ提供環境(あるいは表示環境)も含むものとする。
The network service platform 2, the service component 7, the requester 11, the UDDI 14, and the user terminal 13 described above have a computer system therein. The operation processes of the event / service distribution unit 10, the service composition unit 3, the scenario creation unit 9, the requester 11, the user terminal 13, and the UDDI 14 of the network service platform 2 are stored in a computer-readable recording medium in the form of a program. The computer system reads out and executes this program, and the above processing is performed. The “computer system” herein includes a CPU, various memories, an OS, and hardware such as peripheral devices.
Further, the “computer system” includes a homepage providing environment (or display environment) if a WWW system is used.

また、図6に示す各ステップを実現するためのプログラムをコンピュータ読み取り可能な記録媒体に記録してまた、図1に示すネットワークサービスプラットフォーム2の機能を実現するためのプログラムをコンピュータ読み取り可能な記録媒体に記録して、この記録媒体に記録されたプログラムをコンピュータシステムに読み込ませ、実行することにより、イベントを契機として実行する連携シナリオを自動選択する処理を行ってもよい。
また、「コンピュータ読み取り可能な記録媒体」とは、フレキシブルディスク、光磁気ディスク、ROM、フラッシュメモリ等の書き込み可能な不揮発性メモリ、CD−ROM等の可搬媒体、コンピュータシステムに内蔵されるハードディスク等の記憶装置のことをいう。
6 is recorded on a computer-readable recording medium, and the program for realizing the function of the network service platform 2 shown in FIG. 1 is computer-readable. It is also possible to perform a process of automatically selecting a cooperation scenario to be executed in response to an event by causing the computer system to read and execute the program recorded on the recording medium and executing the program.
The “computer-readable recording medium” means a flexible disk, a magneto-optical disk, a ROM, a writable nonvolatile memory such as a flash memory, a portable medium such as a CD-ROM, a hard disk built in a computer system, etc. This is a storage device.

さらに「コンピュータ読み取り可能な記録媒体」とは、インターネット等のネットワークや電話回線等の通信回線を介してプログラムが送信された場合のサーバやクライアントとなるコンピュータシステム内部の揮発性メモリ(例えばDRAM(Dynamic Random Access Memory))のように、一定時間プログラムを保持しているものも含むものとする。
また、上記プログラムは、このプログラムを記憶装置等に格納したコンピュータシステムから、伝送媒体を介して、あるいは、伝送媒体中の伝送波により他のコンピュータシステムに伝送されてもよい。ここで、プログラムを伝送する「伝送媒体」は、インターネット等のネットワーク(通信網)や電話回線等の通信回線(通信線)のように情報を伝送する機能を有する媒体のことをいう。
また、上記プログラムは、前述した機能の一部を実現するためのものであっても良い。さらに、前述した機能をコンピュータシステムに既に記録されているプログラムとの組合せで実現できるもの、いわゆる差分ファイル(差分プログラム)であっても良い。
Further, the “computer-readable recording medium” refers to a volatile memory (for example, DRAM (Dynamic DRAM)) in a computer system that becomes a server or a client when a program is transmitted via a network such as the Internet or a communication line such as a telephone line. Random Access Memory)), etc., which hold programs for a certain period of time.
The program may be transmitted from a computer system storing the program in a storage device or the like to another computer system via a transmission medium or by a transmission wave in the transmission medium. Here, the “transmission medium” for transmitting the program refers to a medium having a function of transmitting information, such as a network (communication network) such as the Internet or a communication line (communication line) such as a telephone line.
The program may be for realizing a part of the functions described above. Furthermore, what can implement | achieve the function mentioned above in combination with the program already recorded on the computer system, and what is called a difference file (difference program) may be sufficient.

本発明の一実施形態によるイベントサービス振り分けシステムの全体構成を示すブロック図である。1 is a block diagram showing an overall configuration of an event service distribution system according to an embodiment of the present invention. 同実施形態におけるシナリオ8−1の内容を示す概念図である。It is a conceptual diagram which shows the content of the scenario 8-1 in the embodiment. 同実施形態におけるシナリオ8−1のWSDL文書のデータ例を示す図である。It is a figure which shows the data example of the WSDL document of the scenario 8-1 in the embodiment. 同実施形態におけるシナリオ8−2のWSDL文書のデータ例を示す図である。It is a figure which shows the data example of the WSDL document of the scenario 8-2 in the embodiment. 同実施形態におけるイベントルーティングテーブル記憶手段110のデータ構成、及びデータ例を示す図である。It is a figure which shows the data structure of the event routing table storage means 110 in the embodiment, and a data example. 同実施形態によるイベントサービス振り分けシステムの動作の流れを示すフローチャートである。It is a flowchart which shows the flow of operation | movement of the event service distribution system by the embodiment. 同実施形態によるリクエスタ11が送信するSOAPメッセージ「RegisterPublisherRequest」の例を示す図である。It is a figure which shows the example of SOAP message "RegisterPublisherRequest" which the requester 11 by the same embodiment transmits. 同実施形態によるイベント/サービス振り分け部10が送信するSOAPメッセージ「RegisterPublisherResponse」の例を示す図である。It is a figure which shows the example of SOAP message "RegisterPublisherResponse" which the event / service distribution part 10 by the embodiment transmits.

符号の説明Explanation of symbols

1 ネットワーク
2 ネットワークサービスプラットフォーム(ネットワークサービス提供システム)
3 サービス合成部(サービス合成装置)
4 サービスバス
5 サービスコンポーネントデータベース
6 シナリオデータベース(連携シナリオ記憶装置)
7 サービスコンポーネント
8−1 シナリオ
8−2 シナリオ
9 シナリオ作成部
10 イベント/サービス振り分け部(イベントサービス振り分け装置)
110 イベントルーティングテーブル記憶手段
120 判定手段(振り分け手段)
130 テーブル更新手段
11 リクエスタ
13 ユーザ端末
14 UDDI(レジストリ装置)
1 Network 2 Network Service Platform (Network Service Providing System)
3 Service composition department (service composition device)
4 Service Bus 5 Service Component Database 6 Scenario Database (Cooperation Scenario Storage Device)
7 Service Component 8-1 Scenario 8-2 Scenario 9 Scenario Creation Unit 10 Event / Service Distribution Unit (Event Service Distribution Device)
110 Event routing table storage means 120 Judgment means (sorting means)
130 Table Update Unit 11 Requester 13 User Terminal 14 UDDI (Registry Device)

Claims (5)

サービスの実行手順が記述される連携シナリオを記憶する連携シナリオ記憶装置と、前記連携シナリオを実行するアドレスであるエンドポイント宛のシナリオ実行要求に応じて前記連携シナリオを実行するサービス合成装置と、イベントサービス振り分け装置とを備えるネットワークサービス提供システムと、イベント検出時にイベント通知を送信するリクエスタ装置と、前記サービスを提供するサービスコンポーネントとがネットワークを介して接続されるイベントサービス振り分けシステムであって、
前記ネットワークサービス提供システムの前記イベントサービス振り分け装置は、
前記リクエスタ装置から受信するイベント通知と、当該イベント通知に対応する実行対象の連携シナリオを実行させるアドレスを示す情報であるエンドポイント情報とを対応付けて記憶するイベントルーティングテーブル記憶手段と、
前記リクエスタ装置から受信するイベント通知を検索キーとして、前記イベントルーティングテーブル記憶手段から連携シナリオのエンドポイント情報を読み出し、前記連携シナリオ実行要求を前記エンドポイント宛に送信する振り分け手段とを備える
ことを特徴とするイベントサービス振り分けシステム。
A cooperation scenario storage device that stores a cooperation scenario in which a service execution procedure is described; a service composition device that executes the cooperation scenario in response to a scenario execution request addressed to an endpoint that is an address for executing the cooperation scenario; and an event A network service providing system comprising a service distribution device, a requester device that transmits an event notification when an event is detected, and an event service distribution system in which a service component that provides the service is connected via a network,
The event service distribution device of the network service providing system is:
An event routing table storage unit that stores event notifications received from the requester device in association with endpoint information that is information indicating an address for executing an execution target cooperation scenario corresponding to the event notification;
Using an event notification received from the requester device as a search key, comprising: a distribution unit that reads endpoint information of a collaboration scenario from the event routing table storage unit and transmits the collaboration scenario execution request to the endpoint. Event service distribution system.
前記イベントサービス振り分けシステムは、ネットワークに接続されるユーザ端末装置をさらに備え、
前記ユーザ端末装置は、
前記リクエスタ装置から送信されるイベント通知と、当該イベント通知に基づき実行する連携シナリオのエンドポイント情報との登録を要求する登録要求を送信し、
前記イベントサービス振り分け装置は、
前記ユーザ端末装置から受信する前記登録要求に基づき、前記リクエスタ装置から送信されるイベント通知と、当該イベント通知に基づき実行する連携シナリオのエンドポイント情報とを前記イベントルーティングテーブル記憶手段に書き込むテーブル更新手段を備える
ことを特徴とする請求項1に記載のイベントサービス振り分けシステム。
The event service distribution system further includes a user terminal device connected to a network,
The user terminal device
Send a registration request for requesting registration of the event notification transmitted from the requester device and the endpoint information of the cooperation scenario executed based on the event notification,
The event service distribution device includes:
Table updating means for writing, in the event routing table storage means, event notifications transmitted from the requester device based on the registration request received from the user terminal device, and endpoint information of cooperative scenarios executed based on the event notifications The event service distribution system according to claim 1, further comprising:
前記イベントサービス振り分けシステムは、ネットワークに接続されるレジストリ装置とネットワークに接続されるユーザ端末装置とをさらに備え、
前記レジストリ装置は、前記リクエスタ装置のエンドポイント情報と、前記リクエスタ装置が送信するイベント通知情報とを対応付けて記憶しており、
前記ユーザ端末装置は、
前記リクエスタ装置から送信されるイベント通知に基づき実行する連携シナリオのエンドポイント情報との登録を要求する登録要求を送信し、
前記イベントサービス振り分け装置は、
前記ユーザ端末装置から受信する前記登録要求に基づき、前記レジストリ装置から、前記リクエスタ装置からのイベント通知と、前記リクエスタ装置のアドレス情報であるエンドポイント情報とを読み出し、前記イベント通知と、当該イベント通知に基づき実行する連携シナリオのエンドポイント情報とを前記イベントルーティングテーブル記憶手段に書き込むテーブル更新手段を備える
ことを特徴とする請求項1に記載のイベントサービス振り分けシステム。
The event service distribution system further comprises a registry device connected to the network and a user terminal device connected to the network,
The registry device stores the endpoint information of the requester device in association with event notification information transmitted by the requester device,
The user terminal device
Send a registration request to request registration with the endpoint information of the cooperation scenario to be executed based on the event notification sent from the requester device,
The event service distribution device includes:
Based on the registration request received from the user terminal device, the event notification from the requester device and the endpoint information which is the address information of the requester device are read from the registry device, the event notification, and the event notification The event service distribution system according to claim 1, further comprising: a table updating unit that writes the endpoint information of the cooperation scenario to be executed based on the information into the event routing table storage unit.
サービスの実行手順が記述される連携シナリオを記憶する連携シナリオ記憶装置と、前記連携シナリオを実行するアドレスであるエンドポイント宛のシナリオ実行要求に応じて前記連携シナリオを実行するサービス合成装置と、イベントサービス振り分け装置とを備えるネットワークサービス提供システムと、イベント検出時にイベント通知を送信するリクエスタ装置と、前記サービスを提供するサービスコンポーネントとがネットワークを介して接続されるイベントサービス振り分けシステムにおける前記イベントサービス振り分け装置であって、
前記リクエスタ装置から受信するイベント通知と、当該イベント通知に対応する実行対象の連携シナリオを実行させるアドレスを示す情報であるエンドポイント情報とを対応付けて記憶するイベントルーティングテーブル記憶手段と、
前記リクエスタ装置から受信するイベント通知を検索キーとして、前記イベントルーティングテーブル記憶手段から連携シナリオのエンドポイント情報を読み出し、前記連携シナリオ実行要求を前記エンドポイント宛に送信する振り分け手段と
を備えることを特徴とするイベントサービス振り分け装置。
A cooperation scenario storage device that stores a cooperation scenario in which a service execution procedure is described; a service composition device that executes the cooperation scenario in response to a scenario execution request addressed to an endpoint that is an address for executing the cooperation scenario; and an event Network service providing system including a service distribution device, a requester device that transmits an event notification when an event is detected, and a service component that provides the service, the event service distribution device in an event service distribution system connected via a network Because
An event routing table storage unit that stores event notifications received from the requester device in association with endpoint information that is information indicating an address for executing an execution target cooperation scenario corresponding to the event notification;
And distribution means for reading out the end point information of the cooperation scenario from the event routing table storage means using the event notification received from the requester device as a search key and transmitting the cooperation scenario execution request to the end point. Event service distribution device.
サービスの実行手順が記述される連携シナリオを記憶する連携シナリオ記憶装置と、前記連携シナリオを実行するアドレスであるエンドポイント宛のシナリオ実行要求に応じて前記連携シナリオを実行するサービス合成装置と、イベントサービス振り分け装置とを備えるネットワークサービス提供システムと、イベント検出時にイベント通知を送信するリクエスタ装置と、前記サービスを提供するサービスコンポーネントとがネットワークを介して接続されるイベントサービス振り分けシステムにおけるイベントサービス振り分け方法であって、
前記ネットワークサービス提供システムの前記イベントサービス振り分け装置が、
前記リクエスタ装置から受信するイベント通知と、当該イベント通知に対応する実行対象の連携シナリオを実行させるアドレスを示す情報であるエンドポイント情報とを対応付けて記憶手段に記憶するイベントルーティングテーブル記憶ステップと、
前記リクエスタ装置から受信するイベント通知を検索キーとして、前記記憶手段から連携シナリオのエンドポイント情報を読み出し、前記連携シナリオ実行要求を前記エンドポイント宛に送信する振り分けステップと
を有することを特徴とするイベントサービス振り分け方法。
A cooperation scenario storage device that stores a cooperation scenario in which a service execution procedure is described; a service composition device that executes the cooperation scenario in response to a scenario execution request addressed to an endpoint that is an address for executing the cooperation scenario; and an event An event service distribution method in an event service distribution system in which a network service providing system including a service distribution device, a requester device that transmits an event notification when an event is detected, and a service component that provides the service are connected via a network There,
The event service distribution device of the network service providing system,
An event routing table storage step for storing the event notification received from the requester device and the endpoint information, which is information indicating an address for executing the cooperation scenario to be executed corresponding to the event notification, in the storage unit in association with each other;
A distribution step of using the event notification received from the requester device as a search key to read end point information of a cooperation scenario from the storage means and transmitting the cooperation scenario execution request to the end point. Service distribution method.
JP2008147135A 2008-06-04 2008-06-04 Event service distribution system, event service distribution device, and event service distribution method Pending JP2009294863A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2008147135A JP2009294863A (en) 2008-06-04 2008-06-04 Event service distribution system, event service distribution device, and event service distribution method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2008147135A JP2009294863A (en) 2008-06-04 2008-06-04 Event service distribution system, event service distribution device, and event service distribution method

Publications (1)

Publication Number Publication Date
JP2009294863A true JP2009294863A (en) 2009-12-17

Family

ID=41543005

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2008147135A Pending JP2009294863A (en) 2008-06-04 2008-06-04 Event service distribution system, event service distribution device, and event service distribution method

Country Status (1)

Country Link
JP (1) JP2009294863A (en)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2011154421A (en) * 2010-01-26 2011-08-11 Kddi R & D Laboratories Inc Rearrangement method and system for service component in application server
CN102158516A (en) * 2010-08-19 2011-08-17 华为技术有限公司 Service composition realization method and system, service composition compiling method and compiler
JP2011192250A (en) * 2010-02-22 2011-09-29 Canon Inc Cloud computing system, and control method therefor
WO2014020691A1 (en) * 2012-07-31 2014-02-06 株式会社日立製作所 Management system and program

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH08129536A (en) * 1994-10-28 1996-05-21 Oki Electric Ind Co Ltd Event processing system
JP2002358290A (en) * 2001-03-19 2002-12-13 Toshiba Corp Providing method, program and system for information processing service
JP2003067356A (en) * 2001-08-28 2003-03-07 Fujitsu Ltd Application linkage system and application linkage method

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH08129536A (en) * 1994-10-28 1996-05-21 Oki Electric Ind Co Ltd Event processing system
JP2002358290A (en) * 2001-03-19 2002-12-13 Toshiba Corp Providing method, program and system for information processing service
JP2003067356A (en) * 2001-08-28 2003-03-07 Fujitsu Ltd Application linkage system and application linkage method

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2011154421A (en) * 2010-01-26 2011-08-11 Kddi R & D Laboratories Inc Rearrangement method and system for service component in application server
JP2011192250A (en) * 2010-02-22 2011-09-29 Canon Inc Cloud computing system, and control method therefor
US8970876B2 (en) 2010-02-22 2015-03-03 Canon Kabushiki Kaisha Printing system, cloud computing system, printing system control method, and storage medium
CN102158516A (en) * 2010-08-19 2011-08-17 华为技术有限公司 Service composition realization method and system, service composition compiling method and compiler
CN102158516B (en) * 2010-08-19 2013-08-07 华为技术有限公司 Service composition realization method compiler
WO2014020691A1 (en) * 2012-07-31 2014-02-06 株式会社日立製作所 Management system and program

Similar Documents

Publication Publication Date Title
JP6408545B2 (en) System and method for deployment with increasing demand for location neutral software
EP2771803B1 (en) File fetch from a remote client device
KR100739715B1 (en) Method and apparatus for performing an agreement of web services policy
JP5159071B2 (en) COMMUNICATION SYSTEM, COMMUNICATION DEVICE, AND ITS CONTROL METHOD
US20080243900A1 (en) Dynamic and Real-Time Discovery of Computing Resources
CN101529382A (en) Common component framework
US7500251B2 (en) Method and system for managing programs for web service system
JP4444944B2 (en) Service linkage method
KR100901281B1 (en) Method for ubiquitous web service
JP2009294863A (en) Event service distribution system, event service distribution device, and event service distribution method
Sen et al. Cian: A workflow engine for manets
JP2007293503A (en) Device, its control method, and program
JP2008134914A (en) Composite service providing system and method
KR100947114B1 (en) Method for collecting quality data of web service using dummy message
JP2011039819A (en) Service registration device using httpservice, content registration device, service registration method, content registration method, program, and recording medium
JP6730235B2 (en) Application operation monitoring device and monitoring method
JP2009116578A (en) Service proxy processing method, engine, and program
Truong et al. Vimoware-a toolkit for mobile web services and collaborative computing
US7685303B2 (en) Object-oriented discovery framework
JP2010198200A (en) Device and method for profile information management, and program
JP4291174B2 (en) Web service delegation processing method, execution apparatus, and processing program
JP4937794B2 (en) Load distribution system, cooperative service providing apparatus, information sharing storage apparatus, load distribution method, and load distribution program
JP2007299319A (en) Information processor and process-to-process communication method
Tsuchiya et al. Research on a Communication Platform Coordinating Web Services and Smart Speakers on the Application Layer
JP2008015857A (en) Network system, program, and method for executing application of network system

Legal Events

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

Free format text: JAPANESE INTERMEDIATE CODE: A7424

Effective date: 20100526

A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20100819

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20111125

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20111129

A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20120327