I have a logger module and I was wondering if there is a way to match the SOAP request coming in with the corresponding SOAP response?
That is, is there some sort of identifier that indicates whether a response is associated with a request? I tried org.apache.axis2.context.MessageContext method getLogCorrelationID () but that is always unique - the request message context ID always differs from the response message context ID. Nadir Amra