Ben Souther wrote:

> All the interoperability examples that I've seen on the web exchange simple
> data types like Strings and Doubles.  Does anyone know of any examples that
> exchange complex types like Beans.  If I map a return value to a Java Bean,
> does that mean that only Java clients will be able to consume my web
> services?
> Any links to sites or book recommendations would be appreciated.

  I use VS .NET for my C# clients, and I can pass arrays of beans around, and
they are also built up in C#.
  I would avoid using LinkedList and Vector, but bean[] works fine. <g>

Reply via email to