RE: org.apache.axis.encoding.FieldTarget bug?

2003-09-04 Thread Bruce Ho
I am answering my own posting after finding out a few things. Apparently, FieldTarget is meant to be used for public fields. For other qualifiers (eg. Protected, private, etc.), use MethodTarget or BeanPropertyTarget. Bruce > -Original Message- > From: Bruce Ho [mailto:[EMAIL PRO

RE: samples for ArrayList

2003-09-02 Thread Bruce Ho
List, > u can refer the code of vector serailization/deserialization which is > already supported by AXIS > > sash > > Sashith k > Mascot Systems Ltd. Chennai - India. > & +91-44-230 1236-7-8 X 3328 > > > Live And Let Live > > > -Original

RE: samples for ArrayList

2003-08-30 Thread Bruce Ho
e it. -----Original Message- From: Bruce Ho [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 27, 2003 1:00 PM To: [EMAIL PROTECTED] Subject: samples for ArrayList Does anyone out there have a working sample for passing an ArrayList (of user \ generated objects) using Axis, including Java code,

org.apache.axis.encoding.FieldTarget bug?

2003-08-29 Thread Bruce Ho
I did many tests and it appears that new FieldTarget(value, localName) only works if localName is a public attribute of the class represented by (Object)value. Is this true. Otherwise, it throws a NoSuchFieldException. How can one work with this limitation? Does this mean you can not write custom

samples for ArrayList

2003-08-27 Thread Bruce Ho
Does anyone out there have a working sample for passing an ArrayList (of user generated objects) using Axis, including Java code, wsdl, and wsdd? Is it only a myth that an ArrayList can be passed? The numerous postings in this group suggest that no one has had any luck with this.   Bruce