Return Array of Own Type

2004-11-01 Thread Tino Schöllhorn
Hi there, I am fairly new to Axis. But so far everything (exception the following issue) is working fine. I defined a webservice and made some tests roughly it has the following interface: class MyService { public String getTheString(); public String[] getTheStringArray();

Re: Return Array of Own Type

2004-11-01 Thread Tino Schöllhorn
Hi, sorry I forgot to mention that I am using Axis 1.2Rc1 Tino Schöllhorn wrote: Hi there, I am fairly new to Axis. But so far everything (exception the following issue) is working fine. I defined a webservice and made some tests roughly it has the following interface: class MyService {

Re: Return Array of Own Type

2004-11-01 Thread Tino Schöllhorn
Hey - I just found out. After a long time of struggling. How sad, that this part is not better documented at the Axis-Website. With regards Tino Tino Schöllhorn wrote: Hi there, I am fairly new to Axis. But so far everything (exception the following issue) is working fine. I defined a webservice