Service Virtualization

  • 1.  Ignore some Request

    Posted Jun 06, 2018 09:26 AM

    Hello guys,

     

    I have created a Virtual Service with some operations.

     

     

    Looking at the Inspection view, I keep getting the Operation GET /VIVO360/frontofficevivo360(not what I configured), over and over again(5 seconds interval)

    Is there a way to Ignore those counts ? Ignore this operation ?

     

    Thank you

    João Paulo Ramos



  • 2.  Re: Ignore some Request

    Broadcom Employee
    Posted Jun 06, 2018 09:59 AM

    Which version of DevTest are you using? Is your calls REST or SOAP?



  • 3.  Re: Ignore some Request

    Posted Jun 06, 2018 10:01 AM

    Version 10.2

    I think it is REST.



  • 4.  Re: Ignore some Request
    Best Answer

    Broadcom Employee
    Posted Jun 06, 2018 10:46 AM

    It looks like the client that is triggering the requests is making this call to your virtual service. One option to separate these requests is to create another virtual service which can use the same port, but has the base path that matches this uri ( /VIVO360/frontofficevivo360). IN that case, these requests will be routed to the second service and everything else will come into this service as intended.

     

    Thanks,

    Surya