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: [EMAIL PROTECTED] Subject: Re: multiRef? call.getService().getEngine() .setOption(org.apache.axis.AxisEngine.PROP_DOMULTIREFS, new Boolean(false)); Jeff ----- Original Message ----- From: "Andy Kriger" <[EMAIL PROTECTED]> To: "Axis-User" <[EMAIL PROTECTED]> 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: > > <globalConfiguration> > <parameter name="sendMultiRefs" value="false"/> > </globalConfiguration> > > 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 > > > >
