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