cancel
Showing results for 
Search instead for 
Did you mean: 

Async webservices using BPM

Former Member
0 Kudos

Hi Experts,

How to call the two Async webservices using BPM?

May I know the Message Interface, Message Mapping and Interface mapping required for this scenario?

Scenario:

1. SOAP to JDBC (Async call)

2. JDBC to SOAP (Async call)

3. I have to use BPM to combine both scenario to work as a synch scenario.

Regards

Sara

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

The first SOAP is the same o the second?

In this case you can refer to [SOAP to JDBC Synchronous scenario|;

Edited by: Manuel Chiarelli on Dec 18, 2007 2:34 PM

Former Member
0 Kudos

Hi Manuel,

As per my requirement, Both systems are asynchronous.

Regards

Sara

Edited by: Sara D on Dec 18, 2007 3:26 PM

Former Member
0 Kudos

Ok.

If the SOAP messages are different you don't need to use the OPEN A/S BRIDGE and the relative CLOSE.

But the prerequisite is that the JDBC step is a Sync message.

One moment: the second JDBC is the response of the first or are 2 different JDBCs?

Could you describe the scenario?

Edited by: Manuel Chiarelli on Dec 18, 2007 3:41 PM

Former Member
0 Kudos

Any suggestions please..