You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by GIBERT Philippe RD-BIZZ-SOP <ph...@francetelecom.com> on 2006/03/21 18:13:07 UTC

Correlation between SOAP Request an response handlers?

 hi everybody,
My environment: win XP + Axis 1.2
My problem :
 i need to do correlation (storing each req/response pairs and
calculating roundtrip time )
 between SOAP requests from WS client and SOAP Response/Fault from a
Wservice
I think handler could be a solution, but i don't know :
   - If only one handler (intercepting request Flow and just after
response Flow ) can do the job ?
   - If the handler could be deployed globally in the Axis runtime to
intercept all the running web services ?

Any idea or pointer ?

Thanks
philippe