I tried with tomcat 5.0 and it worked. what error you getting when you try to get wsdl? could you please post the error log?
Chinmoy On Tue, Jun 2, 2009 at 2:27 AM, Norio Sasagawa <n-sasag...@ka2.so-net.ne.jp>wrote: > Dear All, > > I'm using Tomcat 6.0 and Axis 1.4. > Is it possible to send and receive my own Java class object? > I tried to make a wsdl file by "http://localhost:8080/axis/Test.jws?wsdl", > but it failed. > What's wrong? > > My own Java class is below. > > public class myReturnInfo { > String result; > String[] resultDetail; > } > > My client code is below. > > myReturnInfo ret = (myReturnInfo) call.invoke( new Object [] { sTring, > localeString }); > > Any help would be appreciated. > Thanks in advance. > > Norio Sasagawa > >