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

Popular posts from this blog

c# - Validate object ID from GET to POST -

node.js - Custom Model Validator SailsJS -

php - Find a regex to take part of Email -