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 James Chiu <jc...@responsys.com> on 2005/05/04 20:30:51 UTC

Access soapheader via proxy classes

Hi,

 

Is it possible to access soapheader through WSDL2Java-generated proxy
classes? In my WSDL file, the binding element specifies a soapheader message
of an input/output tag for an operation binding. I would expect the proxy
classes let me fill in the soapheader data, but I am not sure how to do it
without implementing a "handler".

 

Thanks a lot,

 

James