Return-Path: Delivered-To: apmail-xml-axis-user-archive@xml.apache.org Received: (qmail 65721 invoked by uid 500); 29 Oct 2002 21:35:55 -0000 Mailing-List: contact axis-user-help@xml.apache.org; run by ezmlm Precedence: bulk Reply-To: axis-user@xml.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list axis-user@xml.apache.org Received: (qmail 65709 invoked from network); 29 Oct 2002 21:35:55 -0000 From: "Andy Kriger" To: Subject: RE: multiRef? Date: Tue, 29 Oct 2002 16:40:29 -0500 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) In-Reply-To: <03fd01c27f90$be8faba0$6400a8c0@JMG> X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Importance: Normal X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Status: O X-Status: X-Keywords: thanks - that worked perfectly. is there something simliar for the xsi:type attributes that are also in my output? (i tried PROP_SEND_XSI but that didn't do the trick) -----Original Message----- From: Jeff Greif [mailto:jgreif@alumni.princeton.edu] Sent: Tuesday, October 29, 2002 16:19 To: axis-user@xml.apache.org Subject: Re: multiRef? call.getService().getEngine() .setOption(org.apache.axis.AxisEngine.PROP_DOMULTIREFS, new Boolean(false)); Jeff ----- Original Message ----- From: "Andy Kriger" To: "Axis-User" Sent: Tuesday, October 29, 2002 1:06 PM Subject: multiRef? > I've seen postings on the mailing list archive that you can configure Axis > to inline blocks using: > > > > > > I'm not using axis as a webservice, I'm using classes autogenerated by > wsdl2java. How can I accomplish the same goal in code? I can't find a > setting in org.apache.axis.client.Call but maybe I'm missing something. > > thx > andy kriger > > > >