Return-Path: Delivered-To: apmail-httpd-users-archive@www.apache.org Received: (qmail 77086 invoked from network); 11 Apr 2006 14:11:38 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 11 Apr 2006 14:11:38 -0000 Received: (qmail 85946 invoked by uid 500); 11 Apr 2006 14:11:27 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 85927 invoked by uid 500); 11 Apr 2006 14:11:27 -0000 Mailing-List: contact users-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: users@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list users@httpd.apache.org Received: (qmail 85916 invoked by uid 99); 11 Apr 2006 14:11:27 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 11 Apr 2006 07:11:27 -0700 X-ASF-Spam-Status: No, hits=1.9 required=10.0 tests=DNS_FROM_RFC_ABUSE,DNS_FROM_RFC_POST,MSGID_FROM_MTA_HEADER,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of dmitri10@hotmail.com designates 65.54.229.46 as permitted sender) Received: from [65.54.229.46] (HELO hotmail.com) (65.54.229.46) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 11 Apr 2006 07:11:26 -0700 Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Tue, 11 Apr 2006 07:11:05 -0700 Message-ID: Received: from 65.54.229.220 by by110fd.bay110.hotmail.msn.com with HTTP; Tue, 11 Apr 2006 14:11:03 GMT X-Originating-IP: [141.202.248.12] X-Originating-Email: [dmitri10@hotmail.com] X-Sender: dmitri10@hotmail.com In-Reply-To: <200604110837.13120.nick@webthing.com> From: "dmitri zelikov" To: users@httpd.apache.org Cc: nick@webthing.com Date: Tue, 11 Apr 2006 10:11:03 -0400 Mime-Version: 1.0 Content-Type: text/plain; format=flowed X-OriginalArrivalTime: 11 Apr 2006 14:11:05.0442 (UTC) FILETIME=[C5985420:01C65D71] X-Virus-Checked: Checked by ClamAV on apache.org Subject: Re: [users@httpd] Content-type on SOAP fault X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hi Nick. Thanks for the reply. The SOAP fault is an authentication failure SOAP fault. Client.Authentication Authentication Failure. I am an authentication/authorization engine running in the background. An xml request is sent and the user is not authenticated. As a response, I want to send a SOAP fault back. The SOAP fault is as above. With this I set the response code to 500. The content-type I set using the request_rec is text/xml but it shows up as text/html;charset=... Please let me know if you need more information. Thanks. >From: Nick Kew >Reply-To: users@httpd.apache.org >To: users@httpd.apache.org >Subject: Re: [users@httpd] 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 abandons normal >processing, and serves an ErrorDocument instead. > >If you'd said what you're trying to do, or even what a >"soap fault" is, it might be easier to help. > >-- >Nick Kew > >--------------------------------------------------------------------- >The official User-To-User support forum of the Apache HTTP Server Project. >See for more info. >To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org > " from the digest: users-digest-unsubscribe@httpd.apache.org >For additional commands, e-mail: users-help@httpd.apache.org > _________________________________________________________________ Express yourself instantly with MSN Messenger! Download today - it's FREE! http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/ --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See for more info. To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org " from the digest: users-digest-unsubscribe@httpd.apache.org For additional commands, e-mail: users-help@httpd.apache.org