Hi Again,
thanks guys,I already solved it all. My complx data request/response test is working
properly.
I paste below the final code for the service and the test client as well as the
deployment descriptor in case it can be of help for anyone.
Best regards,
jose
Bean Code:
will see how axis sets arguments
> to the call
> object and register serializers/deserializers. It helped me a lot.
>
> Regards,
> Dimuthu.
>
>
>
> - Original Message -
> From: Jose Soler
> To: [EMAIL PROTECTED]
> Sent: Wednesday, September 24, 2003 8:26
Hi,
I am new in Axis and
web services and I am facing a problem with the client implementation of a
webservice that I can not solve.
I have my own bean
as follows:
---
public class
MyStruct {private String a;private String b;
public String
ge