Return-Path: Delivered-To: apmail-ws-axis-user-archive@www.apache.org Received: (qmail 86373 invoked from network); 28 Jan 2010 22:07:59 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 28 Jan 2010 22:07:59 -0000 Received: (qmail 30301 invoked by uid 500); 28 Jan 2010 22:07:56 -0000 Delivered-To: apmail-ws-axis-user-archive@ws.apache.org Received: (qmail 30242 invoked by uid 500); 28 Jan 2010 22:07:56 -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 30233 invoked by uid 99); 28 Jan 2010 22:07:56 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 28 Jan 2010 22:07:56 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of kalbakk@gmail.com designates 209.85.218.219 as permitted sender) Received: from [209.85.218.219] (HELO mail-bw0-f219.google.com) (209.85.218.219) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 28 Jan 2010 22:07:48 +0000 Received: by bwz19 with SMTP id 19so109282bwz.8 for ; Thu, 28 Jan 2010 14:07:28 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=J3Ueh3db8FUCA7nvzqcTAv5KVJ0Vacw+ktZN1fFreAc=; b=Rd0Pig218FtSrIYJsmohGzBjCOqvNy2a7kDMawOTs4qMKVA4Lz7Y3uvtzoUa8EXoU7 lS7QaknivzXOcXwdJlIWo120kTYGJLJiBN8/CSJ3UmwGBPIR4ZLOHazoexTVgkoyqPVi COl9LmjCnrZtx1TA7+zug3DixBRA32kQFamPw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=VNV/8YJbztkeSAHltMVbs9l0F9iW5VXoNknZ6Qo40Q8wk4w3z9+Cta8RyHq5UEcpwE PRV2ODAhhhXOZHw3CsWotPvQuBgAV5AlmMFWWIY0wKsOvljbdfb9kXZsB48LyBjwW88S eWFvkOHopOBEmb1BJdjmREESg+071ah95DTyU= MIME-Version: 1.0 Received: by 10.103.76.37 with SMTP id d37mr5694489mul.105.1264716443664; Thu, 28 Jan 2010 14:07:23 -0800 (PST) In-Reply-To: <1a6fd8661001280048x4c694ea2u5a14d6e1ab7f2b00@mail.gmail.com> References: <1a6fd8661001280048x4c694ea2u5a14d6e1ab7f2b00@mail.gmail.com> Date: Thu, 28 Jan 2010 23:07:23 +0100 Message-ID: <1a6fd8661001281407k2a4bd418o37aaf16b28b9ab7@mail.gmail.com> Subject: Re: Problem using complex types from Doc/Lit web service From: =?ISO-8859-1?Q?B=E5rd_Kalbakk?= To: axis-user@ws.apache.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org Just an update. The web service is actually using RPC/Encoded SOAP, so I was wrong about that. However, I managed to get this working very well with Axis1.4. All it took was to disable multi-reference values with "sendMultiRefs=3Dfalse", and it works without a hitch. B=E5rd. 2010/1/28 B=E5rd Kalbakk : > Hello > > I have a Document/Literal web service with some complex types, such as th= is: > > > > > > > > > > > Some methods return Arrayofint where expected, but the problem is that > I cannot access the elements inside this ArrayofInt. ArrayofInt > doesn't expose any 'Array' methods or logic. > Definition of ArrayOfint: > public interface ArrayOfint extends org.xmlsoap.schemas.soap.encoding.Arr= ay > > Is Axis2 failing at mapping the complex types? I can use all other > methods at the web service that doesn't include these complex types. > > B=E5rd. >