Re: Siteminder & Axis

2004-07-22 Thread Andreas Meier
Hello Coolin, Thursday, July 22, 2004, 10:21:53 PM, you wrote: CD> And if you dont have transaction minder than go for CD> form based CD> authentication than connect to server using java CD> cleint get the jsession CD> id than pass it along with Axis Soap Request which i CD> dont think a good

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 th