Return-Path: Delivered-To: apmail-ws-axis-user-archive@www.apache.org Received: (qmail 88098 invoked from network); 16 Oct 2007 12:04:35 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 16 Oct 2007 12:04:35 -0000 Received: (qmail 98805 invoked by uid 500); 16 Oct 2007 12:04:15 -0000 Delivered-To: apmail-ws-axis-user-archive@ws.apache.org Received: (qmail 98782 invoked by uid 500); 16 Oct 2007 12:04:15 -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 98771 invoked by uid 99); 16 Oct 2007 12:04:15 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 16 Oct 2007 05:04:15 -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 (athena.apache.org: domain of amunizmartin.axis2@gmail.com designates 209.85.134.185 as permitted sender) Received: from [209.85.134.185] (HELO mu-out-0910.google.com) (209.85.134.185) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 16 Oct 2007 12:04:19 +0000 Received: by mu-out-0910.google.com with SMTP id w1so1899100mue for ; Tue, 16 Oct 2007 05:03:56 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; bh=a7IxlCAlCAj15qCGGn7u2H5BXEeEx63GlTkxpGpn11o=; b=tp9mMuf+1fkym9TMjRiW4kzwBUtvzegBpajQMRmKP9KM8IJtYR/FyxH2GxjVkhQxL3b97+LTBfE0+OgaExLQwe+JcnfS0hULi9WZ1rXN0d3wYlpKH1LYlF+dIbzQyfHSWagykTGPNdGtJG25EoNF1jqlAdRvGJyPIgzC607+Iwg= 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=eg+4S5io6d4iqjEJmuayi3R/FusEbWM8tHaJGLpoxXEgShDJq5ivn0fbS2/tw0rrFodo9ifUv3/4PHNSoOJ6j4Bj4huHOZehT77wK600GzU/7Iq6Whv8s1exe8ciGFzViL1Zwneo9Nwov7RZ6JG8M/1dkABHHz6D/LN1zx8HTA4= Received: by 10.86.81.8 with SMTP id e8mr5851183fgb.1192536236488; Tue, 16 Oct 2007 05:03:56 -0700 (PDT) Received: by 10.86.94.16 with HTTP; Tue, 16 Oct 2007 05:03:56 -0700 (PDT) Message-ID: <3bcd33250710160503u7b798c5dr9861933335ef459e@mail.gmail.com> Date: Tue, 16 Oct 2007 14:03:56 +0200 From: "=?ISO-8859-1?Q?Antonio_Manuel_Mu=F1iz_Mart=EDn?=" To: axis-user Subject: XMLBeans: get methods returns null MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_1571_18495753.1192536236471" X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_1571_18495753.1192536236471 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Hi. I=B4m using XMLBeans data binding. I receive the response Document and I do Foo f =3D response.getFooResponse().getReturn(); Foo has an attribute named foo and f.getFoo() returns null, but f.toString() return a string which contains th= e correct xml (with foo attribute fixed). =BFWhy f.getFoo() returns null? ------=_Part_1571_18495753.1192536236471 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Hi.
I=B4m using XMLBeans data binding. I receive the response Document a= nd I do

Foo f =3D response.getFooResponse().getReturn();

Foo= has an attribute named foo and

f.getFoo() returns null, but f.toStr= ing () return a string which contains the correct xml (with foo attribute fixed= ).

=BFWhy f.getFoo() returns null?
------=_Part_1571_18495753.1192536236471--