Return-Path: Delivered-To: apmail-ws-axis-c-user-archive@www.apache.org Received: (qmail 28842 invoked from network); 21 Aug 2007 05:40:20 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 21 Aug 2007 05:40:20 -0000 Received: (qmail 11406 invoked by uid 500); 21 Aug 2007 05:40:16 -0000 Delivered-To: apmail-ws-axis-c-user-archive@ws.apache.org Received: (qmail 11393 invoked by uid 500); 21 Aug 2007 05:40:16 -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 11380 invoked by uid 99); 21 Aug 2007 05:40:16 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 20 Aug 2007 22:40:16 -0700 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of yuvaraj.a.r@gmail.com designates 66.249.82.226 as permitted sender) Received: from [66.249.82.226] (HELO wx-out-0506.google.com) (66.249.82.226) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 21 Aug 2007 05:40:44 +0000 Received: by wx-out-0506.google.com with SMTP id h29so1467879wxd for ; Mon, 20 Aug 2007 22:39:50 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; b=mx8mZzSRTOaTPZ18NX9kmrCs3KitlYPGUoLN6xAdYGYGJcwNXLpKnPjwOA730Ro7exkQJIoEqQk0khCmww2zRpILugtybKabpWVW3ZT1D+r0nDoj/eFV+0zDjyZOi/PRdFWAuYOrdqO4f2U0wyXozU4z4nYOvMGeu4c0BZChMCU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type; b=qG/caxj7ckN1VXCfpFqYKvjBO0oHhAs92lhax8kjO9e3g5IIirWsEzZ64pddzki8Jo16MON3N6VZGc3Uwi9o8Dpg/N0fd7EF96kZghSFmAmLbS7PIequFt0RR59yVvFll/m+Sygb+wZbZHk3ieTHgY5AUT1bxYvErZyERphOdkI= Received: by 10.70.33.8 with SMTP id g8mr12036463wxg.1187674790039; Mon, 20 Aug 2007 22:39:50 -0700 (PDT) Received: by 10.100.126.16 with HTTP; Mon, 20 Aug 2007 22:39:50 -0700 (PDT) Message-ID: <10505d5c0708202239v33351f5dpd676783d5a266aa2@mail.gmail.com> Date: Tue, 21 Aug 2007 11:09:50 +0530 From: "Yuvaraj Athur Raghuvir" To: "Apache AXIS C User List" Subject: Error in axiom_document_build_all MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_108020_27055418.1187674790006" X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_108020_27055418.1187674790006 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Hello, [Context]: Invoking axis2 as dlls from a scripting language called J ( www.jsoftware.com) [Environment]: Using proxy [Based on]: Yahoo sample that works perfectly fine with the same set of dlls. Code translated into scripting language. During the building of the xml file to be sent, I get the following errors: [Tue Aug 21 10:53:03 2007] [debug] c:\08.utils\axis2\axis2c- src-1.0.0\axis2c-src-1.0.0\src\core\engine\phase.c(113) axis2_handler_t *request_uri_based_dispatcher added to the index 0 of the phase Transport [Tue Aug 21 11:01:51 2007] [error] ..\..\axiom\src\parser\libxml2\libxml2_reader_wrapper.c(886) attributes construct error -- SEVERITY_ERROR [Tue Aug 21 11:01:51 2007] [error] ..\..\axiom\src\parser\libxml2\libxml2_reader_wrapper.c(886) Couldn't find end of Start Tag parameter -- SEVERITY_ERROR [Tue Aug 21 11:01:51 2007] [error] ..\..\axiom\src\parser\libxml2\libxml2_reader_wrapper.c(886) Opening and ending tag mismatch: parameter line 0 and transportSender -- SEVERITY_ERROR [Tue Aug 21 11:01:51 2007] [error] ..\..\axiom\src\parser\libxml2\libxml2_reader_wrapper.c(427) error occured in reading xml stream I believe that this later leads to error in send and so the receive fails. Any suggestions? Regards, Yuva ------=_Part_108020_27055418.1187674790006 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Hello,

[Context]: Invoking axis2 as dlls from a scripting language called J (www.jsoftware.com)
[Environment]: Using proxy
[Based on]: Yahoo sample that works perfectly fine with the same set of dlls. Code translated into scripting language.


During the building of the xml file to be sent, I get the following errors:
[Tue Aug 21 10:53:03 2007] [debug] c:\08.utils\axis2\axis2c- src-1.0.0\axis2c-src-1.0.0\src\core\engine\phase.c(113) axis2_handler_t *request_uri_based_dispatcher added to the index 0 of the phase Transport
[Tue Aug 21 11:01:51 2007] [error] ..\..\axiom\src\parser\libxml2\libxml2_reader_wrapper.c(886) attributes construct error
 -- SEVERITY_ERROR
[Tue Aug 21 11:01:51 2007] [error] ..\..\axiom\src\parser\libxml2\libxml2_reader_wrapper.c(886) Couldn't find end of Start Tag parameter
 -- SEVERITY_ERROR
[Tue Aug 21 11:01:51 2007] [error] ..\..\axiom\src\parser\libxml2\libxml2_reader_wrapper.c(886) Opening and ending tag mismatch: parameter line 0 and transportSender
 -- SEVERITY_ERROR
[Tue Aug 21 11:01:51 2007] [error] ..\..\axiom\src\parser\libxml2\libxml2_reader_wrapper.c(427)  error occured in reading xml stream

I believe that this later leads to error in send and so the receive fails.

Any suggestions?

Regards,
Yuva

------=_Part_108020_27055418.1187674790006--