Forum Discussion

rus_hart's avatar
rus_hart
New Contributor
16 years ago

Recreating mock responses

When a service definition that you're mocking changes, currently you have to do a "change operation" on each mock endpoint. It would be nice if there was an option similar to "update definition" on the requests side of things to do them all at once.

Furthermore, when you recreate the mock responses for an endpoint, if there is a sequence of elements only the first one is retained during the recreation. There is also no option to create backups of the responses like there is for the requests.

2 Replies

  • Hi,

    thanks for reporting this, we'll look into it! I do need some more info though:

    - in what way is the operation you are mocking different in the updated WSDL?
    - exactly how are you updating the WSDL?

    regards,

    /Ole
    eviware.com
  • rus_hart's avatar
    rus_hart
    New Contributor
    eviware support wrote:
    - in what way is the operation you are mocking different in the updated WSDL?

    The underlying schema of the response has changed. In this case an additional element was added.

    eviware support wrote:
    - exactly how are you updating the WSDL?

    The wsdl is hosted by a third party so when they make a change they publish a new version of thier web service and then I refresh the requests and mock responses.