lt;[EMAIL PROTECTED]>
Sent: Monday, April 29, 2002 4:27 PM
Subject: RE: NullPointerException while returning an arbitrary Java object
>
> Did you have 2 constructors, the default and the initializer?
>
> There is a bug in Axis which doesn't handle the case of a missing default
"Vaishakhi
Ajmera" To: <[EMAIL PROTECTED]>
Subjec
lways requires a default constructor (I think the JavaBean patter
requires this).
--
Tom Jordahl
Macromedia
-Original Message-
From: Vaishakhi Ajmera [mailto:[EMAIL PROTECTED]]
Sent: Monday, April 29, 2002 4:34 PM
To: [EMAIL PROTECTED]
Subject: Re: NullPointerException while returni
I was finally able to resolve my issue but the resolution confuses me so I
still need some insight from anyone who can give me some.
My User class that I was trying to return from the webservice has a
constructor as follows
public User(String vFname, String vLname, String vPassword,
String