Service Virtualization

  • 1.  how to change lisa.vse.response arguments ?

    Posted Jan 12, 2017 04:46 PM

    I have a requirement to call the live service call in the model and mask the sensitive data from the response and send back.

    any code snippet is helpful.

     

    thanks

    Vinay



  • 2.  Re: how to change lisa.vse.response arguments ?
    Best Answer

    Broadcom Employee
    Posted Feb 07, 2017 10:59 AM

    Vinay,   as far as I know,  there is no OOTB solution for this.  We apply the masking patterns during recording, but not sure how those patterns apply to Live Invocation.  This would require a custom DPH. 

     

    The class / method that would need to be extended via custom code is:

     

    com.itko.lisa.vse.desensitize.BaseVolatileDesensitizer#volatileSubstitution

     

     

     

    Thanks

     

     

    Shiney Abraham



  • 3.  Re: how to change lisa.vse.response arguments ?

    Broadcom Employee
    Posted Feb 08, 2017 06:19 PM

    You can try using "Data De-identifier" DPH on the HTTP Responder and see if it helps you before going in the custom path.