Hi, I have an web application that uses Axis2 1.6.2 to connect to diferent webservices. The underlying protocol is HTTP, so it uses httpcore-4.0 to connect to the server. My problem is that for auditory reasons I need to log the requests and responses received from a particular webservice, but the other webservices should not be logged. I know I can setup httpclient.wire.content to DEBUG in order to log the content of the request/responses, but how I can do that dynamically depending on the server the request is going to?
Thanks JL
