Possible to create a MockService for only some ops?
Creating a MockService for an operation from a WSDL is pretty easy. However, is it possible or practical to only mock "some" of the operations from a WSDL, but pass the others to a "real" handler? ...