cancel
Showing results for 
Search instead for 
Did you mean: 

soap to soap scenario with multiple operations

Former Member
0 Kudos

hi experts,

I want to do a scenario in which I have sender RFC(asynchronous) and receiver SOAP(Synchronous) and response will come back to a file.

Can anyone please help me, how many communication channels are required and how to do configuration.

regards,

vineetha chowdary

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

You can design this Scenario in 2 ways.

1.SOAP Lookup

2.Using BPM

you follow first approach you need to write SOAP look Up code

refer this blog

Additional Configurations in ID :

Sender communication chennel for RFC

Receiver Communication channel of adapter type SOAP

Receiver communication channel for file.

regards,

ganesh.

Former Member
0 Kudos

Thank you ganesh for u r support

Answers (2)

Answers (2)

baskar_gopalakrishnan2
Active Contributor
0 Kudos

> want to do a scenario in which I have sender RFC(asynchronous) and receiver SOAP(Synchronous) and response will come back to a >file.Can anyone please help me, how many communication channels are required and how to do configuration.

RFC (ASYNC) --->SOAP(SYNC) ---> FILE(ASYNC)

You can do this with bpm or without bpm.

Doing WITHOUT BPM is simple. Refer the following [link |http://wiki.sdn.sap.com/wiki/display/XI/File-RFC-File%28Without%20BPM%29?bc=true]for handling async sync pattern ...

Follow closely this link .. ONly difference is file (sender) and file receiver are async and RFC is sync. In your case RFC(sender) and FIle(receiver) async and SOAP is sync.

PriyankaAnagani
Active Contributor
0 Kudos

Hi Vineetha,

Is yours SOAP to SOAP scanario or RFC>SOAP>File? In case of RFCSOAPFile, You may require a BPM. Please see the below link yours will be just reverse of it.

Regards,

Priyanka