@httpd.apache.org
Subject: Re: [EMAIL PROTECTED] Content-type on SOAP fault
Date: Tue, 11 Apr 2006 08:37:08 +0100
On Monday 10 April 2006 15:28, dmitri zelikov wrote:
The content-type I set with
> the SOAP fault is text/xml and response code is set to 500.
500 is Internal Server Error. So Apache
On Monday 10 April 2006 15:28, dmitri zelikov wrote:
The content-type I set with
> the SOAP fault is text/xml and response code is set to 500.
500 is Internal Server Error. So Apache abandons normal
processing, and serves an ErrorDocument instead.
If you'd said what you're trying to do, or even
Hi All,
I have a Web Service returning a SOAP fault. The content-type I set with the
SOAP fault is text/xml and response code is set to 500.
I modify the request_rec struct and set content-type -
m_rq->content_type = "text/xml";
I even changed the headers_out and err_headers_out as below -