I want to perform integration testing of my webservices before shipping them out and am wondering if anyone can point out some tools for performing these tests automatically?
I have both ASMX webservices as well as a few WCF ones.
I want to be able to add this as a task to my build scripts and execute automatically if possible.
What are the pitfalls if any when it comes to integration testing webservices?