cancel
Showing results for 
Search instead for 
Did you mean: 

BPM scenario

Former Member
0 Kudos

Hi Experts,

I have to do Webservice to JDBC synchronous scenario using BPM. Could you please help me with the message interace, Interface mapping and message mappings?

I have created 2 datatype & message type for SOAP request and response and two more for JDBC request and response.

Regards

Sara

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

you have to use a Sync/Async Bridge in your process for Sync scenario with BPM.

You need a Receive Step(A). A Synchronous Send Step(B). And a Send Step(C) in your Integration Process.

STEP A- Open S/A Bridge - Receive Message from SOAP

STEP B- Send Message Synchronous to JDBC Interface. And get a Response.

STEP C - CLOSE S/A Bridge- Send Response

regards,

Robin

Former Member
0 Kudos

Hi,

Ya, I know we can do this scenario without BPM.I have already done the same one month back. But as per the current <b>requirement</b> we have to use BPM for all the plaftform (Microsoft, ORACLE and etc).

Regards

Sara

Former Member
0 Kudos

Hi Experts,

How many message interface we have to create for this scenario?

Regards

Sara

Former Member
0 Kudos

hi Sara,

If consider the sync scenario like this

Sender Sync -


> XI -


> Receiver Sync

We need the following interface

<u>Sender</u>

Sender Outbound interface --- sync

<u>Receiver</u>

Receiver Inbound interface --- sync

Inside BPM you need

At sender

Abstract interface for sending

Abstract interface for receiving

At receiver

Abstract interface for sending

Abstract interface for receiving

regards

Ramesh P

Former Member
0 Kudos

Well,

your need follwoing

1)Outbound Synchronous (SOAP Messagetype)

2)Abstract Sychronous (BPM) Receiver Step in BPM

3)Abstract aynchronous (BPM) as Container for Requess Message

4) Abstract Sychronous (BMP) For Synchronous send Step in BPM

5) Inbound Synchronous (JDBC Messagetype)

6) Abstract Asychronous (BPM) as Container for the Response Message from JDBC and for the last Send Step in bpm. Close S/A Bridge

Between 1 and 2 you can set a mapping and

between 4 and 5 you can set a mapping.

regards,

robin

Answers (2)

Answers (2)

former_member190313
Active Participant
0 Kudos

hi

you do not require BPM inthis case ..if u use its gonna affect performance

if you tell the scenario i will suggest you the design

Sheetal

nisarkhan_n
Active Contributor
0 Kudos

SOAP and JDBC does not require a BPM in design coz. both SOAP and JDBC receiver supports synch operation...i think there waws a similar question eariler.....

can u please explain the interface....