I have the following set up (using the xbean configurations) on Servicemix 3.3.1:
jms -> wiretap:incoming (file:incomingLog) -> content based router -> pipeline (xslt) -> wiretap:outgoing (file:outgoingLog) -> http provider (3rd party web service call) I can successfully send requests to the provider, but I'd like to log the response from the http call. I was hoping I could use the outListener (to say file:responseLog) of the existing wiretap:outgoing that I already have set up, but my outListener never receives any messages. What's the proper way to pick up the response from the http provider endpoint so I can log it? Thanks for your assistance. Please let me know if I can provide more information. -- View this message in context: http://www.nabble.com/Logging-Response-of-an-http-provider-tp25656882p25656882.html Sent from the ServiceMix - User mailing list archive at Nabble.com.
