Forum Discussion

sunp3's avatar
sunp3
Occasional Contributor
7 years ago

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.

  • Hi sunp3,

     

    Please check there should not be any changes in configuration of both, because WebService should behave similarly.