You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by Christian Schmitz <cs...@pironet-ndh.com> on 2002/06/24 14:39:45 UTC

Is it possble to serialze without using multiref???

Hi,
axis uses multiref Tags when it serelizes Arrays, Vectors usw. 
.NET doesn't use this, is it possible to serialize without using multiref?

Christian

Re: Is it possble to serialze without using multiref???

Posted by Heitzso <he...@bellsouth.net>.
I ran into this a couple of weeks ago ... in
your axis web app tree, find the server-config.wsdd
file.  Look for the "sendMultiRefs" parameter and
set it to false.

 <globalConfiguration>
  <parameter name="sendMultiRefs" value="false"/>
 </globalConfiguration>
 


On Mon, 2002-06-24 at 08:39, Christian Schmitz wrote:
> Hi,
> axis uses multiref Tags when it serelizes Arrays, Vectors usw. 
> .NET doesn't use this, is it possible to serialize without using multiref?
> 
> Christian