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
