Hi all,
After the IS received a SOAP request successfully and sent it to the Adapter Engine I get an IOException in my SOAP Adapter (I configured a SOAP communication channel). From my RWB I can see:
2005-08-12 10:53:17 Success SOAP: request message entering the adapter
2005-08-12 10:53:17 Success SOAP: completed the processing
2005-08-12 10:53:18 Success The message was successfully received by the messaging system. Profile: XI URL: http://ecsap:50000/MessagingSystem/receive/AFW/XI
2005-08-12 10:53:18 Success Using connection AFW. Trying to put the message into the receive queue.
2005-08-12 10:53:18 Success Message successfully put into the queue.
2005-08-12 10:53:18 Success The message was successfully retrieved from the receive queue.
2005-08-12 10:53:18 Success The message status set to DLNG.
2005-08-12 10:53:18 Success Delivering to channel: J2E_ReceiverChannel_SOAP
2005-08-12 10:53:18 Success SOAP: request message entering the adapter
2005-08-12 10:53:18 Error SOAP: error occured: java.io.IOException: invalid content type for SOAP: TEXT/HTML
2005-08-12 10:53:18 Error Exception caught by adapter framework: invalid content type for SOAP: TEXT/HTML
2005-08-12 10:53:18 Error Delivery of the message to the application using connection AFW failed, due to: invalid content type for SOAP: TEXT/HTML.
2005-08-12 10:53:18 Success The asynchronous message was successfully scheduled to be delivered at Fri Aug 12 10:58:18 CEST 2005.
2005-08-12 10:53:18 Success The message status set to WAIT.
Please help if possible! Thanks!
Denis