you just have to define the handler in <responseFlow>-tag of your
client-config.wsdd
example:
<responseFlow>
<handler type="java:myPackage.MyHandler" />
</responseFlow>
hope it helps
Greetings from Hamburg/Germany
Seppo
-----Urspr�ngliche Nachricht-----
Von: Lars Girndt [mailto:[EMAIL PROTECTED]]
Gesendet: Freitag, 24. Januar 2003 11:26
An: [EMAIL PROTECTED]
Betreff: handler and client
hello,
is it possible to attach a handler to the clients response flow and if it
is,
how do i do it.
i want to receive a soap attachment part which i successfully added to the
soap message on the server side via a handler. now i want to do it the same
way on the client side.
thanks,
lars girndt