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
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
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
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