Service Virtualization

Match and grab a REST Query String?

  • 1.  Match and grab a REST Query String?

    Posted Aug 11, 2015 01:26 PM
    • I'm using DevTest Workstation v8.2.0
    • I need to match and grab a REST query string
    • In my .vsm, my virtual https listener filter has the URI rule GET /my/path/account/, because it automatically rewrites "GET /my/path/account?id={id}" to "GET /my/path/account/"
    • In my .vsi, the Operation is GET /my/path/account?id={id}

     

    When i test in the ITR, it doesn't match; I get the standard 404 "The LISA VSE service could not match your request to a recorded request. Consider expanding your service image.".

     

    How can I match and grab a REST query string?