V3 APIs - Response details are not updating for deployed service
book
Article ID: 186651
calendar_today
Updated On:
Products
CA Cloud Test MobileCA Application Test
Issue/Introduction
I have created an endpoint using Create virtual service v3 api with RR pair and it is successfully deployed in vse server. Now i added a new attribute in my response object (ex. "country":"US"), and deployed it. But i'm not getting the updated response for my endpoints, still getting the old response without country attribute.
Environment
Release : 10.5
Component : CA Service Virtualization
Resolution
Overwriting the existing transactions is not supported by Update VS v3 API in 10.5. DevTest 10.5 supports updating the virtual services by augmenting with new Request and Response pairs only. Devtest 10.6 now supports overwriting the existing transactions via Update VS v3 API call. If you are looking for this option, please upgrade to 10.6 version and use this feature.