Web services testing

I am new to programming and testing. I would like to know if there are any useful articles or resources where I can see how to test a web service.
I need to use HttpClient to implement my own universal REST API client - TestHttpClient <T>, which will complete GET, POST, PUT, DELETE operations.