I am using dynamic client to call a web service that returns an ArrayList
<Order>.  Order is a java bean.
The first element of the returned object array (result[0]) I expect to be an
ArrayList containing Order objects, since that's what the service method
builds and returns.  I have verified that it is returning the ArrayList of
Order objects.
Instead, back in the client it seems to be of the type DocumentImpl which
generates a ClassCastException when I try to process it as an ArrayList of
Orders.
How should I correctly process the returned object?  Or is there some issue
with the service configuration?
Thanks...
-- 
View this message in context: 
http://www.nabble.com/Web-Service-Return-Type-tf3237134.html#a8997173
Sent from the XFire - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe from this list please visit:

    http://xircles.codehaus.org/manage_email

Reply via email to