Return-Path: Delivered-To: apmail-ws-axis-user-archive@www.apache.org Received: (qmail 3515 invoked from network); 27 Aug 2006 18:10:14 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 27 Aug 2006 18:10:14 -0000 Received: (qmail 91400 invoked by uid 500); 27 Aug 2006 18:10:04 -0000 Delivered-To: apmail-ws-axis-user-archive@ws.apache.org Received: (qmail 91376 invoked by uid 500); 27 Aug 2006 18:10:04 -0000 Mailing-List: contact axis-user-help@ws.apache.org; run by ezmlm Precedence: bulk Reply-To: axis-user@ws.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list axis-user@ws.apache.org Received: (qmail 91365 invoked by uid 99); 27 Aug 2006 18:10:04 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 27 Aug 2006 11:10:03 -0700 X-ASF-Spam-Status: No, hits=1.4 required=10.0 tests=DNS_FROM_RFC_POST X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [12.161.72.105] (HELO vscan4.vignette.com) (12.161.72.105) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 27 Aug 2006 11:10:03 -0700 Received: from vscan4.vignette.com ([10.20.16.166]) by vscan4.vignette.com with Microsoft SMTPSVC(5.0.2195.6713); Sun, 27 Aug 2006 13:09:36 -0500 Received: From omail2.vignette.com ([10.20.16.44]) by vscan4.vignette.com (WebShield SMTP v4.5 MR1a); id 115670217686; Sun, 27 Aug 2006 13:09:36 -0500 Received: from vignette.com (redcloud.vignette.com [10.20.48.57]) by omail2.vignette.com (8.12.9/8.12.2) with ESMTP id k7RI9Z6e019378 for ; Sun, 27 Aug 2006 13:09:35 -0500 (CDT) Message-ID: <44F1DFE0.20705@vignette.com> Date: Sun, 27 Aug 2006 13:09:36 -0500 From: rp johns User-Agent: Mozilla Thunderbird 0.5 (Windows/20040207) X-Accept-Language: en-us, en MIME-Version: 1.0 To: axis-user@ws.apache.org Subject: side effect of axis logging eliminates SAXParseException Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 27 Aug 2006 18:09:36.0742 (UTC) FILETIME=[F4CCE860:01C6CA03] X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Switched from axis 1.2 to axis 1.4. This introduced a SAXParseException ( XML document structures must start and end within the same entity) when parsing he response of a service call. I added directives to the WSDD file to turn on axis logging so I could look at the soap and perhaps see the problem. However, with logging enabled the problem goes away. Something must be getting initialized in such a way as to allow the successful parsing of the response. Here's what I've added to the WSDD: to the globalConfiguration element: and a handler: I've already tried using just the 'disablePrettyXML' parameter, but without the 'requestFlow' and 'handler' specifications, the parser error occurs. Anyone know what's happening here? What side effect of enabling the logging is curing the problem? Obviously, I can't leave logging enabled indefinitely, so I'd like to find a way to employ the side effect with out the logging. thanks -- rp johns software factotum --------------------------------------------------------------------- To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org For additional commands, e-mail: axis-user-help@ws.apache.org