How to use XML/JMS from a BPM process.

How to use XML/JMS from a BPM process.

book

Article ID: KB0084702

calendar_today

Updated On:

Products Versions
TIBCO BPM Enterprise (formerly TIBCO ActiveMatrix BPM) -
Not Applicable -

Description

Resolution:
Description
============
How to use XML/JMS from a BPM process.

Environment:
============
o TIBCO ActiveMatrix BPM 1.1.x, 1.2.0


Cause:
======
XML/JMS is not currently available to be used directly from BPM processes. Only SOAP/HTTP and virtualization are currently available for Web Service steps in AMX BPM.

Resolution:
===========
Workaround

o Create a web service step that calls a composite
o Create a mediation component to transform the XML into the correct form
o Create a service and reference and promote these to the composite
o Put a SOAP binding on the service side, and a JMS binding on the reference side.

Issue/Introduction

How to use XML/JMS from a BPM process.