cancel
Showing results for 
Search instead for 
Did you mean: 

Best way to capture a SOAP response into a different message interface

Former Member
0 Kudos

Hi

I have created a Synchronous File to SOAP scenario in which I need to map the SOAP response back to an RFC Function Module instead of the File Message Interface.

Please can you let me know what the best method is to do this because I am not able to to use the RFC FM as the input message inside the synchronouse File Message Interface.

Thank you,

Brendon

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

You can also use ccBPM integration-process for this purpose, eventually using the async/sync bridge.

That way you can have one or many different receivers other than the original requestor.

Regards,

Rob

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

if u are using request response bean and response one way bean at sender file adapter please do the following .

1. create the sender file adapter. and at module tab used the bean as follows.

1. requestresponsebean

2. call adapter

3. responseonewaybean.

and define the request and response bean parameter in the value

1. request --passThrough- true

2. response--receiver channel -- channel name

3. responce-- receiverService--Business service name.

please do remember to configure one receiver agreement using the rfc channel.

regards,

Navneet

former_member200962
Active Contributor
0 Kudos

When you say Synchronous File sender I hope that you are using the RequestResponseBean (since file does not support sync communication).

Now if you are using requestResponseBean......include the RFC message in the response section of the MI.

Then instead of creating a receiver File channel create a receiver RFC channel.....restt of the procedure should be same as it is in the wiki File-RFC-File synchronous.

Regards,

Abhishek.