If I understand what you are asking:
Take a look at:
setDoMultiRefs(boolean b) on SerializationContextImpl.
I used it to turn off for some custom bean serialization I am doing. Maybe it points you in the direction you need.
Good luck.
Ben
-----Original Message-----
From: Andy Kriger [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, October 29, 2002 4:06 PM
To: Axis-User
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
