cancel
Showing results for 
Search instead for 
Did you mean: 

sync/async BPM test

Former Member
0 Kudos

Hi,

I'm trying to implement the sync/async bridge BPM example.

I've created a web service adapter (SOAP) as synchronous sender, and I thought I could use a JDBC adapter as asynchronous receiver, but it seems I need synchronous JDBC adapter to make a SELECT query and get results...

Does anybody know an adapter type I could use as asynchronous receiver adapter for my tests?

regards

Yann

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi guys,

Thanks for your answers.

Mario's solution seems the simplest, even if I hardly see how to do.

Mario, do you mean my SOAP synchronous sender should be connected to a "faked" receiver via receiver determination?

regards

Yann

Former Member
0 Kudos

Hi Yann,

I genreally use file adapter for my test scenarios. You may also try File adapter in asynchronous mode. You will have to install ftp server on your system.

Let me know if you need any further assistance on doing the same.

Regards,

Ashish

MichalKrawczyk
Active Contributor
0 Kudos

Hi,

it doesn't make a lot of sense as the file adapter will not return

anything to the BPM

so it will not enrich the data from the sync call

Regards,

michal

Former Member
0 Kudos

Hi Yann,

it is easier!

make 4 steps in your BPM

1) recieve

2) send async

3) receive (response from step 2)

4) send sync

For step 2) in your integration directory create a receiver determination that calls your BPM (step 3)!

Thats the trick. You do not really need a ASYNC backend system.

Regards Mario

MichalKrawczyk
Active Contributor
0 Kudos

hi,

you can make async send RFC (with correlation ID)

and then async receive step RFC

(which will use the correlation ID from the send step)

REgards,

michal