You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by Nadir Amra <am...@us.ibm.com> on 2012/01/26 19:15:31 UTC

AXIS2 matching requests with responses

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