How would you do performance monitoring on the client side.. using client-config.wsdd.. I was unable to invoke the same handler for request and response to calculate response time. Any ideas?
I've asked this question earlier too. -- Rajal -----Original Message----- From: James Casey [mailto:[EMAIL PROTECTED]] Sent: Wednesday, October 02, 2002 6:29 AM To: [EMAIL PROTECTED] Subject: Re: client-config.wsdd Whenever you need to modify any aspect of the request or response flow on the client side, for instance to add a client side handler that might modify/monitor the request/response. Examples include * client side logging/debugging * Performance moitoring * adding authorization/ digital signatures. etc... j. -- Jan-Olav Eide wrote: > Under what circumstances is such a configuration file required on the client > side ? > >