Send an attachment in REST post request inside json.
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-20-2015
11:24 PM
08-20-2015
11:24 PM
Send an attachment in REST post request inside json.
I have a REST POST endpoint which accepts json input. And there is a json value to attach a file.
Exp:--
{data
{
"body":"test message",
"attachment":"file path"
}
How can we add an attachment in above json request using SOAPUI free version.
1 REPLY 1
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-21-2015
08:49 AM
08-21-2015
08:49 AM
I think you can userattachment button below the request window:
