John W. schreef:
> > Hi,
> > I want to call a webservice using a Java proxy I created from a wsdl
[quoted text clipped - 10 lines]
>
> John
Ok John,
WSS4J provides utility methods to enrich a DOM document with a username
token. But in a webservice client you normally just call a Java proxy
class: you don't access the SOAP DOM document. So, is it possible to
enrich the header with the token without accessing the SOAP DOM
document?
Kind regards,
Dirk
John W. - 20 Jun 2006 19:58 GMT
> John W. schreef:
>
[quoted text clipped - 22 lines]
> Kind regards,
> Dirk
The website provides examples of how to use an axis client
configuration file and how to programatically insert a Username Token.
According to the examples you can use the generated java classes but
you will need to call the _setProperty method of the axis Stub class in
order to inject the header.
John