Re: Deserializing an Array of Beans

2003-07-10 Thread Andreas Bohnert
of Beans Hi there, I can't find a solution for deserializing an array of beans in my client application. I have a method in my webservice which looks like that: public MyBean[] getMyBeans() { ... } This mehod returns an array of MyBean objects. When calling this mehtod from my

Re[2]: Deserializing an Array of Beans

2003-07-10 Thread Andreas Meier
Hello Andreas, Thursday, July 10, 2003, 11:45:52 AM, you wrote: AB did you try the wdsl2java generated code? AB use -t for gerating a testcase and look at the code.. AB for me it works fine! Yes. It's working now. My client code was wrong. I'm now using some code from the generated testcases.

Deserializing an Array of Beans

2003-07-09 Thread Andreas Meier
Hi there, I can't find a solution for deserializing an array of beans in my client application. I have a method in my webservice which looks like that: public MyBean[] getMyBeans() { ... } This mehod returns an array of MyBean objects. When calling this mehtod from my browser I can see

??,?: Deserializing an Array of Beans

2003-07-09 Thread James Liao
there, I can't find a solution for deserializing an array of beans in my client application. I have a method in my webservice which looks like that: public MyBean[] getMyBeans() { ... } This mehod returns an array of MyBean objects. When calling this mehtod from my browser I can see