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
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
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,
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
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