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/05/15 07:58:17 UTC

DO NOT REPLY [Bug 9100] New: - No Content Response in AxisServlet

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

No Content Response in AxisServlet

           Summary: No Content Response in AxisServlet
           Product: Axis
           Version: nightly
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Major
          Priority: Other
         Component: Basic Architecture
        AssignedTo: axis-dev@xml.apache.org
        ReportedBy: jasnell@us.ibm.com


When the Axis engine does not return a response message to the AxisServlet, the 
servlet sends a 200 OK with a text message indicating that there was no 
message.  As per SOAP 1.2, the AxisServlet needs to return a 204 No Content 
response with no payload content.  The client side code needs to properly 
handle the case where no content is returned rather than throwing an error.