cancel
Showing results for 
Search instead for 
Did you mean: 

File-SOAP-File Synchronous Communication

Former Member
0 Kudos

Hi All

We have File to SOAP scenario (Async) created.

Now we want to receive response from SOAP.It means I need to have one File receiver adapter to receive response.

i.e., File->SOAP->File

As per the below Link I tried using the RequestResponseBean in Sender file channel.

https://wiki.scn.sap.com/wiki/display/XI/Using+Request+Response+Bean+Module+in+FILE+Adapter

Requirement:

1. Need to know if anything required to change in SOAP/FILE receiver adapter.

2. How to proceed as I dont have message mapping only Java mapping used

3.Does file receiver adapter require Service interface?

Please help me out if any one had experience on this.

Accepted Solutions (0)

Answers (4)

Answers (4)

juan_vasquez2
Active Participant
0 Kudos

Hi Anitha,

You can use a bridge, then the source is async, and the answer of service can be send to a async receiver scenario with file.

I hope it can help

regards

Juan

iaki_vila
Active Contributor
0 Kudos

Hi Anitha,

Just to add to Praveen, in this wiki you have similar information, with the classical configuration not with the ICO object: File-RFC-File(Without BPM) - Process Integration - SCN Wiki


1. Need to know if anything required to change in SOAP/FILE receiver adapter.

Pay attention to the screenshoots because you have to set in the sender file the receiver Service to do the SOAP connection (in the example with RFC).

You will need a File sender, file receiver and SOAP receiver channels in your configuration.


2. How to proceed as I dont have message mapping only Java mapping used

To call the SOAP you will need  mappings to deal with the request and response.

Regards.

former_member186851
Active Contributor
0 Kudos
former_member182412
Active Contributor
0 Kudos

Hi Anitha,

You can include the beans in receiver soap adapter like below.

Create the ICO as per above parameters, interface and interface namespace are same as above module configuration and create virtual receiver when you create the ICO. Sender will be your Webservice business system and virtual receiver is your source business system.

Check below documents for more details.

Regards,

Praveen.