RE: Object lists in axis

2004-10-13 Thread Stevenson, Chris
]Subject: RE: Object lists in axis Great! So if the client is in .NET do I just write my bean as normal extending serializable and deploy it as a WSDD or jws??   Thanks for your help!   -Original Message-From: Stevenson, Chris [mailto:[EMAIL PROTECTED] Sent: 13 October

RE: Object lists in axis

2004-10-13 Thread Stevenson, Chris
vice was a java one?     -Original Message-From: Stevenson, Chris [mailto:[EMAIL PROTECTED] Sent: 13 October 2004 17:02To: '[EMAIL PROTECTED]'Subject: RE: Object lists in axis   Use an array of java beans, beans are serializable without any trouble usi

RE: Object lists in axis

2004-10-13 Thread Stevenson, Chris
Title: Message Use an array of java beans, beans are serializable without any trouble using BeanSerializer.   Create a bean called Person which contains getters/setters for each property plus a default empty constructor.   http://ws.apache.org/axis/java/apiDocs/org/apache/axis/encoding/ser/Be

Local Service Call

2004-10-13 Thread Stevenson, Chris
Title: Message Hello All,   Does anyone know if/how I can call a local service from within a service inside of the same AXIS instance? Also is the container smart enough to know that if I'm calling a web service from within another webservice on the same box it will use the existing deploye