cancel
Showing results for 
Search instead for 
Did you mean: 

SOAP -> RFC -> SOAP

Former Member
0 Kudos

Hi,

I want to achieve the following:

Have a sender SOAP adapter configuration with the following functionality:

Expose a web method of the form

string Method( string request )

In other words, I want to receive a 'request' as a string using a sender SOAP adapter, call the 'Method' in the form of an RFC enabled Function module on R3 returning a string . The response I want to send back as response to the original request.

Is this possible without an elaborate integration process or will I have to do a Synchronous / Asynchronous bridge type interface ?.

Some guidelines / references will be greatly appreciated.

Thanks

Andre

Accepted Solutions (1)

Accepted Solutions (1)

former_member187339
Active Contributor
0 Kudos

Hi,

You can do it without BPM.

SOAP (sync) <-> XI <-> RFC(sync)

https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/2131 [original link is broken] [original link is broken] [original link is broken] [original link is broken] [original link is broken] [original link is broken] [original link is broken] [original link is broken]

Regards

Suraj

Message was edited by: S.R.Suraj

Answers (1)

Answers (1)

manish_bhalla2
Contributor
0 Kudos

Hi Andre,

You can do this without using BPM. Use synchronous interfaces for both the SOAP and the RFC connections, and map the correspodingrequest and response messages.

Cheers

Manish