Apache HttpClient to invoke a RESTful Web Service. This is a GET request, and in the next post will extend this to use an HTTP POST with basic authentication.
Step 1: Create a Maven project say “httpRestClient”. Just press enter for all the prompts.
1 |
mvn archetype:generate -DgroupId=com. |