sunp3
7 years agoOccasional Contributor
REST GET service working in Postman but not in SoapUI
HI,
I have a GET request which works fine with Postman and fetches all 200+ records JSON response successfully. When tried the same in SoapUI it shows StatusCode 200 but doesn't fetch any details and just shows following.
{
"start" : 0,
"total" : 0,
"rows" : [
]
}
No error is displayed, also I didn't notice any configuration changes either.