Details
-
Fix
-
Status: Released (View Workflow)
-
Minor
-
Resolution: Fixed
-
1.9.8, 1.10.2
-
None
Description
Current Situation
When using the com.sos.jitl.restclient.JobSchedulerRestClient class with a method POST then an empty string will be returned.
Desired Behaviour
The REST client class should return the answer from the REST web service.
com.sos.jitl.restclient.JobSchedulerRestClient.headers.put("Content-Type","application/json"); String response = com.sos.jitl.restclient.JobSchedulerRestClient.executeRestServiceCommand( "post","http://localhost:8080/rest/security/login" ); System.out.println(response);