Hi,
I have the following problem:
I have a mock service for my application that will return a default request (like a mock should be) but i need to make an enchantment. After i receive that request the mock service should return the default response and then make a request to my application with some data that comes from the request from my application.
How can i accomplish this?
Thanks and Regards