I have to consume a number of ASMX webservices in my project but their method calls are making it hard to unit test to rest of my code.
When I've consumed a WCF service in the past it generates an interface for the client which allows me to mock the service calls in my unit tests.
Is the same thing possible for ASMX webservices?