cancel
Showing results for 
Search instead for 
Did you mean: 

File adapter sends return message to SOAP adapter

Former Member
0 Kudos

Hi,

I have managed to send a message using a SOAP sender adapter to a file using the file adapter. The respective message is written to a file. Though both adapters are configured to work in an asynchronous way, the file adapter seems to try to return as message. This results in an error message: "Das Interface-Mapping ... ist nicht im Laufzeit-Cache vorhanden". I have updated and checked the runtime cache. The respective mapping program is available and working, since the file adapter writes the send date to the file. So why this message?

Kind regards,

Heiko

Accepted Solutions (1)

Accepted Solutions (1)

stefan_grube
Active Contributor
0 Kudos

The file adapter replies the sent message, when it is addressed in sync mode.

Set in the SOAP sender channel the Quality-of-Service to Exactly-Once to avoid this behavior.

Regards

Stefan

Former Member
0 Kudos

It works fine, thanks.

Message was edited by: Heiko Nolte

Answers (0)