I am new to web services. I have successfully created my WCF web service, now I want to consume it. The client to consume this is on a different machine. I am using Visual Studio 2012. The service that executes a stored procedure in SQL Server 2005.
How do I proceed to make the other party test the service?