We have been facing issue with the Jersey client (ver 1.8) ends up making duplicate service call even though the system is requesting for just one.
- System makes a web service call through Jersey client
- Web Service provider ends up getting two calls.
- In our logs we get only one request and response logs
- While update calls even though we sends one request but Jersey client makes 2 calls to the web service provider but we get response back from only the second call which always gives us a Duplicate record error.