I tried with a new Entity call Person and the invoke to webservice work!.
Thanks!
On Tue, Sep 23, 2008 at 12:47 PM, Michael Duergner <
[EMAIL PROTECTED]> wrote:
> The exception looks like XFire assumes that there is a property called
> accountNotExpired which has no setter method. As I have nev
The exception looks like XFire assumes that there is a property called
accountNotExpired which has no setter method. As I have never worked with
XFire I cannot really tell you how to solve the problem with XFire, but for
the persistence layer this error would mean you have to declare the property
a
Any ideas?
Mauriff wrote:
>
> Hi, I want invoke a webservice, I'm using the next code:
> UserService userService = (UserService) new XFireProxyFactory().create(
> new ObjectServiceFactory().create(UserService.class),
> "http://localhost:8080/services/UserSer
Hi, I want invoke a webservice, I'm using the next code:
UserService userService = (UserService) new XFireProxyFactory().create(
new ObjectServiceFactory().create(UserService.class),
"http://localhost:8080/services/UserService";);
users = userService.getUsers(new Use