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
>
>
>
>

Reply via email to