Hi,

Yes, you can send and receive your own class instances. However you need to
generate the stubs for those classes.

For example; for your myReturnInfo class, the client side also needs to have
the stub.

However while trying this with JWS way, I also received an error message
saying NoClassDef found.

So I would suggest you to create the WSDL and stubs using WSDL2Java and
Java2WSDL tools and deploy using the generated deploy.wsdd file.

HTH,
Kamal

---------------------------------------
Kamal Mettananda
http://lkamal.blogspot.com




On Tue, Jun 2, 2009 at 2:27 AM, Norio Sasagawa
<[email protected]>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
>
>

Reply via email to