You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-user@axis.apache.org by Falk Sippach <f....@iez.com> on 2005/05/31 15:22:00 UTC

Returning an array from Java Webservice

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.