Facing a issue in web services using soap ui / postman

Hi All,

I’m facing the following error when I run a webservice (REST POST) using the SOAP UI/Postman.

{
“status”: “Error”,
“data”: null,
“message”: “[ISS.0086.9249] Missing Parameter: document”
}

But when I debug the service using the save and restore pipeline. I’m getting the results as expected. Could some one please help me to solve the issue.

Thanks