How do you access a RESTful web service? That depends on what you're trying to accomplish. If you just want to test connectivity, a terminal-based utility like curl is a great RESTful web service ...
I've got a third party web service method that I'm calling from a .NET 3.5 application. The method is a password change request where you pass in your old password and are assigned a random new one ...