Posts by Bruno Péterson • 1 point
1 post
-
-1
votes2
answers446
viewsA: WEB Service in Java
you do not need to pass the parameters through the URL, since it is a POST. See the example in this link https://www.mkyong.com/webservices/jax-rs/restfull-java-client-with-java-net-url/ in the POST…