Forum Discussion
h_ixon
16 years agoOccasional Contributor
I have found an alternative solution. I write it here.
On the mockService Onrequest script we create a context variable: context.ResultResponse = "myresponsename"
On each operation we have a simple script with "return context.ResultResponse"
The response is define on mockService level.
On the mockService Onrequest script we create a context variable: context.ResultResponse = "myresponsename"
On each operation we have a simple script with "return context.ResultResponse"
The response is define on mockService level.