Forum Discussion

abobrikov's avatar
14 years ago

Redirecting Mock service's operation

Hello. I have a question: is it possible to create a mock service, based on local WSDL, with some operations implemented as a mock operation, and some - just redirect request to existing, working service.
This task appeared when there was a need to add new methods to existing service. So I created mock responses for these new methods. The rest methods(that already implemented on the server) I want to work as a redirection proxy. The example of what is expected is whon on the picture below.


So the question is if it possible to create such a mock service? Thnaks in advance.