cancel
Showing results for 
Search instead for 
Did you mean: 

Async / Sync scenario

itabhishek9
Participant
0 Kudos

Hi SDNites,

I am working on a scenario where File adapter is on the sender side and synchronous proxy is on the receiver side. The Proxy response will further be converted into a file and send to a receiver File adapter.

This is what I have done to configure IR, (SA = Sender Agreement, CC = Communication channel, RD = Receiver Det, ID = Interface Det)

File 1 - SA , CC

RD & ID (For File 1 and SOAP request)

Proxy - RA , CC (Also contain 2 beans RequestResponseBean and ResponseOnewayBean)

SOAP response - SA and CC (I am not sure how should I do this)

RD & ID (For SOAP response and File 2)

File 2 - RA , CC

Can you please let me know if the above config is correct or there are some other steps that I have to incorporate.

Regards,

Abhi

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member193386
Active Contributor
0 Kudos
iaki_vila
Active Contributor
0 Kudos

Hi Abhisek,

You can do it in several ways:

- Async/Sync bridge scenario, i think you need at least a PI 7,31, check the first variant in this document http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/80f96dbf-adca-3010-ffb5-daf2d1f0e...

- Develop two async scenarios File To proxy, in this proxy code you can finish it calling a second scenario proxy to file.

- You can do a File to File async scenario and to use a RFC lookup at mapping level instead a proxy.

Regards.