RE: Deserialization problem (SOLVED)

2003-09-25 Thread Jose Soler
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:

Deserialization problem (more)

2003-09-25 Thread Jose Soler
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

Need help deserializing at the client side

2003-09-24 Thread Jose Soler
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