You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by bu...@apache.org on 2002/10/15 00:01:14 UTC

DO NOT REPLY [Bug 13618] New: - Implicit header support

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: axis-dev@xml.apache.org
        ReportedBy: sylvain.stgermain@cognos.com
                CC: dims@yahoo.com


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.