M
Mario Rodriguez
Hi, I'm in a big problem because my implementation of a webService that
returns an ArrayList object have a weird behaviour. On the client side,
instead of return an ArrayList object, returns an object[] !!!!. This is
normal or correct ????????
My other problem is that the ArrayList (and object[]) contains references to
an object My Container, that is out the namespace of the webService (so I've
to add the reference to MyContainer in both the client side and the
webService) but on the client side, when I try read the objects from the
object[] I got a castException due to the objectArray contains instances of
webService.namespace.MyContainer and not of
myContainer.namespace.MyContainer.
I'm not sure what is happening in both situations, that if someone can give
me a helping hand, I'll thank you a lot
returns an ArrayList object have a weird behaviour. On the client side,
instead of return an ArrayList object, returns an object[] !!!!. This is
normal or correct ????????
My other problem is that the ArrayList (and object[]) contains references to
an object My Container, that is out the namespace of the webService (so I've
to add the reference to MyContainer in both the client side and the
webService) but on the client side, when I try read the objects from the
object[] I got a castException due to the objectArray contains instances of
webService.namespace.MyContainer and not of
myContainer.namespace.MyContainer.
I'm not sure what is happening in both situations, that if someone can give
me a helping hand, I'll thank you a lot