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: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] 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.