Re: Need help deserializing at the client side

2003-09-24 Thread Dimuthu Leelarathne
: [EMAIL PROTECTED] Sent: Wednesday, September 24, 2003 8:26 PM Subject: Need help deserializing at the client side 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

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