Return-Path: Delivered-To: apmail-ws-axis-c-user-archive@www.apache.org Received: (qmail 13037 invoked from network); 18 Nov 2004 05:40:14 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 18 Nov 2004 05:40:14 -0000 Received: (qmail 4802 invoked by uid 500); 18 Nov 2004 05:40:11 -0000 Delivered-To: apmail-ws-axis-c-user-archive@ws.apache.org Received: (qmail 4786 invoked by uid 500); 18 Nov 2004 05:40:11 -0000 Mailing-List: contact axis-c-user-help@ws.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: List-Id: "Apache AXIS C User List" Reply-To: "Apache AXIS C User List" Delivered-To: mailing list axis-c-user@ws.apache.org Received: (qmail 4773 invoked by uid 99); 18 Nov 2004 05:40:11 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy includes SPF record at spf.trusted-forwarder.org) Received: from [209.68.1.20] (HELO relay.pair.com) (209.68.1.20) by apache.org (qpsmtpd/0.28) with SMTP; Wed, 17 Nov 2004 21:40:08 -0800 Received: (qmail 86592 invoked from network); 18 Nov 2004 05:40:04 -0000 Received: from unknown (HELO dfduc05cq64kja) (unknown) by unknown with SMTP; 18 Nov 2004 05:40:04 -0000 X-pair-Authenticated: 220.247.253.222 Message-ID: <009701c4cd30$8abf1780$0665a8c0@dfduc05cq64kja> From: "sanjaya singharage" To: "Apache AXIS C User List" References: <20041118052430.32129.qmail@web40621.mail.yahoo.com> Subject: Re: 1.3 welcome (/axis) page parse error with expat 1.95.8 Date: Thu, 18 Nov 2004 11:36:22 +0600 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N In Apache 2 module ... req_rec->content_type = (M_POST == req_rec->method_number) ? "text/xml" : "text/html"; In Apache 1.3 module ... req_rec->content_type = "text/xml"; so Apache 2 should work correctly and since Chris is working with 1.3.22 he will get "text/xml". I checked and this is so with 1.3. I think we simply need to replace the line of 1.3 with 2. sanjaya. ----- Original Message ----- From: "Samisa Abeysinghe" To: "Apache AXIS C User List" Sent: Thursday, November 18, 2004 11:24 AM Subject: Re: 1.3 welcome (/axis) page parse error with expat 1.95.8 > Well; on Linux Apache 2.0 sends Content-Type: text/html; > This cannot be different on Windows. > > Apparently there are couple of bugs that need to be fixed in the HTML sent by Axis engine. > (Better create a Jira issue on this) > > Thanks, > Samisa... > > --- sanjaya singharage wrote: > > > probably the Content-Type http header of the returned http request for /axis > > has it set to text/xml. That could be why the browser is trying to parse it > > as xml and not html . > > > > sanjaya. > > > > ----- Original Message ----- > > From: "Christopher J. Campbell" > > To: "Apache AXIS C User List" > > Sent: Thursday, November 18, 2004 8:00 AM > > Subject: RE: 1.3 welcome (/axis) page parse error with expat 1.95.8 > > > > > > Hi again, > > > > FYI I've confirmed that this error is actually coming from the browser > > as it tries to render the /axis page, which indeed is not strictly > > well-formed per XHTML 1.0. (The
tags should be
in addition > > to the border="0" change cited earlier). > > > > What browser are you guys using? I've tried Firefox 1.0, Mozilla 1.7 > > and IE 6.0; none of them can render the /axis page on my system. > > > > By the way the test client binaries run fine so Axis itself is > > functional, which is obviously the important thing. I'll begin coding my > > app tomorrow. > > > > Cheers, > > ChrisC > > > > > > > > -----Original Message----- > > From: Christopher J. Campbell [mailto:Chris.Campbell@AssetSmart.com] > > Sent: Wednesday, November 17, 2004 4:58 PM > > To: axis-c-user@ws.apache.org > > Subject: 1.3 welcome (/axis) page parse error with expat 1.95.8 > > > > Hi, > > > > I'm an Axis newbie, and just configured 1.3 from the Windows binaries > > under WinXPSP2 with Apache 1.3.22 (the version bundled with Oracle > > 9.2.0.5). > > > > I'm using Expat 1.95.8 and get the following when attempting to bring up > > http://localhost/axis > > > > XML Parsing Error: not well-formed > > Location: http://localhost/axis > > Line Number 1, Column 335: > > > > The parser is pointing to a border=0 attribute within a tag. I > > believe the 0 value needs to be quoted. > > > > Has anybody run across this issue before and is there a fix or > > configuration workaround for binary distribution users? > > > > I'll try Xerces right now to see if it behaves differently. > > > > Thanks much, > > ChrisC > > > > > > > > > > > __________________________________________________ > Do You Yahoo!? > Tired of spam? Yahoo! Mail has the best spam protection around > http://mail.yahoo.com > >