All Questions
1 question
5
votes
3
answers
9k
views
Create JAX-RS Client Post Request with JSON String as Body
I am writing a REST Client for one of the Vendor REST Service. I use jersey 2.x and JSON-P, below are dependencies I add.
<dependencies>
<dependency>
<groupId>org.glassfish....