Forum Discussion

dkarr's avatar
dkarr
Contributor
12 years ago

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?

4 Replies

  • I'm confused. Are you asking me if I've been able to do exactly what I just said I didn't know how to do?
  • nmrao's avatar
    nmrao
    Community Hero
    What i believe is that the endpoint for mock service be different than the original.
    So, based on the endpoint your test can run and you donot have bother I believe.