Forum Discussion

phanisrikar's avatar
phanisrikar
Contributor
13 years ago

PUT Request in SOAPUI Pro for REST service

Hi,

I'm using SOAPUI pro 4.0 and testing the REST services.

We are trying to create a PUT request, and I'm supposed to pass the .json file as the content/schema of the request.

.json file

{
"persistence_data": {
"schema_name": "Schema1",
"description": "Schema for PUT method Testing"
}
}

How do I send the .json file data along with the request.

Please help me in this..

Thanks,
Phani