Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
When I call the SOAP service with cCXF component(RAW mode) I get back the respons in the log
...BodyType: sun.net.www.protocol.http.HttpURLConnection.HttpInputStream, Body: [Body is instance of java.io.InputStream], Out: null: ]
How can I see the response?
This is my setting
in a cProcessor,
system.out.println(exchange.getIn().getBody(String.class))
in a cProcessor,
system.out.println(exchange.getIn().getBody(String.class))
The one I said in my previous comment : exchange
exchange.getIn().getBody(String.class).
This is very basic route stuff, I guess you should first take time to learn thoses basics