Hi Willem, I sorted issue, Apache camel is not providing response if it contain any exception from server like following, but it suppose to send back response to processor, its not HTTP error.
Or i suppose to handle such errors with some onException???? <?xml version="1.0" encoding="utf-8"?> <methodResponse> <fault> <value> <struct> <member> <name>faultCode</name> <value><i4>1003</i4></value> </member> <member> <name>faultString</name> <value><string>Data out of bounds</string></value> </member> </struct> </value> </fault> </methodResponse> Regards -- View this message in context: http://camel.465427.n5.nabble.com/camel-xmlrpc-response-not-showing-tp5748275p5748319.html Sent from the Camel - Users mailing list archive at Nabble.com.
