Could someone tell me if there is a tool to test web services? Also, I would like to know if there is a good tutorial for testing web services as well.
You can test Web services by calling Web methods from unit tests. The Microsoft.VisualStudio.TestTools.UnitTesting.Web
namespace of Team Edition for Testers provides attributes and methods specifically for testing Web services.