cancel
Showing results for 
Search instead for 
Did you mean: 

Async/Sync Bridge with SOAP response

Former Member
0 Kudos

Hi All

I have a interface that uses BPM for async/sync bridge(SOAP->RFC->IDOC). I now need to change this to send response back to he webservice.

Any ideas on how to achieve this?

Regards

Accepted Solutions (0)

Answers (3)

Answers (3)

baskar_gopalakrishnan2
Active Contributor
0 Kudos

Since you are removing IDOC from the system landscape, you dont need BPM as well the async bridge pattern. As experts mentioned it will be synchronous SOAP To RFC.

Shabarish_Nair
Active Contributor
0 Kudos

avoid the BPM.

just do a simple SOAP to RFC scenario here -

Former Member
0 Kudos

Exactly Shabarish... Before I was referring to your solution!

Avoiding the BPM and doing a simple Soap to RFC synchronous scenario.

Former Member
0 Kudos

Have you consider to remove the async/sync bridge to do this?

The Idoc is called from PI or from the RFC Function locally?