hi,
i am using axis 1.1
on resin 2.1.10 and am trying to send header level authentication info to a
service. from previous posts and some other research i have gathered that
using handlers would be the right way to go about it. however, i cannot
seem to find any documentation or sample code on how to use handlers to
manipulate the header of a SOAP envelope before it is sent out to the
service.
i am using
WSDLToJava to generate the stub objects instead of the DII way of using the Call
object.
any help is greatly
appreciated.
tia.
ps: the
setUsername()/setPassword() solution does not work for my
case.
