cancel
Showing results for 
Search instead for 
Did you mean: 

SOAP to IDOC Async

Former Member
0 Kudos

Hi All,

My requirement is SOAP to IDOC Async scenario.SOAP is sender Legacy system.

Is it possible to send a response back to sender after reaching the data to SAP PI server without BPM?

If possible , please give me a step by step guide link.

Thanks,

Arthita

Accepted Solutions (0)

Answers (1)

Answers (1)

engswee
Active Contributor
0 Kudos

Hi Arthita

If you do a search on SCN, you should be able to find some blogs on Sync-Async bridge without BPM. Below are a few examples:

This is an official SAP guide

This is part 1 of a series of blogs related to bridges.

For your case, because the receiver is IDoc which is asynchronous, you will need to design an asynchronous response back from the ECC system which you can then channel back to your SOAP response.

Rgds

Eng Swee

Former Member
0 Kudos

Hi Eng Swee,

Thanks for your reply.

As per my understanding ,need to create one separate interface for sending the response back to my soap response structure?

engswee
Active Contributor
0 Kudos

Hi Arthita

Yes, that is correct.

If you look at the following diagram (found on page 18 of the first article), you will need an asynchronous response back from ECC (item 3) which then is mapped back to the response of item 1.

Rgds

Eng Swee

Former Member
0 Kudos

Hi Eng Swee,

Is it possible in SAP PI 7.1 ?

engswee
Active Contributor
0 Kudos

Arthita

The SAP library document for PI 7.1 does list down the modules for the bridges, so it should be possible.

Configuring the Sync/Async Bridge in the Receiver JMS Adapter - Adding Modules to the Module Process...

Rgds

Eng Swee