Service Virtualization

  • 1.  VS from Swagger 2.0 url

    Posted Feb 07, 2017 11:40 AM

    We have created VS from swagger2.0 definition.... 

     

    URL used is http://petstore.swagger.io/v2/swagger.json  

     

    The VS is created for all the operations 

     

    For example 

    Request GET /v2/pet/{petId}/

    For any request we are getting the same response

    Response is created as "Schema Ref = Pet"

     

    Any ideas on how to fix this?

    and also there are 60 operations...we want this to be populated automatically instead of manually updating each operation with request and responses.....