What are "Plain" parameters useful for?
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
What are "Plain" parameters useful for?
SOAPUI Pro / Ready API offer several kinds of parameters for RESTful resources and requests. One of the types is "Plain". The documentation says "PLAIN parameters are defined in the request and can be accessed, but are omitted when sending the request."
What on earth are these useful for?
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Tgeliot,
This parameter is specified in the WADL specification here:
https://www.w3.org/Submission/wadl/
Let me quote the recommended usage from there:
Specifies a component of the representation formatted as a string encoding of the parameter value according to the rules of the media type.
Tanya Yatskovskaya
SmartBear Community and Education Manager
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Tanya --
thank you for the reply. I'll have to take the time to read that whole document to really get how parameters fit in. I didn't realize this was part of the WADL standard; I thought it was a Smartbear invention.
