Works great. My mozilla 1.0rc3 javascript soap client doesn't have any problem deserializing the inline (non-href'ed) data structures.
Do you by any chance know if it's possible to control that setting deeper down in the configuration to provide a finer grained control over whether a specific service or operation uses hrefs/multirefs or not? Thanks!! Heitzso On Tue, 2002-06-04 at 23:40, Vidyanand Murunikkara wrote: > > HI Heitzso > > If the problem you are trying to solve is to prevent the axsi server > from sending multi refs then it is very much possible and can be done in > the server-config.wsdd. > > Look for <parameter name="sendMultiRefs" value="true"/> inside > /deployment/globalConfiguration . Just change the value of this > paramter to false. > > Hope this helps > Vidyanand.