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 2003/12/10 15:42:13 UTC

DO NOT REPLY [Bug 25402] New: - Cannot mutate request envelope in a server-side handler

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=25402>.
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=25402

Cannot mutate request envelope in a server-side handler

           Summary: Cannot mutate request envelope in a server-side handler
           Product: Axis
           Version: 1.1
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Basic Architecture
        AssignedTo: axis-dev@ws.apache.org
        ReportedBy: chprasad@hotmail.com


We needed to add a soap header to a request message in a handler before the
service sees it. The calls to reqEnvelope.addHeader and
existingHeader.addChildElement are failing silently - i.e., no exception is
produced but the request envelope remains unmodified.