When I log a MessageExchange before a call to sendSync() I get output:
MessageExchange[
id: ID:B-0320-2587-1155829316188-28:0
status: Active
role: consumer
service: {http://nettoolkit.gestalt.com/encoding}encoding
in: <?xml version="1.0" encoding="UTF-8"?><UOB version="0.5">.......
After a succesful call to sendSync() I get output:
null
Here is my code:
log.debug("sending MessageExchange\n" + encodingInOutME);
this.context.getDeliveryChannel().sendSync(encodingInOutME);
log.debug("received MessageExchange\n" + encodingInOutME);
The MessageExchange is valid and can be successfully processed. Any ideas?
--
View this message in context:
http://www.nabble.com/MessageExchange.toString-returns-%22null%22-after-call-to-sendSync%28%29-tf2122977.html#a5856467
Sent from the ServiceMix - User forum at Nabble.com.