dkarr
12 years agoContributor
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?
Our backend operations have a WSDL with dozens of operations. I want to mock a single operation, and have all the other operations go to our "real" backend test server. Is this possible?
However, is it possible or practical to only mock "some" of the operations from a WSDL, but pass the others to a "real" handler?
Our backend operations have a WSDL with dozens of operations. I want to mock a single operation, and have all the other operations go to our "real" backend test server. Is this possible?