Hello,
I tried creating a user by
- creating a client with an incorrect token
SyncopeClient client = getSyncopeClientFactory().create("gobbledygook");
- retrieving the service
UserService service = client.getService(UserService.class);
- invoking the call
Response response = service.create(user);
But this resulted in a web service exception
(javax.xml.ws.WebServiceException: Remote exception with status code:
INTERNAL_SERVER_ERROR) at this point, not any kind of authentication
exception. Should I be doing some sort of authentication before sending the
call at this point? Otherwise what sort of authentication error should I be
receiving?
-----
Paul Fullbright
--
Sent from: http://syncope-user.1051894.n5.nabble.com/