I have created the following integration process:
1. Asynchronous receive step of a xml file;
2. Synchronous send step to invoke webservice;
3. Asynchronous send step of the response file.
In this process XI will read a xml file from a directory on the server, convert this file to a SOAP request, call the webservice and convert the SOAP response to a xml file. This file is then sent to the same server directory.
When I look in SXMB_MONI the whole process is set to ok. The response of the webservice is in the payload of the XI response message. (This is the message from my integration process to the inbound message interface.).
But the response file never reached its destination.
When I look at the file adapter monitor it reports: "Up and running - no message processing until now".
And when I look at the message monitoring, there are the following messages:
2005-07-29 11:30:55 Success The message was successfully received by the messaging system.
Profile: XI URL: http://nthvsnw4:50000/MessagingSystem/receive/AFW/XI
2005-07-29 11:30:55 Success Using connection AFW. Trying to put the message into the receive queue.
2005-07-29 11:30:55 Success Message successfully put into the queue.
2005-07-29 11:30:55 Success The message was successfully retrieved from the receive queue.
2005-07-29 11:30:55 Success The message status set to DLNG.
2005-07-29 11:30:55 Error Delivery of the message to the application using connection AFW failed, due to: RecoverableException.
2005-07-29 11:30:55 Success The asynchronous message was successfully scheduled to be delivered at Fri Jul 29 11:35:55 CEST 2005.
2005-07-29 11:30:55 Success The message status set to WAIT.
2005-07-29 11:35:55 Success The message was successfully retrieved from the receive queue.
2005-07-29 11:35:55 Success The message status set to DLNG.
2005-07-29 11:35:55 Error Delivery of the message to the application using connection AFW failed, due to: RecoverableException.
2005-07-29 11:35:55 Success The asynchronous message was successfully scheduled to be delivered at Fri Jul 29 11:40:55 CEST 2005.
2005-07-29 11:35:55 Success The message status set to WAIT.
2005-07-29 11:40:55 Success The message was successfully retrieved from the receive queue.
2005-07-29 11:40:55 Success The message status set to DLNG.
2005-07-29 11:40:55 Error Delivery of the message to the application using connection AFW failed, due to: RecoverableException.
2005-07-29 11:40:55 Success The asynchronous message was successfully scheduled to be delivered at Fri Jul 29 11:45:55 CEST 2005.
2005-07-29 11:40:55 Success The message status set to WAIT.
2005-07-29 11:45:55 Success The message was successfully retrieved from the receive queue.
2005-07-29 11:45:55 Success The message status set to DLNG.
2005-07-29 11:45:55 Error Delivery of the message to the application using connection AFW failed, due to: RecoverableException.
2005-07-29 11:45:55 Error The message status set to NDLV.
I looked at several postings with the subject "Error Delivery of the message to the application using connection AFW failed, due to: RecoverableException", but I could not find any which seems to meet my problem.
I would highly appreciate any help on this.