Re: Interoperability and complex types

2002-10-04 Thread James Black
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

Re: Interoperability and complex types

2002-10-04 Thread Steve Loughran
oad chapter 15 -steve - Original Message - From: "Ben Souther" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, October 04, 2002 6:59 AM Subject: Interoperability and complex types All the interoperability examples that I've seen on the web exchange simple

Interoperability and complex types

2002-10-04 Thread Ben Souther
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 we