11-20-2012 09:47 AM
11-21-2012 03:27 AM
11-21-2012 05:13 AM
The body of the response generally contains a stack trace of the problem
private static ClientResource getClientResource(String uri) {
ClientResource clientResource = new ClientResource(uri);
clientResource.setChallengeResponse(ChallengeScheme.HTTP_BASIC,
"kermit",
"kermit");
return clientResource;
}
….
String uri = REST_URI + "process-instance/3251";
Representation response = getClientResource(uri)
.get(MediaType.APPLICATION_JSON); //ResourceException if process 3251 doesn't exist
11-21-2012 05:18 AM
11-21-2012 12:37 PM
The body of the response generally contains a stack trace of the problem
11-22-2012 04:34 AM
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.