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
