netty - Apache Camel: How to read a multi-line XML response using netty4:tcp -
only xml declaration being returned since textline, without textline not work. isn't there decode codec this?
the following being used send message:
.recipientlist(simple("netty4:tcp://$simple{property.server}:{{server.port}}?textline=true&sync=true"))
but first line of xml response containing xml declaration statement being returned:
<?xml version="1.0"?>
Comments
Post a Comment