PeeDub wrote
> 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?
I guess you hit
https://issues.apache.org/jira/browse/SYNCOPE-1263
Fix will be delivered with Syncope 2.0.8.
Regards.
--
Sent from: http://syncope-user.1051894.n5.nabble.com/