Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
beta-3
-
None
-
None
-
W2k
Description
If a customer mime header is added to a SOAP Part using the API SOAPPart.addMimeHeader, the header does not propagate as an HTTP header to the client.
The issue is with org/apache/axis/transport/http/AxisServlet.java in the doPost method where it is adding mime headers to the HttpServletResponse if the headers are present in the response message, but it is not checking the SOAPPart to see if any mime headers have been set there.
I am attaching a patch and a test case.