Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
-
Axis2/C on 64 bit linux with Apache2 HTTP server module. Apache HTTP server version Apache/2.0.59
Description
When I try return a soap fault, the server sends a 500 Internal Server error to the client. Chris Darroch created a JIRA issue late last year about this bug here => https://issues.apache.org/jira/browse/AXIS2C-328 but I dont think the bug has been fixed. If I sue the simple axis2 http server, the client successfully receives the soap faul. I used TcpMon to capture the response and this is what the client sees:
HTTP/1.1 500 Internal Server Error Date: Tue, 21 Aug 2007 17:39:55 GMT Server: Apache/2.0.59 (rPath) Content-Length: 613 Connection: close Content-Type: text/html; charset=iso-8859-1 <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>500 Internal Server Error</title>
</head><body>
<h1>Internal Server Error</h1>
<p>The server encountered an internal error or
misconfiguration and was unable to complete
your request.</p>
<p>Please contact the server administrator,
root@localhost and inform them of the time the error occurred,
and anything you might have done that may have
caused the error.</p>
<p>More information about this error may be available
in the server error log.</p>
<hr>
<address>Apache/2.0.59 (rPath) Server at 168.159.116.42 Port 80</address>
</body></html>