cancel
Showing results for 
Search instead for 
Did you mean: 

Proxy to JDBC Sync, with Idoc Receiver

Former Member
0 Kudos

Hello all,

I have to set up following synchronous scenario.

PROXY -> PI -> JDBC | JDBC -> PI -> PROXY

JDBC -> PI -> IDOC

In other words, I need that the response from the JDBC Receiver adapter is sent back to R3 to an IDOC and the originating PROXY.

How can I achive this? I mean how can I send the synchronuos response back to the originating PROXY, and in the other hand send an asynchronous message to the IDOC.

This is a message with a large quantity of info, so I'm not sure what to use or how to use it.

Thanks for your help.

Felipe

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Felipe

PROXY -> PI -> JDBC | JDBC -> PI -> PROXY

JDBC -> PI -> IDOC

The message to the IDOC need to be sent from response ?

Is your proxy SYNC?

Use a BPM for this

1. receive the message from Proxy.(SYNC)

2. Send it to JDBC (SYNC)

3. Map the proxy request to JDBC request and JDBC response to Proxy response.

4. Send the JDBC response to IDOC

Thanks

Gaurav