Re: samples for ArrayList

2003-09-18 Thread Tania Durán
Hi, i´m facing the same problem, and, apart from this, do i have to put any extra code in the service wsdd file? Thanks. - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, September 17, 2003 8:17 PM Subject: RE: samples for ArrayList >

RE: samples for ArrayList

2003-09-17 Thread eric . pinder
gt; sash > > Sashith k > Mascot Systems Ltd. Chennai - India. > & +91-44-230 1236-7-8 X 3328 > > > Live And Let Live > > > -Original Message----- > > From: Bruce Ho [SMTP:[EMAIL PROTECTED] > > Sent: Saturday, August 30, 2003 5:30 AM > > To:

RE: samples for ArrayList

2003-09-02 Thread Bruce Ho
Axis API doc. Bruce > -Original Message- > From: Sashith Kumar [mailto:[EMAIL PROTECTED] > Sent: Saturday, August 30, 2003 2:52 AM > To: [EMAIL PROTECTED] > Subject: RE: samples for ArrayList > > > If u are so perticular to write a serializer/Deserializer for Array

RE: samples for ArrayList

2003-08-30 Thread Sashith Kumar
Message- > From: Bruce Ho [SMTP:[EMAIL PROTECTED] > Sent: Saturday, August 30, 2003 5:30 AM > To: [EMAIL PROTECTED] > Subject: RE: samples for ArrayList > > > I think it is not quite so easy to write a deserializer for the ArrayList. > The custom Deseria

RE: samples for ArrayList

2003-08-30 Thread Bruce Ho
bject: RE: samples for ArrayList From: "Cory Wilkerson" Date: 2003-08-27 18:28:27 [Download message RAW] Seeing as how an ArrayList is an ordered set of items, you could easily write a \ serializer/deserializer pair to handle passing ArrayLists between services. I'm no

RE: samples for ArrayList

2003-08-27 Thread Cory Wilkerson
Seeing as how an ArrayList is an ordered set of items, you could easily write a serializer/deserializer pair to handle passing ArrayLists between services.  I'm not sure if the Axis server side and client side tools already have some deserializer built in for the list interface -- seems like

RE: samples for ArrayList

2003-08-27 Thread Mike Perham
Title: Message I would think arrays would work better since they are typed.  That is just a guess though. -Original Message-From: Bruce Ho [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 27, 2003 1:00 PMTo: [EMAIL PROTECTED]Subject: samples for ArrayList Does anyo