tfarah
3 years agoNew Contributor
REST API Virualization
Can I use a wild card on the VirtAction to support multiple operations in the virt server without defining on for each action?
The scenario I have is that I am virtualizing a service, the virtaction resource path can be /TestService/Val1 or /TestService/Val2 or /TestService/Val3, etc.. All will be handled the exact same way by the virtual service, Can I use a wil;d card in the resource path like /TestService/*. I know * does not work, any ideas?