cancel
Showing results for 
Search instead for 
Did you mean: 

Adapter acknowledgment/Response handling

Former Member
0 Kudos

Hi Friends,

I had configured SOAP sender adapter with QOS = Besteffort so as to receive acknowledgment .

When I am sending message, I am getting proper response ,that I am able to see in SXMB_MONI and RWB.

Now I want to configure system so that the acknowledgment should be automatically saved to a folder on XI server.

Please suggest,how can I do so?

I have full access to XI server.*

Accepted Solutions (1)

Accepted Solutions (1)

MichalKrawczyk
Active Contributor
0 Kudos

Hi,

the easiest way is to use a BPM in your case

then you can jut send the reponse to a file adapter and this will save it to a folder

if your sender adapter (not SOAP receiver) is also based on java then you can

configure async-sync-async flow without a BPM with the use of dynamic adpater bean

but this is more difficult then the first approach

Regards,

Michal Krawczyk

Former Member
0 Kudos

Thanks Michal,

In my scenario I had not configured BPM. Even I had not configured any thing in IR for this purpose.

What I am doing is,I used file adapter with dummy interface name to pick file form one place and thn at receiver I configured SOAP adapter.

So for this scenario, what should I do?

Former Member
0 Kudos

Hi,

Is your scenario is File> SOAP> File ?

Then Use Request response Beam.

https://www.sdn.sap.com/irj/scn/wiki?path=/display/home/using%2brequest%2bresponse%2bbean%2bmodule%2...

Regards,

Sunil.

Answers (0)