Re: [EMAIL PROTECTED] Content-type on SOAP fault

2006-04-11 Thread dmitri zelikov
@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

[EMAIL PROTECTED] Content-type on SOAP fault

2006-04-10 Thread dmitri zelikov
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 -