RE: WS sends thing[2], client receives thing[9]

2005-11-09 Thread Jarmo Doc
t; ;-) From: "Jarmo Doc" <[EMAIL PROTECTED]> Reply-To: axis-user@ws.apache.org To: axis-user@ws.apache.org Subject: WS sends thing[2], client receives thing[9] Date: Mon, 07 Nov 2005 15:24:34 -0800 I'm using Axis 1.3. My doc/literal WS sends back an array of things, e

WS sends thing[2], client receives thing[9]

2005-11-07 Thread Jarmo Doc
I'm using Axis 1.3. My doc/literal WS sends back an array of things, each of whch can contain an array of other_things. class OtherThing { public String name; public int value; } class Thing { public String id; public OtherThing [] other_things; } If my web service returns one thing that