Is this question about using client side handlers or using them to add
attachments to outgoing soap messages? Well if its the former look
below, if its the latter, I cant remember the code for adding
attachments straight of the top of my head though there a few examples
on the web...

Client side handlers can only be invoked through code... or thats what
seems to be the consenus here...

In java first you have to create an object of your handler. So if your
request handler is called loghandler then:

loghandler log = new loghandler();

Then if your using Dynamic invocation its just call.setclientHandlers(log,null)

Its similar for response handlers too.

Sorry if this has no bearing on your project... Just hope to point you
in the right direction....

Dan


On 5/9/05, Vjeran Marcinko <[EMAIL PROTECTED]> wrote:
> Hi.
> 
> I think that answer to my question - how to set attacments before calling
> some action on WSLD2Java-gnerated stub, can lie in client handlers, but
> unfortunately, documentation isn't still available :
> http://ws.apache.org/axis/java/client-side-axis.html#ConfiguringClient-sideHandlers
> 
> So, can someone give me some example ?
> 
> -Vjeran
> 
> --
> No virus found in this outgoing message.
> Checked by AVG Anti-Virus.
> Version: 7.0.308 / Virus Database: 266.11.5 - Release Date: 4.5.2005
> 
>

Reply via email to