Re: Help needed in writing a deserializer

2002-06-30 Thread Michael K. Dean
Base on what you said I see no reason to write a custom deserializer at all just type map both TransactionId and AccountNumber and let BeanSerializer do the work for you. Michael

Help needed in writing a deserializer

2002-06-30 Thread Naresh Bhatia
Title: Help needed in writing a deserializer I need some help in writing a custom deserializer. I have seen several examples in Axis code, but I am missing the big picture. I am trying to deserialize the class shown below: public class TransactionId {     protected AccountNumber accountNumber

Please HELP! java.lang.IncompatibleClassChangeError:Implementing class

2002-06-30 Thread Ying
Hi,   I'm a beginner of the axis. I got a simple web service deployed called MyEcho, which is just a duplicate version of samples.userguide.example3.MyService. My TestClient works fine with it.   Then I used Java2WSDL, and generated a wsdl file for MyEcho.java. Next, I convert this wsdl file

I need help .....

2002-06-30 Thread Suresh Marella
Title: I need help . Hi ALL, Iam a new user to this mailing list and I have sent a request for subscription. Please mail me directly to this email id. I got the attached code (WidgetPrice) from AXIS eamples. I have followed the procedure and could able to deploy it and the same is appea