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 Jan-Olav Eide <Ja...@ergo.no> on 2002/10/02 15:22:43 UTC

client-config.wsdd

Under what circumstances is such a configuration file required on the client
side ? 


Re: client-config.wsdd

Posted by James Casey <ja...@cern.ch>.
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 ? 
> 
>