Forum Discussion

breaux's avatar
breaux
Contributor
7 years ago
Solved

Mock (REST) service, as a (mostly) passthrough

I'd like to create a Mock service that mostly acts as a pass-through to a real service that we use, but be able to quickly make one particular request fail in a particular way, so that I can address ...
  • JHunt's avatar
    7 years ago

    This is possible with a fair bit of code involved, and I have done it before, but first I have to ask if it's really necessary to call the real service in realtime?

     

    Can't you just recreate your issue by calling the real service with manual requests in SoapUI, saving the responses, and adding them to a MockService?