DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=13618>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=13618 Implicit header support Summary: Implicit header support Product: Axis Version: 1.0-rc1 Platform: All OS/Version: All Status: NEW Severity: Enhancement Priority: Other Component: WSDL processing AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] CC: [EMAIL PROTECTED] Ok, here it is the cvs diff as of today (monday oct 14 2002) This untested change does: - Add functionality to the WSDL2Java process, by adding handling of soap:header entries. This solution is quite partial, it only deals with client side header management. i.e. everything a consumer of a web service needs is available through the Stub (getHeader() and setHeader()). The header objects are cached in the ServiceContext object accessible from the Stub class. Response's header objects replace the cached versions in the ServiceContext so sucessive calls send updated headers.