Hello, some weeks ago I've tested Axis C++ with a Java Axis webservice. It worked well as long as I returned simple Java beans.
Now my Java webservice returns an array of beans. How does it work in my C++ client. Does it work at all? I'm not a good C++ programmer, but I think, in C++ you need to know how long your array is. In Java you can simply ask for the length. Please give me some hints, maybe a documentation about arrays between Java Axis und C++ Axis. Thanks, Falk.
