cancel
Showing results for 
Search instead for 
Did you mean: 

is it possible to create soap to file sync/async bridge

Former Member
0 Kudos

Hi All,

I am balakrishna, I have one requirement, at sender side we have ep system and at receiver side having http system. from ep side we are using soap req/res as sync communication. At reciver side we have to use the reciver file adapter as a dummy because receiver file adapter doesn't pick the file from the http links. so, again we have to use the sender file adapter to pick the files (text/excel) from the http links directly using wget os command. how can i implement this scenario using bpm.

Accepted Solutions (0)

Answers (2)

Answers (2)

Shabarish_Nair
Active Contributor
0 Kudos
Former Member
0 Kudos

That link broken but here is something similar:

AsyncSync & SyncAsync Bridge without BPM | SCN

Former Member
0 Kudos

Sync Receive (open sync/async bridge) --> async send (use receiver file adapter here) --> async receive (sender file adapter) --> Sync send (close sync/async bridge).

You can have your transformation steps before and after the async send and async receive or have the transformation totally outside the bpm.

Regards

Former Member
0 Kudos

Hi Shiladitya Sarkar ,

help me, how many interfaces i need and how can I go through this.

Former Member
0 Kudos

Hi,

You will find a sample BPM for sync/async bridge under

SAP BASIS --> http://sap.com/xi/XI/System/Patterns --> Integration Process --> BpmPatternSyncAsyncBridge.

Your requirement would be similar to this.

Regards

baskar_gopalakrishnan2
Active Contributor
0 Kudos

>>help me, how many interfaces i need and how can I go through this.

Use Sync Aync bridge pattern to achieve SOAP to file integration. You need 3 interfaces. One synchronous and two asynchronous interfaces. Refer Shabarish's given help link for further need.