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/01/31 01:31:00 UTC

DO NOT REPLY [Bug 16623] New: - when Axis faults are generated from HTTP faults, can we have the error code in a separate detail

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

when Axis faults are generated from HTTP faults, can we have the error code in a separate detail

           Summary: when Axis faults are generated from HTTP faults, can we
                    have the error code in a separate detail
           Product: Axis
           Version: future (enh)
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Enhancement
          Priority: Other
         Component: Basic Architecture
        AssignedTo: axis-dev@xml.apache.org
        ReportedBy: stevel@apache.org


When errors like 404 get sent from a server and turned into AxisFaults, it would
be nice to have the error code extracted into a separate fault detail, so you
dont need to parse the error string to look for it.