A session id can be created using java.util.UUID . MessageContext has I believe the other info you're looking for - see the list of get*() methods.

HTH,
Robert
http://www.braziloutsource.com

On 3/22/06, GIBERT Philippe RD-BIZZ-SOP < [EMAIL PROTECTED]> wrote:

Greg
Thanx a lot .. I have seen the source of LogHandler , not far from my problem
But i think, i also need :
        - a kind of SessionID to  map a request and a response ( Axis SessionHandler perhaps as a starting point ?)
        - the IP source and destination ( possible at the SOAP handler level or may i put in the chain a handler at transport level?)

Any already developed handler with these requirements ?

Philippe

-----Message d'origine-----
De : Greg Pelly [mailto: [EMAIL PROTECTED]]
Envoyé : mardi 21 mars 2006 18:26
À : axis-user@ws.apache.org
Objet : RE: Correlation between SOAP Request an response handlers?

Philippe,

Yes, add your handler to the <globalConfiguration> of your server-config.wsdd under the <requestFlow> and <responseFlow> and I believe you should be on your way (provided you want the two cases handled identically).

Greg

-----Original Message-----
From: GIBERT Philippe RD-BIZZ-SOP
[mailto:[EMAIL PROTECTED] ]
Sent: Tuesday, March 21, 2006 9:13 AM
To: axis-user@ws.apache.org
Subject: 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




Reply via email to