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 Thomas Bolioli <tp...@terranovum.com> on 2004/01/30 17:27:45 UTC

Autogenerated code and SOAP headers

I auto generated some code based on the WSDL file of a web service and 
it requires a username and password to be placed in the headers (as 
opposed to using http auth) and the headers do not seem to be generated 
by the wsdl2java util. Is that the case? Where would I best place that 
code? In a super class to the generated stub or should I modify the 
generated stub?
Thanks,
Tom