All Questions
2 questions
0
votes
2
answers
4k
views
Error in org.springframework.web.client.RestClientException: No HttpMessageConverter for java.util.HashMap
I'm getting the following error in org.springframework.web.client.RestClientException: No HttpMessageConverter for java.util.HashMapwhen using rest template. Does anyone have any idea whats wrong?
...
28
votes
1
answer
12k
views
Getting "400 This page expects a form submission" when making a rest call to trigger a Jenkins Job
I need to trigger a Jenkins Job from my Java code.The Jenkins API expects a application/x-www-form-urlencoded Content-Type and I am able to trigger the job (using Basic AUTH) from Postman Rest Client....