Service Virtualization

 View Only
  • 1.  How to mask a particular argument value when virtualizing a service?

    Posted Jul 11, 2019 08:59 AM
    Hi,

    Is there a way we can mask a particular argument when we virtualize a SOAP message using RR pair.

    For example,

    Payload : <get:number>123457899977864</get:number>
    After virtualizing : <get:number>*************</get:number>

    ------------------------------
    HCL Technologies
    ------------------------------


  • 2.  RE: How to mask a particular argument value when virtualizing a service?
    Best Answer

    Posted Jul 12, 2019 02:21 AM
    To my knowledge we don't have the functionality to mask data in the virtual service image.

    The argumentation is that your virtual service image should never contain real data only made up data, if so then there's no need to mask it. Now in those cases where you create the virtual service from real production data then there is the process of de-identification (desensitization) which replaces sensitive information in your virtual service with random data. Have a look at: https://docops.ca.com/devtest-solutions/10-5/en/using/using-service-virtualization/using-devtest-workstation-with-service-virtualization/de-identifying-data

    Cheers,
    Danny

    ------------------------------
    Cheers,
    Danny
    ------------------------------



  • 3.  RE: How to mask a particular argument value when virtualizing a service?

    Posted Jul 18, 2019 02:38 AM
    Hi Danny,

    It did work. Thanks for your help.



    ------------------------------
    HCL Technologies
    ------------------------------