cancel
Showing results for 
Search instead for 
Did you mean: 

Response for SOAP Request

Former Member
0 Kudos

Dear Experts,

For Asynchronous SOAP to IDOC scenario ,can we trigger a response automatically from PI for every SOAP request.

If yes,please suggest how to configure.

Regards,

Kalpana

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi Kalpana,

We have a similar requirement. were you able to find Sync Async bridge approach for IDOC_AAE receiver?

former_member194786
Active Contributor
0 Kudos

Is the requirement to send acknowledgement once the message hits PI, when IDoc is posted in SAP or when the data is updated in back-end SAP system? Based upon this, there could be different types of responses that can be triggered.

Besides, at HTTP level, you would get a HTTP response in the calling system even for asynchronous processing. Why would you want then want an acknowledgement in asynchronous processing(which is meant to be guaranteed delivery).


Regards,

Sanjeev.

former_member190293
Active Contributor
0 Kudos

Hi Kalpana!

For dual stack PI system you could use ccBPM for making sync/async bridge.

Main difference between ccBPM bridge and adapter bridge mentioned in above post is that you have no need to define any async response scenario.

Your Integration process receives request message to synchronous abstract interface, builds response message (according to your requirements) and then sends response back to your SOAP sender system closing S/A bridge. Further step sends async message to your IDoc receiver system.

Regards, Evgeniy.

iaki_vila
Active Contributor
0 Kudos

Hi Kalpana,

You can try to do a sync/async bridge:

http://saprainbow.com/wordpress/wp-content/uploads/2015/06/AsyncSync_and_SyncAsync_Bridge_without_BP...

.

I am not sure if you will can with the IDOC adapter, i think you would the IDOC_AAE adapter

Regards.