0

私は IBM BPM を初めて使用します。IBM BPM と異なるシステムとの間でデータを読み書きする方法を知りたいですか? サポートされているさまざまな形式は何ですか? xml、csv、データベース、WSDL など。

xml、csv、またはデータベースなどの形式のデータを取得できるシステムがあるとします (WSDL コントラクトなし)。今度は、IBM BPM で使用できるインターフェースを作成したいと考えています。上記のシステムからのデータの読み取り/抽出. これは WSDL 契約なしで可能ですか?

4

2 に答える 2

2

IBM BPM provides out of the box connectors for both the standard (BPMN) and advanced (BPEL) products. For BPM Standard the System Data Toolkit has built in ready to go integration points for databases, SOAP, XML parsing, HTTP requests, and more. There are a few examples of connectors in the L2-SampleApps project. There are more here on the BPM Tutorials page and here. and a full PDF of simple how to samples.

For the advanced side, there are some example here which have code you can review for connecting to various outside systems.

于 2016-01-19T00:47:50.773 に答える