Service Virtualization

 View Only
Expand all | Collapse all

I have a post request in JSON format, i am not able to match it with a signature/exact matching style. How do i match the request in below format ?

  • 1.  I have a post request in JSON format, i am not able to match it with a signature/exact matching style. How do i match the request in below format ?

    Posted Apr 18, 2017 12:55 PM

    eg : - 

    { "Employee":{
    "EmpID":"1234" , "EmpName":"Noah"
    }
    "Client"{
    "ClientName":"Disney",
    "ClientID":"987",
    }
    }

    How can i match its signature or exactly using LISA 9.5.1.



  • 2.  Re: I have a post request in JSON format, i am not able to match it with a signature/exact matching style. How do i match the request in below format ?
    Best Answer

    Posted Apr 19, 2017 12:56 PM

    By Using JSON Protocol, it should convert it to XML and will show arguments as XML in VSI.

    May I know what you tried for exact and signature match style? And what is the issue you are facing?



  • 3.  Re: I have a post request in JSON format, i am not able to match it with a signature/exact matching style. How do i match the request in below format ?

    Posted Apr 20, 2017 12:58 AM

    Thank You Monika, I was testing my call in POSTMAN and it was not working fine....but in other applications it was working....!!