public class TIDRest extends UIComponent
Modifier | Constructor and Description |
---|---|
protected |
TIDRest(java.lang.String compname) |
|
TIDRest(java.lang.String winname,
java.lang.String compname)
Constructor
Create an instance of pseudo-component representing
a specific component in a specific window.
|
|
TIDRest(Window window,
java.lang.String compname)
Constructor
Create an instance of pseudo-component representing
a specific component in a specific window.
|
Modifier and Type | Method and Description |
---|---|
ComponentFunction |
restDeleteBinary()
Delete binary content.
|
void |
restDeleteBinary(StepTestTable table)
Delete binary content.
|
ComponentFunction |
restDeleteCSS()
Delete css content.
|
void |
restDeleteCSS(StepTestTable table)
Delete css content.
|
void |
restDeleteCustom(StepTestTable table,
java.lang.String[] parameters)
Perform the "DELETE" method on a REST service with headers defined by user.
|
void |
restDeleteCustom(StepTestTable table,
java.lang.String relativeURI,
java.lang.String responseIdVar,
java.lang.String body,
java.lang.String headers,
java.lang.String authentication)
Perform the "DELETE" method on a REST service with headers defined by user.
|
ComponentFunction |
restDeleteCustom(java.lang.String[] parameters)
Perform the "DELETE" method on a REST service with headers defined by user.
|
ComponentFunction |
restDeleteCustom(java.lang.String relativeURI,
java.lang.String responseIdVar,
java.lang.String body,
java.lang.String headers,
java.lang.String authentication)
Perform the "DELETE" method on a REST service with headers defined by user.
|
ComponentFunction |
restDeleteHTML() |
void |
restDeleteHTML(StepTestTable table) |
ComponentFunction |
restDeleteImage()
Delete image content.
|
void |
restDeleteImage(StepTestTable table)
Delete image content.
|
ComponentFunction |
restDeleteJSON()
Delete json content.
|
void |
restDeleteJSON(StepTestTable table)
Delete json content.
|
ComponentFunction |
restDeleteScript()
Delete javascript content.
|
void |
restDeleteScript(StepTestTable table)
Delete javascript content.
|
ComponentFunction |
restDeleteText()
Delete text content.
|
void |
restDeleteText(StepTestTable table)
Delete text content.
|
ComponentFunction |
restDeleteXML()
Delete xml content.
|
void |
restDeleteXML(StepTestTable table)
Delete xml content.
|
ComponentFunction |
restEndServiceSession()
Stop a session for a REST service.
|
void |
restEndServiceSession(StepTestTable table)
Stop a session for a REST service.
|
void |
restGetBinary(StepTestTable table,
java.lang.String[] parameters)
Perform the "GET" method on a REST service, and verify the returned content is binary before returning it.
|
void |
restGetBinary(StepTestTable table,
java.lang.String relativeURI,
java.lang.String responseIdVar,
java.lang.String body,
java.lang.String headers,
java.lang.String authentication)
Perform the "GET" method on a REST service, and verify the returned content is binary before returning it.
|
ComponentFunction |
restGetBinary(java.lang.String[] parameters)
Perform the "GET" method on a REST service, and verify the returned content is binary before returning it.
|
ComponentFunction |
restGetBinary(java.lang.String relativeURI,
java.lang.String responseIdVar,
java.lang.String body,
java.lang.String headers,
java.lang.String authentication)
Perform the "GET" method on a REST service, and verify the returned content is binary before returning it.
|
void |
restGetCSS(StepTestTable table,
java.lang.String[] parameters)
Perform the "GET" method on a REST service, and verify the returned content is css before returning it.
|
void |
restGetCSS(StepTestTable table,
java.lang.String relativeURI,
java.lang.String responseIdVar,
java.lang.String body,
java.lang.String headers,
java.lang.String authentication)
Perform the "GET" method on a REST service, and verify the returned content is css before returning it.
|
ComponentFunction |
restGetCSS(java.lang.String[] parameters)
Perform the "GET" method on a REST service, and verify the returned content is css before returning it.
|
ComponentFunction |
restGetCSS(java.lang.String relativeURI,
java.lang.String responseIdVar,
java.lang.String body,
java.lang.String headers,
java.lang.String authentication)
Perform the "GET" method on a REST service, and verify the returned content is css before returning it.
|
void |
restGetCustom(StepTestTable table,
java.lang.String[] parameters)
Perform the "GET" method on a REST service with headers defined by user, and return the content.
|
void |
restGetCustom(StepTestTable table,
java.lang.String relativeURI,
java.lang.String responseIdVar,
java.lang.String body,
java.lang.String headers,
java.lang.String authentication)
Perform the "GET" method on a REST service with headers defined by user, and return the content.
|
ComponentFunction |
restGetCustom(java.lang.String[] parameters)
Perform the "GET" method on a REST service with headers defined by user, and return the content.
|
ComponentFunction |
restGetCustom(java.lang.String relativeURI,
java.lang.String responseIdVar,
java.lang.String body,
java.lang.String headers,
java.lang.String authentication)
Perform the "GET" method on a REST service with headers defined by user, and return the content.
|
void |
restGetHTML(StepTestTable table,
java.lang.String[] parameters)
Perform the "GET" method on a REST service, and verify the returned content is html before returning it.
|
void |
restGetHTML(StepTestTable table,
java.lang.String relativeURI,
java.lang.String responseIdVar,
java.lang.String body,
java.lang.String headers,
java.lang.String authentication)
Perform the "GET" method on a REST service, and verify the returned content is html before returning it.
|
ComponentFunction |
restGetHTML(java.lang.String[] parameters)
Perform the "GET" method on a REST service, and verify the returned content is html before returning it.
|
ComponentFunction |
restGetHTML(java.lang.String relativeURI,
java.lang.String responseIdVar,
java.lang.String body,
java.lang.String headers,
java.lang.String authentication)
Perform the "GET" method on a REST service, and verify the returned content is html before returning it.
|
void |
restGetImage(StepTestTable table,
java.lang.String[] parameters)
Perform the "GET" method on a REST service, and verify the returned content is image before returning it.
|
void |
restGetImage(StepTestTable table,
java.lang.String relativeURI,
java.lang.String responseIdVar,
java.lang.String body,
java.lang.String headers,
java.lang.String authentication)
Perform the "GET" method on a REST service, and verify the returned content is image before returning it.
|
ComponentFunction |
restGetImage(java.lang.String[] parameters)
Perform the "GET" method on a REST service, and verify the returned content is image before returning it.
|
ComponentFunction |
restGetImage(java.lang.String relativeURI,
java.lang.String responseIdVar,
java.lang.String body,
java.lang.String headers,
java.lang.String authentication)
Perform the "GET" method on a REST service, and verify the returned content is image before returning it.
|
void |
restGetJSON(StepTestTable table,
java.lang.String[] parameters)
Perform the "GET" method on a REST service, and verify the returned content is json before returning it.
|
void |
restGetJSON(StepTestTable table,
java.lang.String relativeURI,
java.lang.String responseIdVar,
java.lang.String body,
java.lang.String headers,
java.lang.String authentication)
Perform the "GET" method on a REST service, and verify the returned content is json before returning it.
|
ComponentFunction |
restGetJSON(java.lang.String[] parameters)
Perform the "GET" method on a REST service, and verify the returned content is json before returning it.
|
ComponentFunction |
restGetJSON(java.lang.String relativeURI,
java.lang.String responseIdVar,
java.lang.String body,
java.lang.String headers,
java.lang.String authentication)
Perform the "GET" method on a REST service, and verify the returned content is json before returning it.
|
void |
restGetScript(StepTestTable table,
java.lang.String[] parameters)
Perform the "GET" method on a REST service, and verify the returned content is javascript before returning it.
|
void |
restGetScript(StepTestTable table,
java.lang.String relativeURI,
java.lang.String responseIdVar,
java.lang.String body,
java.lang.String headers,
java.lang.String authentication)
Perform the "GET" method on a REST service, and verify the returned content is javascript before returning it.
|
ComponentFunction |
restGetScript(java.lang.String[] parameters)
Perform the "GET" method on a REST service, and verify the returned content is javascript before returning it.
|
ComponentFunction |
restGetScript(java.lang.String relativeURI,
java.lang.String responseIdVar,
java.lang.String body,
java.lang.String headers,
java.lang.String authentication)
Perform the "GET" method on a REST service, and verify the returned content is javascript before returning it.
|
void |
restGetText(StepTestTable table,
java.lang.String[] parameters)
Perform the "GET" method on a REST service, and verify the returned content is text before returning it.
|
void |
restGetText(StepTestTable table,
java.lang.String relativeURI,
java.lang.String responseIdVar,
java.lang.String body,
java.lang.String headers,
java.lang.String authentication)
Perform the "GET" method on a REST service, and verify the returned content is text before returning it.
|
ComponentFunction |
restGetText(java.lang.String[] parameters)
Perform the "GET" method on a REST service, and verify the returned content is text before returning it.
|
ComponentFunction |
restGetText(java.lang.String relativeURI,
java.lang.String responseIdVar,
java.lang.String body,
java.lang.String headers,
java.lang.String authentication)
Perform the "GET" method on a REST service, and verify the returned content is text before returning it.
|
void |
restGetXML(StepTestTable table,
java.lang.String[] parameters)
Perform the "GET" method on a REST service, and verify the returned content is xml before returning it.
|
void |
restGetXML(StepTestTable table,
java.lang.String relativeURI,
java.lang.String responseIdVar,
java.lang.String body,
java.lang.String headers,
java.lang.String authentication)
Perform the "GET" method on a REST service, and verify the returned content is xml before returning it.
|
ComponentFunction |
restGetXML(java.lang.String[] parameters)
Perform the "GET" method on a REST service, and verify the returned content is xml before returning it.
|
ComponentFunction |
restGetXML(java.lang.String relativeURI,
java.lang.String responseIdVar,
java.lang.String body,
java.lang.String headers,
java.lang.String authentication)
Perform the "GET" method on a REST service, and verify the returned content is xml before returning it.
|
void |
restHeadBinary(StepTestTable table,
java.lang.String[] parameters)
Perform the "HEAD" method on a REST service, and verify the returned content is binary before returning the header part.
|
void |
restHeadBinary(StepTestTable table,
java.lang.String relativeURI,
java.lang.String responseIdVar,
java.lang.String body,
java.lang.String headers,
java.lang.String authentication)
Perform the "HEAD" method on a REST service, and verify the returned content is binary before returning the header part.
|
ComponentFunction |
restHeadBinary(java.lang.String[] parameters)
Perform the "HEAD" method on a REST service, and verify the returned content is binary before returning the header part.
|
ComponentFunction |
restHeadBinary(java.lang.String relativeURI,
java.lang.String responseIdVar,
java.lang.String body,
java.lang.String headers,
java.lang.String authentication)
Perform the "HEAD" method on a REST service, and verify the returned content is binary before returning the header part.
|
void |
restHeadCSS(StepTestTable table,
java.lang.String[] parameters)
Perform the "HEAD" method on a REST service, and verify the returned content is css before returning the header part.
|
void |
restHeadCSS(StepTestTable table,
java.lang.String relativeURI,
java.lang.String responseIdVar,
java.lang.String body,
java.lang.String headers,
java.lang.String authentication)
Perform the "HEAD" method on a REST service, and verify the returned content is css before returning the header part.
|
ComponentFunction |
restHeadCSS(java.lang.String[] parameters)
Perform the "HEAD" method on a REST service, and verify the returned content is css before returning the header part.
|
ComponentFunction |
restHeadCSS(java.lang.String relativeURI,
java.lang.String responseIdVar,
java.lang.String body,
java.lang.String headers,
java.lang.String authentication)
Perform the "HEAD" method on a REST service, and verify the returned content is css before returning the header part.
|
void |
restHeadCustom(StepTestTable table,
java.lang.String[] parameters)
Perform the "HEAD" method (with headers defined by user) on a REST service, and get back the header part.
|
void |
restHeadCustom(StepTestTable table,
java.lang.String relativeURI,
java.lang.String responseIdVar,
java.lang.String body,
java.lang.String headers,
java.lang.String authentication)
Perform the "HEAD" method (with headers defined by user) on a REST service, and get back the header part.
|
ComponentFunction |
restHeadCustom(java.lang.String[] parameters)
Perform the "HEAD" method (with headers defined by user) on a REST service, and get back the header part.
|
ComponentFunction |
restHeadCustom(java.lang.String relativeURI,
java.lang.String responseIdVar,
java.lang.String body,
java.lang.String headers,
java.lang.String authentication)
Perform the "HEAD" method (with headers defined by user) on a REST service, and get back the header part.
|
void |
restHeadHTML(StepTestTable table,
java.lang.String[] parameters)
Perform the "HEAD" method on a REST service, and verify the returned content is html before returning the header part.
|
void |
restHeadHTML(StepTestTable table,
java.lang.String relativeURI,
java.lang.String responseIdVar,
java.lang.String body,
java.lang.String headers,
java.lang.String authentication)
Perform the "HEAD" method on a REST service, and verify the returned content is html before returning the header part.
|
ComponentFunction |
restHeadHTML(java.lang.String[] parameters)
Perform the "HEAD" method on a REST service, and verify the returned content is html before returning the header part.
|
ComponentFunction |
restHeadHTML(java.lang.String relativeURI,
java.lang.String responseIdVar,
java.lang.String body,
java.lang.String headers,
java.lang.String authentication)
Perform the "HEAD" method on a REST service, and verify the returned content is html before returning the header part.
|
void |
restHeadImage(StepTestTable table,
java.lang.String[] parameters)
Perform the "HEAD" method on a REST service, and verify the returned content is image before returning the header part.
|
void |
restHeadImage(StepTestTable table,
java.lang.String relativeURI,
java.lang.String responseIdVar,
java.lang.String body,
java.lang.String headers,
java.lang.String authentication)
Perform the "HEAD" method on a REST service, and verify the returned content is image before returning the header part.
|
ComponentFunction |
restHeadImage(java.lang.String[] parameters)
Perform the "HEAD" method on a REST service, and verify the returned content is image before returning the header part.
|
ComponentFunction |
restHeadImage(java.lang.String relativeURI,
java.lang.String responseIdVar,
java.lang.String body,
java.lang.String headers,
java.lang.String authentication)
Perform the "HEAD" method on a REST service, and verify the returned content is image before returning the header part.
|
void |
restHeadJSON(StepTestTable table,
java.lang.String[] parameters)
Perform the "HEAD" method on a REST service, and verify the returned content is json before returning the header part.
|
void |
restHeadJSON(StepTestTable table,
java.lang.String relativeURI,
java.lang.String responseIdVar,
java.lang.String body,
java.lang.String headers,
java.lang.String authentication)
Perform the "HEAD" method on a REST service, and verify the returned content is json before returning the header part.
|
ComponentFunction |
restHeadJSON(java.lang.String[] parameters)
Perform the "HEAD" method on a REST service, and verify the returned content is json before returning the header part.
|
ComponentFunction |
restHeadJSON(java.lang.String relativeURI,
java.lang.String responseIdVar,
java.lang.String body,
java.lang.String headers,
java.lang.String authentication)
Perform the "HEAD" method on a REST service, and verify the returned content is json before returning the header part.
|
void |
restHeadScript(StepTestTable table,
java.lang.String[] parameters)
Perform the "HEAD" method on a REST service, and verify the returned content is javascript before returning the header part.
|
void |
restHeadScript(StepTestTable table,
java.lang.String relativeURI,
java.lang.String responseIdVar,
java.lang.String body,
java.lang.String headers,
java.lang.String authentication)
Perform the "HEAD" method on a REST service, and verify the returned content is javascript before returning the header part.
|
ComponentFunction |
restHeadScript(java.lang.String[] parameters)
Perform the "HEAD" method on a REST service, and verify the returned content is javascript before returning the header part.
|
ComponentFunction |
restHeadScript(java.lang.String relativeURI,
java.lang.String responseIdVar,
java.lang.String body,
java.lang.String headers,
java.lang.String authentication)
Perform the "HEAD" method on a REST service, and verify the returned content is javascript before returning the header part.
|
void |
restHeadText(StepTestTable table,
java.lang.String[] parameters)
Perform the "HEAD" method on a REST service, and verify the returned content is text before returning the header part.
|
void |
restHeadText(StepTestTable table,
java.lang.String relativeURI,
java.lang.String responseIdVar,
java.lang.String body,
java.lang.String headers,
java.lang.String authentication)
Perform the "HEAD" method on a REST service, and verify the returned content is text before returning the header part.
|
ComponentFunction |
restHeadText(java.lang.String[] parameters)
Perform the "HEAD" method on a REST service, and verify the returned content is text before returning the header part.
|
ComponentFunction |
restHeadText(java.lang.String relativeURI,
java.lang.String responseIdVar,
java.lang.String body,
java.lang.String headers,
java.lang.String authentication)
Perform the "HEAD" method on a REST service, and verify the returned content is text before returning the header part.
|
void |
restHeadXML(StepTestTable table,
java.lang.String[] parameters)
Perform the "HEAD" method on a REST service, and verify the returned content is xml before returning the header part.
|
void |
restHeadXML(StepTestTable table,
java.lang.String relativeURI,
java.lang.String responseIdVar,
java.lang.String body,
java.lang.String headers,
java.lang.String authentication)
Perform the "HEAD" method on a REST service, and verify the returned content is xml before returning the header part.
|
ComponentFunction |
restHeadXML(java.lang.String[] parameters)
Perform the "HEAD" method on a REST service, and verify the returned content is xml before returning the header part.
|
ComponentFunction |
restHeadXML(java.lang.String relativeURI,
java.lang.String responseIdVar,
java.lang.String body,
java.lang.String headers,
java.lang.String authentication)
Perform the "HEAD" method on a REST service, and verify the returned content is xml before returning the header part.
|
ComponentFunction |
restPatchBinary() |
void |
restPatchBinary(StepTestTable table) |
ComponentFunction |
restPatchCSS() |
void |
restPatchCSS(StepTestTable table) |
ComponentFunction |
restPatchCustom() |
void |
restPatchCustom(StepTestTable table) |
ComponentFunction |
restPatchHTML() |
void |
restPatchHTML(StepTestTable table) |
ComponentFunction |
restPatchImage() |
void |
restPatchImage(StepTestTable table) |
ComponentFunction |
restPatchJSON() |
void |
restPatchJSON(StepTestTable table) |
ComponentFunction |
restPatchScript() |
void |
restPatchScript(StepTestTable table) |
ComponentFunction |
restPatchText() |
void |
restPatchText(StepTestTable table) |
void |
restPatchXML(StepTestTable table,
java.lang.String[] parameters)
Perform the "PATCH" method on a REST service, and verify the returned status code is 200 or 204.
|
void |
restPatchXML(StepTestTable table,
java.lang.String relativeURI,
java.lang.String responseIdVar,
java.lang.String body,
java.lang.String headers,
java.lang.String authentication)
Perform the "PATCH" method on a REST service, and verify the returned status code is 200 or 204.
|
ComponentFunction |
restPatchXML(java.lang.String[] parameters)
Perform the "PATCH" method on a REST service, and verify the returned status code is 200 or 204.
|
ComponentFunction |
restPatchXML(java.lang.String relativeURI,
java.lang.String responseIdVar,
java.lang.String body,
java.lang.String headers,
java.lang.String authentication)
Perform the "PATCH" method on a REST service, and verify the returned status code is 200 or 204.
|
ComponentFunction |
restPostBinary() |
void |
restPostBinary(StepTestTable table) |
ComponentFunction |
restPostCSS() |
void |
restPostCSS(StepTestTable table) |
ComponentFunction |
restPostCustom() |
void |
restPostCustom(StepTestTable table) |
ComponentFunction |
restPostHTML() |
void |
restPostHTML(StepTestTable table) |
ComponentFunction |
restPostImage() |
void |
restPostImage(StepTestTable table) |
ComponentFunction |
restPostJSON() |
void |
restPostJSON(StepTestTable table) |
ComponentFunction |
restPostScript() |
void |
restPostScript(StepTestTable table) |
ComponentFunction |
restPostText() |
void |
restPostText(StepTestTable table) |
void |
restPostXML(StepTestTable table,
java.lang.String[] parameters)
Perform the "POST" method on a REST service, and verify the returned status code is 201 ("created").
|
void |
restPostXML(StepTestTable table,
java.lang.String relativeURI,
java.lang.String responseIdVar,
java.lang.String body,
java.lang.String headers,
java.lang.String authentication)
Perform the "POST" method on a REST service, and verify the returned status code is 201 ("created").
|
ComponentFunction |
restPostXML(java.lang.String[] parameters)
Perform the "POST" method on a REST service, and verify the returned status code is 201 ("created").
|
ComponentFunction |
restPostXML(java.lang.String relativeURI,
java.lang.String responseIdVar,
java.lang.String body,
java.lang.String headers,
java.lang.String authentication)
Perform the "POST" method on a REST service, and verify the returned status code is 201 ("created").
|
ComponentFunction |
restPutBinary()
Put binary content.
|
void |
restPutBinary(StepTestTable table)
Put binary content.
|
void |
restPutCSS(StepTestTable table,
java.lang.String[] parameters)
Perform the "PUT" method on a REST service, and verify the returned status code is 201 ("created") or 200 or 204.
|
void |
restPutCSS(StepTestTable table,
java.lang.String relativeURI,
java.lang.String responseIdVar,
java.lang.String body,
java.lang.String headers,
java.lang.String authentication)
Perform the "PUT" method on a REST service, and verify the returned status code is 201 ("created") or 200 or 204.
|
ComponentFunction |
restPutCSS(java.lang.String[] parameters)
Perform the "PUT" method on a REST service, and verify the returned status code is 201 ("created") or 200 or 204.
|
ComponentFunction |
restPutCSS(java.lang.String relativeURI,
java.lang.String responseIdVar,
java.lang.String body,
java.lang.String headers,
java.lang.String authentication)
Perform the "PUT" method on a REST service, and verify the returned status code is 201 ("created") or 200 or 204.
|
void |
restPutCustom(StepTestTable table,
java.lang.String[] parameters)
Perform the "PUT" method on a REST service, and verify the returned status code is 201 ("created") or 200 or 204.
|
void |
restPutCustom(StepTestTable table,
java.lang.String relativeURI,
java.lang.String responseIdVar,
java.lang.String body,
java.lang.String headers,
java.lang.String authentication)
Perform the "PUT" method on a REST service, and verify the returned status code is 201 ("created") or 200 or 204.
|
ComponentFunction |
restPutCustom(java.lang.String[] parameters)
Perform the "PUT" method on a REST service, and verify the returned status code is 201 ("created") or 200 or 204.
|
ComponentFunction |
restPutCustom(java.lang.String relativeURI,
java.lang.String responseIdVar,
java.lang.String body,
java.lang.String headers,
java.lang.String authentication)
Perform the "PUT" method on a REST service, and verify the returned status code is 201 ("created") or 200 or 204.
|
void |
restPutHTML(StepTestTable table,
java.lang.String[] parameters)
Perform the "PUT" method on a REST service, and verify the returned status code is 201 ("created") or 200 or 204.
|
void |
restPutHTML(StepTestTable table,
java.lang.String relativeURI,
java.lang.String responseIdVar,
java.lang.String body,
java.lang.String headers,
java.lang.String authentication)
Perform the "PUT" method on a REST service, and verify the returned status code is 201 ("created") or 200 or 204.
|
ComponentFunction |
restPutHTML(java.lang.String[] parameters)
Perform the "PUT" method on a REST service, and verify the returned status code is 201 ("created") or 200 or 204.
|
ComponentFunction |
restPutHTML(java.lang.String relativeURI,
java.lang.String responseIdVar,
java.lang.String body,
java.lang.String headers,
java.lang.String authentication)
Perform the "PUT" method on a REST service, and verify the returned status code is 201 ("created") or 200 or 204.
|
ComponentFunction |
restPutImage()
Put image content.
|
void |
restPutImage(StepTestTable table)
Put image content.
|
void |
restPutJSON(StepTestTable table,
java.lang.String[] parameters)
Perform the "PUT" method on a REST service, and verify the returned status code is 201 ("created") or 200 or 204.
|
void |
restPutJSON(StepTestTable table,
java.lang.String relativeURI,
java.lang.String responseIdVar,
java.lang.String body,
java.lang.String headers,
java.lang.String authentication)
Perform the "PUT" method on a REST service, and verify the returned status code is 201 ("created") or 200 or 204.
|
ComponentFunction |
restPutJSON(java.lang.String[] parameters)
Perform the "PUT" method on a REST service, and verify the returned status code is 201 ("created") or 200 or 204.
|
ComponentFunction |
restPutJSON(java.lang.String relativeURI,
java.lang.String responseIdVar,
java.lang.String body,
java.lang.String headers,
java.lang.String authentication)
Perform the "PUT" method on a REST service, and verify the returned status code is 201 ("created") or 200 or 204.
|
void |
restPutScript(StepTestTable table,
java.lang.String[] parameters)
Perform the "PUT" method on a REST service, and verify the returned status code is 201 ("created") or 200 or 204.
|
void |
restPutScript(StepTestTable table,
java.lang.String relativeURI,
java.lang.String responseIdVar,
java.lang.String body,
java.lang.String headers,
java.lang.String authentication)
Perform the "PUT" method on a REST service, and verify the returned status code is 201 ("created") or 200 or 204.
|
ComponentFunction |
restPutScript(java.lang.String[] parameters)
Perform the "PUT" method on a REST service, and verify the returned status code is 201 ("created") or 200 or 204.
|
ComponentFunction |
restPutScript(java.lang.String relativeURI,
java.lang.String responseIdVar,
java.lang.String body,
java.lang.String headers,
java.lang.String authentication)
Perform the "PUT" method on a REST service, and verify the returned status code is 201 ("created") or 200 or 204.
|
void |
restPutText(StepTestTable table,
java.lang.String[] parameters)
Perform the "PUT" method on a REST service, and verify the returned status code is 201 ("created") or 200 or 204.
|
void |
restPutText(StepTestTable table,
java.lang.String relativeURI,
java.lang.String responseIdVar,
java.lang.String body,
java.lang.String headers,
java.lang.String authentication)
Perform the "PUT" method on a REST service, and verify the returned status code is 201 ("created") or 200 or 204.
|
ComponentFunction |
restPutText(java.lang.String[] parameters)
Perform the "PUT" method on a REST service, and verify the returned status code is 201 ("created") or 200 or 204.
|
ComponentFunction |
restPutText(java.lang.String relativeURI,
java.lang.String responseIdVar,
java.lang.String body,
java.lang.String headers,
java.lang.String authentication)
Perform the "PUT" method on a REST service, and verify the returned status code is 201 ("created") or 200 or 204.
|
void |
restPutXML(StepTestTable table,
java.lang.String[] parameters)
Perform the "PUT" method on a REST service, and verify the returned status code is 201 ("created") or 200 or 204.
|
void |
restPutXML(StepTestTable table,
java.lang.String relativeURI,
java.lang.String responseIdVar,
java.lang.String body,
java.lang.String headers,
java.lang.String authentication)
Perform the "PUT" method on a REST service, and verify the returned status code is 201 ("created") or 200 or 204.
|
ComponentFunction |
restPutXML(java.lang.String[] parameters)
Perform the "PUT" method on a REST service, and verify the returned status code is 201 ("created") or 200 or 204.
|
ComponentFunction |
restPutXML(java.lang.String relativeURI,
java.lang.String responseIdVar,
java.lang.String body,
java.lang.String headers,
java.lang.String authentication)
Perform the "PUT" method on a REST service, and verify the returned status code is 201 ("created") or 200 or 204.
|
void |
restRequest(StepTestTable table,
java.lang.String[] parameters)
Perform an HTTP method on a REST service.
|
void |
restRequest(StepTestTable table,
java.lang.String hTTPMethod,
java.lang.String relativeURI,
java.lang.String responseIdVar,
java.lang.String body,
java.lang.String headers,
java.lang.String authentication)
Perform an HTTP method on a REST service.
|
ComponentFunction |
restRequest(java.lang.String[] parameters)
Perform an HTTP method on a REST service.
|
ComponentFunction |
restRequest(java.lang.String hTTPMethod,
java.lang.String relativeURI,
java.lang.String responseIdVar,
java.lang.String body,
java.lang.String headers,
java.lang.String authentication)
Perform an HTTP method on a REST service.
|
void |
restStartServiceSession(StepTestTable table,
java.lang.String[] parameters)
Start a session for a REST service.
|
void |
restStartServiceSession(StepTestTable table,
java.lang.String baseURL,
java.lang.String authentication)
Start a session for a REST service.
|
ComponentFunction |
restStartServiceSession(java.lang.String[] parameters)
Start a session for a REST service.
|
ComponentFunction |
restStartServiceSession(java.lang.String baseURL,
java.lang.String authentication)
Start a session for a REST service.
|
getWindow, setWindow
getName, getParent, getParentName, quote
public TIDRest(Window window, java.lang.String compname)
window
- Optional:NO
Specifies which Window this component is 'in'.compname
- Optional:NO
Specifies the AppMap name of the component in the Window.public TIDRest(java.lang.String winname, java.lang.String compname)
winname
- Optional:NO
Specifies the AppMap name of the window.compname
- Optional:NO
Specifies the AppMap name of the component in the Window.protected TIDRest(java.lang.String compname)
public ComponentFunction restDeleteBinary()
Delete binary content. Not implemented yet.Supporting Engines:
public void restDeleteBinary(StepTestTable table)
Delete binary content. Not implemented yet.Supporting Engines:
table
- Optional:NO
The table to add the record to.public ComponentFunction restDeleteCSS()
Delete css content. Not implemented yet.Supporting Engines:
public void restDeleteCSS(StepTestTable table)
Delete css content. Not implemented yet.Supporting Engines:
table
- Optional:NO
The table to add the record to.public ComponentFunction restDeleteCustom(java.lang.String relativeURI, java.lang.String responseIdVar, java.lang.String body, java.lang.String headers, java.lang.String authentication)
Perform the "DELETE" method on a REST service with headers defined by user. This action will send the "DELETE" method with Headers defined by user. If the field SessionIDItem is provided in the map, the keyword RestStartServiceSession SHOULD be executed before executing this action, which will be handled within a session. Otherwise, it will be considered as a one-shot connection, and NO RestStartServiceSession needs to be called and user may need to provide authentication information.Supporting Engines:
relativeURI
- Optional:NOThe relative URI combined with a base-URL (stored in a session) to form a REST service URL.responseIdVar
- Optional:NO
The name of the variable holding "response ID", which is used by rest driver commands to verify/delete response.body
- Optional:YESThe body to send with this REST request.headers
- Optional:YES
The custom headers to be included in this REST request.authentication
- Optional:YES
The custom authentication/authorization information.public void restDeleteCustom(StepTestTable table, java.lang.String relativeURI, java.lang.String responseIdVar, java.lang.String body, java.lang.String headers, java.lang.String authentication)
Perform the "DELETE" method on a REST service with headers defined by user. This action will send the "DELETE" method with Headers defined by user. If the field SessionIDItem is provided in the map, the keyword RestStartServiceSession SHOULD be executed before executing this action, which will be handled within a session. Otherwise, it will be considered as a one-shot connection, and NO RestStartServiceSession needs to be called and user may need to provide authentication information.Supporting Engines:
table
- Optional:NO
The table to add the record to.relativeURI
- Optional:NOThe relative URI combined with a base-URL (stored in a session) to form a REST service URL.responseIdVar
- Optional:NO
The name of the variable holding "response ID", which is used by rest driver commands to verify/delete response.body
- Optional:YESThe body to send with this REST request.headers
- Optional:YES
The custom headers to be included in this REST request.authentication
- Optional:YES
The custom authentication/authorization information.public ComponentFunction restDeleteCustom(java.lang.String[] parameters)
Perform the "DELETE" method on a REST service with headers defined by user. This action will send the "DELETE" method with Headers defined by user. If the field SessionIDItem is provided in the map, the keyword RestStartServiceSession SHOULD be executed before executing this action, which will be handled within a session. Otherwise, it will be considered as a one-shot connection, and NO RestStartServiceSession needs to be called and user may need to provide authentication information.Supporting Engines:
parameters
- Optional:NO
An array containing the following parameters:
public void restDeleteCustom(StepTestTable table, java.lang.String[] parameters)
Perform the "DELETE" method on a REST service with headers defined by user. This action will send the "DELETE" method with Headers defined by user. If the field SessionIDItem is provided in the map, the keyword RestStartServiceSession SHOULD be executed before executing this action, which will be handled within a session. Otherwise, it will be considered as a one-shot connection, and NO RestStartServiceSession needs to be called and user may need to provide authentication information.Supporting Engines:
table
- Optional:NO
The table to add the record to.parameters
- Optional:NO
An array containing the following parameters:
public ComponentFunction restDeleteHTML()
Supporting Engines:
public void restDeleteHTML(StepTestTable table)
Supporting Engines:
table
- Optional:NO
The table to add the record to.public ComponentFunction restDeleteImage()
Delete image content. Not implemented yet.Supporting Engines:
public void restDeleteImage(StepTestTable table)
Delete image content. Not implemented yet.Supporting Engines:
table
- Optional:NO
The table to add the record to.public ComponentFunction restDeleteJSON()
Delete json content. Not implemented yet.Supporting Engines:
public void restDeleteJSON(StepTestTable table)
Delete json content. Not implemented yet.Supporting Engines:
table
- Optional:NO
The table to add the record to.public ComponentFunction restDeleteScript()
Delete javascript content. Not implemented yet.Supporting Engines:
public void restDeleteScript(StepTestTable table)
Delete javascript content. Not implemented yet.Supporting Engines:
table
- Optional:NO
The table to add the record to.public ComponentFunction restDeleteText()
Delete text content. Not implemented yet.Supporting Engines:
public void restDeleteText(StepTestTable table)
Delete text content. Not implemented yet.Supporting Engines:
table
- Optional:NO
The table to add the record to.public ComponentFunction restDeleteXML()
Delete xml content. Not implemented yet.Supporting Engines:
public void restDeleteXML(StepTestTable table)
Delete xml content. Not implemented yet.Supporting Engines:
table
- Optional:NO
The table to add the record to.public ComponentFunction restEndServiceSession()
Stop a session for a REST service. Stop a session for a REST service.Supporting Engines:
public void restEndServiceSession(StepTestTable table)
Stop a session for a REST service. Stop a session for a REST service.Supporting Engines:
table
- Optional:NO
The table to add the record to.public ComponentFunction restGetBinary(java.lang.String relativeURI, java.lang.String responseIdVar, java.lang.String body, java.lang.String headers, java.lang.String authentication)
Perform the "GET" method on a REST service, and verify the returned content is binary before returning it. This action will send the "GET" method with Headers containing "Accept : application/octet-stream". It only tells the server what type of content is expected, and it is not guarantee that the server will return it. This action will verify the reponse's headers containing "Content-Type: application/octet-stream" to make sure the returned content is binary. If the field SessionIDItem is provided in the map, the keyword RestStartServiceSession SHOULD be executed before executing this action, which will be handled within a session. Otherwise, it will be considered as a one-shot connection, and NO RestStartServiceSession needs to be called and user may need to provide authentication information by keyword's parameter.Supporting Engines:
relativeURI
- Optional:NOThe relative URI combined with a base-URL (stored in a session) to form a REST service URL.responseIdVar
- Optional:NO
The name of the variable holding "response ID", which is used by rest driver commands to verify/delete response.body
- Optional:YESThe body to send with this REST request.headers
- Optional:YES
The custom headers to be included in this REST request.authentication
- Optional:YES
The custom authentication/authorization information.public void restGetBinary(StepTestTable table, java.lang.String relativeURI, java.lang.String responseIdVar, java.lang.String body, java.lang.String headers, java.lang.String authentication)
Perform the "GET" method on a REST service, and verify the returned content is binary before returning it. This action will send the "GET" method with Headers containing "Accept : application/octet-stream". It only tells the server what type of content is expected, and it is not guarantee that the server will return it. This action will verify the reponse's headers containing "Content-Type: application/octet-stream" to make sure the returned content is binary. If the field SessionIDItem is provided in the map, the keyword RestStartServiceSession SHOULD be executed before executing this action, which will be handled within a session. Otherwise, it will be considered as a one-shot connection, and NO RestStartServiceSession needs to be called and user may need to provide authentication information by keyword's parameter.Supporting Engines:
table
- Optional:NO
The table to add the record to.relativeURI
- Optional:NOThe relative URI combined with a base-URL (stored in a session) to form a REST service URL.responseIdVar
- Optional:NO
The name of the variable holding "response ID", which is used by rest driver commands to verify/delete response.body
- Optional:YESThe body to send with this REST request.headers
- Optional:YES
The custom headers to be included in this REST request.authentication
- Optional:YES
The custom authentication/authorization information.public ComponentFunction restGetBinary(java.lang.String[] parameters)
Perform the "GET" method on a REST service, and verify the returned content is binary before returning it. This action will send the "GET" method with Headers containing "Accept : application/octet-stream". It only tells the server what type of content is expected, and it is not guarantee that the server will return it. This action will verify the reponse's headers containing "Content-Type: application/octet-stream" to make sure the returned content is binary. If the field SessionIDItem is provided in the map, the keyword RestStartServiceSession SHOULD be executed before executing this action, which will be handled within a session. Otherwise, it will be considered as a one-shot connection, and NO RestStartServiceSession needs to be called and user may need to provide authentication information by keyword's parameter.Supporting Engines:
parameters
- Optional:NO
An array containing the following parameters:
public void restGetBinary(StepTestTable table, java.lang.String[] parameters)
Perform the "GET" method on a REST service, and verify the returned content is binary before returning it. This action will send the "GET" method with Headers containing "Accept : application/octet-stream". It only tells the server what type of content is expected, and it is not guarantee that the server will return it. This action will verify the reponse's headers containing "Content-Type: application/octet-stream" to make sure the returned content is binary. If the field SessionIDItem is provided in the map, the keyword RestStartServiceSession SHOULD be executed before executing this action, which will be handled within a session. Otherwise, it will be considered as a one-shot connection, and NO RestStartServiceSession needs to be called and user may need to provide authentication information by keyword's parameter.Supporting Engines:
table
- Optional:NO
The table to add the record to.parameters
- Optional:NO
An array containing the following parameters:
public ComponentFunction restGetCSS(java.lang.String relativeURI, java.lang.String responseIdVar, java.lang.String body, java.lang.String headers, java.lang.String authentication)
Perform the "GET" method on a REST service, and verify the returned content is css before returning it. This action will send the "GET" method with Headers containing "Accept : text/css". It only tells the server what type of content is expected, and it is not guarantee that the server will return it. If the field SessionIDItem is provided in the map, the keyword RestStartServiceSession SHOULD be executed before executing this action, which will be handled within a session. Otherwise, it will be considered as a one-shot connection, and NO RestStartServiceSession needs to be called and user may need to provide authentication information.Supporting Engines:
relativeURI
- Optional:NOThe relative URI combined with a base-URL (stored in a session) to form a REST service URL.responseIdVar
- Optional:NO
The name of the variable holding "response ID", which is used by rest driver commands to verify/delete response.body
- Optional:YESThe body to send with this REST request.headers
- Optional:YES
The custom headers to be included in this REST request.authentication
- Optional:YES
The custom authentication/authorization information.public void restGetCSS(StepTestTable table, java.lang.String relativeURI, java.lang.String responseIdVar, java.lang.String body, java.lang.String headers, java.lang.String authentication)
Perform the "GET" method on a REST service, and verify the returned content is css before returning it. This action will send the "GET" method with Headers containing "Accept : text/css". It only tells the server what type of content is expected, and it is not guarantee that the server will return it. If the field SessionIDItem is provided in the map, the keyword RestStartServiceSession SHOULD be executed before executing this action, which will be handled within a session. Otherwise, it will be considered as a one-shot connection, and NO RestStartServiceSession needs to be called and user may need to provide authentication information.Supporting Engines:
table
- Optional:NO
The table to add the record to.relativeURI
- Optional:NOThe relative URI combined with a base-URL (stored in a session) to form a REST service URL.responseIdVar
- Optional:NO
The name of the variable holding "response ID", which is used by rest driver commands to verify/delete response.body
- Optional:YESThe body to send with this REST request.headers
- Optional:YES
The custom headers to be included in this REST request.authentication
- Optional:YES
The custom authentication/authorization information.public ComponentFunction restGetCSS(java.lang.String[] parameters)
Perform the "GET" method on a REST service, and verify the returned content is css before returning it. This action will send the "GET" method with Headers containing "Accept : text/css". It only tells the server what type of content is expected, and it is not guarantee that the server will return it. If the field SessionIDItem is provided in the map, the keyword RestStartServiceSession SHOULD be executed before executing this action, which will be handled within a session. Otherwise, it will be considered as a one-shot connection, and NO RestStartServiceSession needs to be called and user may need to provide authentication information.Supporting Engines:
parameters
- Optional:NO
An array containing the following parameters:
public void restGetCSS(StepTestTable table, java.lang.String[] parameters)
Perform the "GET" method on a REST service, and verify the returned content is css before returning it. This action will send the "GET" method with Headers containing "Accept : text/css". It only tells the server what type of content is expected, and it is not guarantee that the server will return it. If the field SessionIDItem is provided in the map, the keyword RestStartServiceSession SHOULD be executed before executing this action, which will be handled within a session. Otherwise, it will be considered as a one-shot connection, and NO RestStartServiceSession needs to be called and user may need to provide authentication information.Supporting Engines:
table
- Optional:NO
The table to add the record to.parameters
- Optional:NO
An array containing the following parameters:
public ComponentFunction restGetCustom(java.lang.String relativeURI, java.lang.String responseIdVar, java.lang.String body, java.lang.String headers, java.lang.String authentication)
Perform the "GET" method on a REST service with headers defined by user, and return the content. This action will send the "GET" method with Headers defined by user. If the field SessionIDItem is provided in the map, the keyword RestStartServiceSession SHOULD be executed before executing this action, which will be handled within a session. Otherwise, it will be considered as a one-shot connection, and NO RestStartServiceSession needs to be called and user may need to provide authentication information.Supporting Engines:
relativeURI
- Optional:NOThe relative URI combined with a base-URL (stored in a session) to form a REST service URL.responseIdVar
- Optional:NO
The name of the variable holding "response ID", which is used by rest driver commands to verify/delete response.body
- Optional:YESThe body to send with this REST request.headers
- Optional:NO
The custom headers to be included in this REST request.authentication
- Optional:YES
The custom authentication/authorization information.public void restGetCustom(StepTestTable table, java.lang.String relativeURI, java.lang.String responseIdVar, java.lang.String body, java.lang.String headers, java.lang.String authentication)
Perform the "GET" method on a REST service with headers defined by user, and return the content. This action will send the "GET" method with Headers defined by user. If the field SessionIDItem is provided in the map, the keyword RestStartServiceSession SHOULD be executed before executing this action, which will be handled within a session. Otherwise, it will be considered as a one-shot connection, and NO RestStartServiceSession needs to be called and user may need to provide authentication information.Supporting Engines:
table
- Optional:NO
The table to add the record to.relativeURI
- Optional:NOThe relative URI combined with a base-URL (stored in a session) to form a REST service URL.responseIdVar
- Optional:NO
The name of the variable holding "response ID", which is used by rest driver commands to verify/delete response.body
- Optional:YESThe body to send with this REST request.headers
- Optional:NO
The custom headers to be included in this REST request.authentication
- Optional:YES
The custom authentication/authorization information.public ComponentFunction restGetCustom(java.lang.String[] parameters)
Perform the "GET" method on a REST service with headers defined by user, and return the content. This action will send the "GET" method with Headers defined by user. If the field SessionIDItem is provided in the map, the keyword RestStartServiceSession SHOULD be executed before executing this action, which will be handled within a session. Otherwise, it will be considered as a one-shot connection, and NO RestStartServiceSession needs to be called and user may need to provide authentication information.Supporting Engines:
parameters
- Optional:NO
An array containing the following parameters:
public void restGetCustom(StepTestTable table, java.lang.String[] parameters)
Perform the "GET" method on a REST service with headers defined by user, and return the content. This action will send the "GET" method with Headers defined by user. If the field SessionIDItem is provided in the map, the keyword RestStartServiceSession SHOULD be executed before executing this action, which will be handled within a session. Otherwise, it will be considered as a one-shot connection, and NO RestStartServiceSession needs to be called and user may need to provide authentication information.Supporting Engines:
table
- Optional:NO
The table to add the record to.parameters
- Optional:NO
An array containing the following parameters:
public ComponentFunction restGetHTML(java.lang.String relativeURI, java.lang.String responseIdVar, java.lang.String body, java.lang.String headers, java.lang.String authentication)
Perform the "GET" method on a REST service, and verify the returned content is html before returning it. This action will send the "GET" method with Headers containing "Accept : text/html". It only tells the server what type of content is expected, and it is not guarantee that the server will return it. If the field SessionIDItem is provided in the map, the keyword RestStartServiceSession SHOULD be executed before executing this action, which will be handled within a session. Otherwise, it will be considered as a one-shot connection, and NO RestStartServiceSession needs to be called and user may need to provide authentication information.Supporting Engines:
relativeURI
- Optional:NOThe relative URI combined with a base-URL (stored in a session) to form a REST service URL.responseIdVar
- Optional:NO
The name of the variable holding "response ID", which is used by rest driver commands to verify/delete response.body
- Optional:YESThe body to send with this REST request.headers
- Optional:YES
The custom headers to be included in this REST request.authentication
- Optional:YES
The custom authentication/authorization information.public void restGetHTML(StepTestTable table, java.lang.String relativeURI, java.lang.String responseIdVar, java.lang.String body, java.lang.String headers, java.lang.String authentication)
Perform the "GET" method on a REST service, and verify the returned content is html before returning it. This action will send the "GET" method with Headers containing "Accept : text/html". It only tells the server what type of content is expected, and it is not guarantee that the server will return it. If the field SessionIDItem is provided in the map, the keyword RestStartServiceSession SHOULD be executed before executing this action, which will be handled within a session. Otherwise, it will be considered as a one-shot connection, and NO RestStartServiceSession needs to be called and user may need to provide authentication information.Supporting Engines:
table
- Optional:NO
The table to add the record to.relativeURI
- Optional:NOThe relative URI combined with a base-URL (stored in a session) to form a REST service URL.responseIdVar
- Optional:NO
The name of the variable holding "response ID", which is used by rest driver commands to verify/delete response.body
- Optional:YESThe body to send with this REST request.headers
- Optional:YES
The custom headers to be included in this REST request.authentication
- Optional:YES
The custom authentication/authorization information.public ComponentFunction restGetHTML(java.lang.String[] parameters)
Perform the "GET" method on a REST service, and verify the returned content is html before returning it. This action will send the "GET" method with Headers containing "Accept : text/html". It only tells the server what type of content is expected, and it is not guarantee that the server will return it. If the field SessionIDItem is provided in the map, the keyword RestStartServiceSession SHOULD be executed before executing this action, which will be handled within a session. Otherwise, it will be considered as a one-shot connection, and NO RestStartServiceSession needs to be called and user may need to provide authentication information.Supporting Engines:
parameters
- Optional:NO
An array containing the following parameters:
public void restGetHTML(StepTestTable table, java.lang.String[] parameters)
Perform the "GET" method on a REST service, and verify the returned content is html before returning it. This action will send the "GET" method with Headers containing "Accept : text/html". It only tells the server what type of content is expected, and it is not guarantee that the server will return it. If the field SessionIDItem is provided in the map, the keyword RestStartServiceSession SHOULD be executed before executing this action, which will be handled within a session. Otherwise, it will be considered as a one-shot connection, and NO RestStartServiceSession needs to be called and user may need to provide authentication information.Supporting Engines:
table
- Optional:NO
The table to add the record to.parameters
- Optional:NO
An array containing the following parameters:
public ComponentFunction restGetImage(java.lang.String relativeURI, java.lang.String responseIdVar, java.lang.String body, java.lang.String headers, java.lang.String authentication)
Perform the "GET" method on a REST service, and verify the returned content is image before returning it. This action will send the "GET" method with Headers containing "Accept : image". It only tells the server what type of content is expected, and it is not guarantee that the server will return it. If the field SessionIDItem is provided in the map, the keyword RestStartServiceSession SHOULD be executed before executing this action, which will be handled within a session. Otherwise, it will be considered as a one-shot connection, and NO RestStartServiceSession needs to be called and user may need to provide authentication information.Supporting Engines:
relativeURI
- Optional:NOThe relative URI combined with a base-URL (stored in a session) to form a REST service URL.responseIdVar
- Optional:NO
The name of the variable holding "response ID", which is used by rest driver commands to verify/delete response.body
- Optional:YESThe body to send with this REST request.headers
- Optional:YES
The custom headers to be included in this REST request.authentication
- Optional:YES
The custom authentication/authorization information.public void restGetImage(StepTestTable table, java.lang.String relativeURI, java.lang.String responseIdVar, java.lang.String body, java.lang.String headers, java.lang.String authentication)
Perform the "GET" method on a REST service, and verify the returned content is image before returning it. This action will send the "GET" method with Headers containing "Accept : image". It only tells the server what type of content is expected, and it is not guarantee that the server will return it. If the field SessionIDItem is provided in the map, the keyword RestStartServiceSession SHOULD be executed before executing this action, which will be handled within a session. Otherwise, it will be considered as a one-shot connection, and NO RestStartServiceSession needs to be called and user may need to provide authentication information.Supporting Engines:
table
- Optional:NO
The table to add the record to.relativeURI
- Optional:NOThe relative URI combined with a base-URL (stored in a session) to form a REST service URL.responseIdVar
- Optional:NO
The name of the variable holding "response ID", which is used by rest driver commands to verify/delete response.body
- Optional:YESThe body to send with this REST request.headers
- Optional:YES
The custom headers to be included in this REST request.authentication
- Optional:YES
The custom authentication/authorization information.public ComponentFunction restGetImage(java.lang.String[] parameters)
Perform the "GET" method on a REST service, and verify the returned content is image before returning it. This action will send the "GET" method with Headers containing "Accept : image". It only tells the server what type of content is expected, and it is not guarantee that the server will return it. If the field SessionIDItem is provided in the map, the keyword RestStartServiceSession SHOULD be executed before executing this action, which will be handled within a session. Otherwise, it will be considered as a one-shot connection, and NO RestStartServiceSession needs to be called and user may need to provide authentication information.Supporting Engines:
parameters
- Optional:NO
An array containing the following parameters:
public void restGetImage(StepTestTable table, java.lang.String[] parameters)
Perform the "GET" method on a REST service, and verify the returned content is image before returning it. This action will send the "GET" method with Headers containing "Accept : image". It only tells the server what type of content is expected, and it is not guarantee that the server will return it. If the field SessionIDItem is provided in the map, the keyword RestStartServiceSession SHOULD be executed before executing this action, which will be handled within a session. Otherwise, it will be considered as a one-shot connection, and NO RestStartServiceSession needs to be called and user may need to provide authentication information.Supporting Engines:
table
- Optional:NO
The table to add the record to.parameters
- Optional:NO
An array containing the following parameters:
public ComponentFunction restGetJSON(java.lang.String relativeURI, java.lang.String responseIdVar, java.lang.String body, java.lang.String headers, java.lang.String authentication)
Perform the "GET" method on a REST service, and verify the returned content is json before returning it. This action will send the "GET" method with Headers containing "Accept : application/json". It only tells the server what type of content is expected, and it is not guarantee that the server will return it. If the field SessionIDItem is provided in the map, the keyword RestStartServiceSession SHOULD be executed before executing this action, which will be handled within a session. Otherwise, it will be considered as a one-shot connection, and NO RestStartServiceSession needs to be called and user may need to provide authentication information.Supporting Engines:
relativeURI
- Optional:NOThe relative URI combined with a base-URL (stored in a session) to form a REST service URL.responseIdVar
- Optional:NO
The name of the variable holding "response ID", which is used by rest driver commands to verify/delete response.body
- Optional:YESThe body to send with this REST request.headers
- Optional:YES
The custom headers to be included in this REST request.authentication
- Optional:YES
The custom authentication/authorization information.public void restGetJSON(StepTestTable table, java.lang.String relativeURI, java.lang.String responseIdVar, java.lang.String body, java.lang.String headers, java.lang.String authentication)
Perform the "GET" method on a REST service, and verify the returned content is json before returning it. This action will send the "GET" method with Headers containing "Accept : application/json". It only tells the server what type of content is expected, and it is not guarantee that the server will return it. If the field SessionIDItem is provided in the map, the keyword RestStartServiceSession SHOULD be executed before executing this action, which will be handled within a session. Otherwise, it will be considered as a one-shot connection, and NO RestStartServiceSession needs to be called and user may need to provide authentication information.Supporting Engines:
table
- Optional:NO
The table to add the record to.relativeURI
- Optional:NOThe relative URI combined with a base-URL (stored in a session) to form a REST service URL.responseIdVar
- Optional:NO
The name of the variable holding "response ID", which is used by rest driver commands to verify/delete response.body
- Optional:YESThe body to send with this REST request.headers
- Optional:YES
The custom headers to be included in this REST request.authentication
- Optional:YES
The custom authentication/authorization information.public ComponentFunction restGetJSON(java.lang.String[] parameters)
Perform the "GET" method on a REST service, and verify the returned content is json before returning it. This action will send the "GET" method with Headers containing "Accept : application/json". It only tells the server what type of content is expected, and it is not guarantee that the server will return it. If the field SessionIDItem is provided in the map, the keyword RestStartServiceSession SHOULD be executed before executing this action, which will be handled within a session. Otherwise, it will be considered as a one-shot connection, and NO RestStartServiceSession needs to be called and user may need to provide authentication information.Supporting Engines:
parameters
- Optional:NO
An array containing the following parameters:
public void restGetJSON(StepTestTable table, java.lang.String[] parameters)
Perform the "GET" method on a REST service, and verify the returned content is json before returning it. This action will send the "GET" method with Headers containing "Accept : application/json". It only tells the server what type of content is expected, and it is not guarantee that the server will return it. If the field SessionIDItem is provided in the map, the keyword RestStartServiceSession SHOULD be executed before executing this action, which will be handled within a session. Otherwise, it will be considered as a one-shot connection, and NO RestStartServiceSession needs to be called and user may need to provide authentication information.Supporting Engines:
table
- Optional:NO
The table to add the record to.parameters
- Optional:NO
An array containing the following parameters:
public ComponentFunction restGetScript(java.lang.String relativeURI, java.lang.String responseIdVar, java.lang.String body, java.lang.String headers, java.lang.String authentication)
Perform the "GET" method on a REST service, and verify the returned content is javascript before returning it. This action will send the "GET" method with Headers containing "Accept : application/javascript". It only tells the server what type of content is expected, and it is not guarantee that the server will return it. If the field SessionIDItem is provided in the map, the keyword RestStartServiceSession SHOULD be executed before executing this action, which will be handled within a session. Otherwise, it will be considered as a one-shot connection, and NO RestStartServiceSession needs to be called and user may need to provide authentication information.Supporting Engines:
relativeURI
- Optional:NOThe relative URI combined with a base-URL (stored in a session) to form a REST service URL.responseIdVar
- Optional:NO
The name of the variable holding "response ID", which is used by rest driver commands to verify/delete response.body
- Optional:YESThe body to send with this REST request.headers
- Optional:YES
The custom headers to be included in this REST request.authentication
- Optional:YES
The custom authentication/authorization information.public void restGetScript(StepTestTable table, java.lang.String relativeURI, java.lang.String responseIdVar, java.lang.String body, java.lang.String headers, java.lang.String authentication)
Perform the "GET" method on a REST service, and verify the returned content is javascript before returning it. This action will send the "GET" method with Headers containing "Accept : application/javascript". It only tells the server what type of content is expected, and it is not guarantee that the server will return it. If the field SessionIDItem is provided in the map, the keyword RestStartServiceSession SHOULD be executed before executing this action, which will be handled within a session. Otherwise, it will be considered as a one-shot connection, and NO RestStartServiceSession needs to be called and user may need to provide authentication information.Supporting Engines:
table
- Optional:NO
The table to add the record to.relativeURI
- Optional:NOThe relative URI combined with a base-URL (stored in a session) to form a REST service URL.responseIdVar
- Optional:NO
The name of the variable holding "response ID", which is used by rest driver commands to verify/delete response.body
- Optional:YESThe body to send with this REST request.headers
- Optional:YES
The custom headers to be included in this REST request.authentication
- Optional:YES
The custom authentication/authorization information.public ComponentFunction restGetScript(java.lang.String[] parameters)
Perform the "GET" method on a REST service, and verify the returned content is javascript before returning it. This action will send the "GET" method with Headers containing "Accept : application/javascript". It only tells the server what type of content is expected, and it is not guarantee that the server will return it. If the field SessionIDItem is provided in the map, the keyword RestStartServiceSession SHOULD be executed before executing this action, which will be handled within a session. Otherwise, it will be considered as a one-shot connection, and NO RestStartServiceSession needs to be called and user may need to provide authentication information.Supporting Engines:
parameters
- Optional:NO
An array containing the following parameters:
public void restGetScript(StepTestTable table, java.lang.String[] parameters)
Perform the "GET" method on a REST service, and verify the returned content is javascript before returning it. This action will send the "GET" method with Headers containing "Accept : application/javascript". It only tells the server what type of content is expected, and it is not guarantee that the server will return it. If the field SessionIDItem is provided in the map, the keyword RestStartServiceSession SHOULD be executed before executing this action, which will be handled within a session. Otherwise, it will be considered as a one-shot connection, and NO RestStartServiceSession needs to be called and user may need to provide authentication information.Supporting Engines:
table
- Optional:NO
The table to add the record to.parameters
- Optional:NO
An array containing the following parameters:
public ComponentFunction restGetText(java.lang.String relativeURI, java.lang.String responseIdVar, java.lang.String body, java.lang.String headers, java.lang.String authentication)
Perform the "GET" method on a REST service, and verify the returned content is text before returning it. This action will send the "GET" method with Headers containing "Accept : text/plain". It only tells the server what type of content is expected, and it is not guarantee that the server will return it. If the field SessionIDItem is provided in the map, the keyword RestStartServiceSession SHOULD be executed before executing this action, which will be handled within a session. Otherwise, it will be considered as a one-shot connection, and NO RestStartServiceSession needs to be called and user may need to provide authentication information.Supporting Engines:
relativeURI
- Optional:NOThe relative URI combined with a base-URL (stored in a session) to form a REST service URL.responseIdVar
- Optional:NO
The name of the variable holding "response ID", which is used by rest driver commands to verify/delete response.body
- Optional:YESThe body to send with this REST request.headers
- Optional:YES
The custom headers to be included in this REST request.authentication
- Optional:YES
The custom authentication/authorization information.public void restGetText(StepTestTable table, java.lang.String relativeURI, java.lang.String responseIdVar, java.lang.String body, java.lang.String headers, java.lang.String authentication)
Perform the "GET" method on a REST service, and verify the returned content is text before returning it. This action will send the "GET" method with Headers containing "Accept : text/plain". It only tells the server what type of content is expected, and it is not guarantee that the server will return it. If the field SessionIDItem is provided in the map, the keyword RestStartServiceSession SHOULD be executed before executing this action, which will be handled within a session. Otherwise, it will be considered as a one-shot connection, and NO RestStartServiceSession needs to be called and user may need to provide authentication information.Supporting Engines:
table
- Optional:NO
The table to add the record to.relativeURI
- Optional:NOThe relative URI combined with a base-URL (stored in a session) to form a REST service URL.responseIdVar
- Optional:NO
The name of the variable holding "response ID", which is used by rest driver commands to verify/delete response.body
- Optional:YESThe body to send with this REST request.headers
- Optional:YES
The custom headers to be included in this REST request.authentication
- Optional:YES
The custom authentication/authorization information.public ComponentFunction restGetText(java.lang.String[] parameters)
Perform the "GET" method on a REST service, and verify the returned content is text before returning it. This action will send the "GET" method with Headers containing "Accept : text/plain". It only tells the server what type of content is expected, and it is not guarantee that the server will return it. If the field SessionIDItem is provided in the map, the keyword RestStartServiceSession SHOULD be executed before executing this action, which will be handled within a session. Otherwise, it will be considered as a one-shot connection, and NO RestStartServiceSession needs to be called and user may need to provide authentication information.Supporting Engines:
parameters
- Optional:NO
An array containing the following parameters:
public void restGetText(StepTestTable table, java.lang.String[] parameters)
Perform the "GET" method on a REST service, and verify the returned content is text before returning it. This action will send the "GET" method with Headers containing "Accept : text/plain". It only tells the server what type of content is expected, and it is not guarantee that the server will return it. If the field SessionIDItem is provided in the map, the keyword RestStartServiceSession SHOULD be executed before executing this action, which will be handled within a session. Otherwise, it will be considered as a one-shot connection, and NO RestStartServiceSession needs to be called and user may need to provide authentication information.Supporting Engines:
table
- Optional:NO
The table to add the record to.parameters
- Optional:NO
An array containing the following parameters:
public ComponentFunction restGetXML(java.lang.String relativeURI, java.lang.String responseIdVar, java.lang.String body, java.lang.String headers, java.lang.String authentication)
Perform the "GET" method on a REST service, and verify the returned content is xml before returning it. This action will send the "GET" method with Headers containing "Accept : text/xml". It only tells the server what type of content is expected, and it is not guarantee that the server will return it. If the field SessionIDItem is provided in the map, the keyword RestStartServiceSession SHOULD be executed before executing this action, which will be handled within a session. Otherwise, it will be considered as a one-shot connection, and NO RestStartServiceSession needs to be called and user may need to provide authentication information.Supporting Engines:
relativeURI
- Optional:NOThe relative URI combined with a base-URL (stored in a session) to form a REST service URL.responseIdVar
- Optional:NO
The name of the variable holding "response ID", which is used by rest driver commands to verify/delete response.body
- Optional:YESThe body to send with this REST request.headers
- Optional:YES
The custom headers to be included in this REST request.authentication
- Optional:YES
The custom authentication/authorization information.public void restGetXML(StepTestTable table, java.lang.String relativeURI, java.lang.String responseIdVar, java.lang.String body, java.lang.String headers, java.lang.String authentication)
Perform the "GET" method on a REST service, and verify the returned content is xml before returning it. This action will send the "GET" method with Headers containing "Accept : text/xml". It only tells the server what type of content is expected, and it is not guarantee that the server will return it. If the field SessionIDItem is provided in the map, the keyword RestStartServiceSession SHOULD be executed before executing this action, which will be handled within a session. Otherwise, it will be considered as a one-shot connection, and NO RestStartServiceSession needs to be called and user may need to provide authentication information.Supporting Engines:
table
- Optional:NO
The table to add the record to.relativeURI
- Optional:NOThe relative URI combined with a base-URL (stored in a session) to form a REST service URL.responseIdVar
- Optional:NO
The name of the variable holding "response ID", which is used by rest driver commands to verify/delete response.body
- Optional:YESThe body to send with this REST request.headers
- Optional:YES
The custom headers to be included in this REST request.authentication
- Optional:YES
The custom authentication/authorization information.public ComponentFunction restGetXML(java.lang.String[] parameters)
Perform the "GET" method on a REST service, and verify the returned content is xml before returning it. This action will send the "GET" method with Headers containing "Accept : text/xml". It only tells the server what type of content is expected, and it is not guarantee that the server will return it. If the field SessionIDItem is provided in the map, the keyword RestStartServiceSession SHOULD be executed before executing this action, which will be handled within a session. Otherwise, it will be considered as a one-shot connection, and NO RestStartServiceSession needs to be called and user may need to provide authentication information.Supporting Engines:
parameters
- Optional:NO
An array containing the following parameters:
public void restGetXML(StepTestTable table, java.lang.String[] parameters)
Perform the "GET" method on a REST service, and verify the returned content is xml before returning it. This action will send the "GET" method with Headers containing "Accept : text/xml". It only tells the server what type of content is expected, and it is not guarantee that the server will return it. If the field SessionIDItem is provided in the map, the keyword RestStartServiceSession SHOULD be executed before executing this action, which will be handled within a session. Otherwise, it will be considered as a one-shot connection, and NO RestStartServiceSession needs to be called and user may need to provide authentication information.Supporting Engines:
table
- Optional:NO
The table to add the record to.parameters
- Optional:NO
An array containing the following parameters:
public ComponentFunction restHeadBinary(java.lang.String relativeURI, java.lang.String responseIdVar, java.lang.String body, java.lang.String headers, java.lang.String authentication)
Perform the "HEAD" method on a REST service, and verify the returned content is binary before returning the header part. This action will send the "HEAD" method with Headers containing "Accept : application/octet-stream". It only tells the server what type of content is expected, and it is not guarantee that the server will return it. If the field SessionIDItem is provided in the map, the keyword RestStartServiceSession SHOULD be executed before executing this action, which will be handled within a session. Otherwise, it will be considered as a one-shot connection, and NO RestStartServiceSession needs to be called and user may need to provide authentication information.Supporting Engines:
relativeURI
- Optional:NOThe relative URI combined with a base-URL (stored in a session) to form a REST service URL.responseIdVar
- Optional:NO
The name of the variable holding "response ID", which is used by rest driver commands to verify/delete response.body
- Optional:YESThe body to send with this REST request.headers
- Optional:YES
The custom headers to be included in this REST request.authentication
- Optional:YES
The custom authentication/authorization information.public void restHeadBinary(StepTestTable table, java.lang.String relativeURI, java.lang.String responseIdVar, java.lang.String body, java.lang.String headers, java.lang.String authentication)
Perform the "HEAD" method on a REST service, and verify the returned content is binary before returning the header part. This action will send the "HEAD" method with Headers containing "Accept : application/octet-stream". It only tells the server what type of content is expected, and it is not guarantee that the server will return it. If the field SessionIDItem is provided in the map, the keyword RestStartServiceSession SHOULD be executed before executing this action, which will be handled within a session. Otherwise, it will be considered as a one-shot connection, and NO RestStartServiceSession needs to be called and user may need to provide authentication information.Supporting Engines:
table
- Optional:NO
The table to add the record to.relativeURI
- Optional:NOThe relative URI combined with a base-URL (stored in a session) to form a REST service URL.responseIdVar
- Optional:NO
The name of the variable holding "response ID", which is used by rest driver commands to verify/delete response.body
- Optional:YESThe body to send with this REST request.headers
- Optional:YES
The custom headers to be included in this REST request.authentication
- Optional:YES
The custom authentication/authorization information.public ComponentFunction restHeadBinary(java.lang.String[] parameters)
Perform the "HEAD" method on a REST service, and verify the returned content is binary before returning the header part. This action will send the "HEAD" method with Headers containing "Accept : application/octet-stream". It only tells the server what type of content is expected, and it is not guarantee that the server will return it. If the field SessionIDItem is provided in the map, the keyword RestStartServiceSession SHOULD be executed before executing this action, which will be handled within a session. Otherwise, it will be considered as a one-shot connection, and NO RestStartServiceSession needs to be called and user may need to provide authentication information.Supporting Engines:
parameters
- Optional:NO
An array containing the following parameters:
public void restHeadBinary(StepTestTable table, java.lang.String[] parameters)
Perform the "HEAD" method on a REST service, and verify the returned content is binary before returning the header part. This action will send the "HEAD" method with Headers containing "Accept : application/octet-stream". It only tells the server what type of content is expected, and it is not guarantee that the server will return it. If the field SessionIDItem is provided in the map, the keyword RestStartServiceSession SHOULD be executed before executing this action, which will be handled within a session. Otherwise, it will be considered as a one-shot connection, and NO RestStartServiceSession needs to be called and user may need to provide authentication information.Supporting Engines:
table
- Optional:NO
The table to add the record to.parameters
- Optional:NO
An array containing the following parameters:
public ComponentFunction restHeadCSS(java.lang.String relativeURI, java.lang.String responseIdVar, java.lang.String body, java.lang.String headers, java.lang.String authentication)
Perform the "HEAD" method on a REST service, and verify the returned content is css before returning the header part. This action will send the "HEAD" method with Headers containing "Accept : text/css". It only tells the server what type of content is expected, and it is not guarantee that the server will return it. If the field SessionIDItem is provided in the map, the keyword RestStartServiceSession SHOULD be executed before executing this action, which will be handled within a session. Otherwise, it will be considered as a one-shot connection, and NO RestStartServiceSession needs to be called and user may need to provide authentication information.Supporting Engines:
relativeURI
- Optional:NOThe relative URI combined with a base-URL (stored in a session) to form a REST service URL.responseIdVar
- Optional:NO
The name of the variable holding "response ID", which is used by rest driver commands to verify/delete response.body
- Optional:YESThe body to send with this REST request.headers
- Optional:YES
The custom headers to be included in this REST request.authentication
- Optional:YES
The custom authentication/authorization information.public void restHeadCSS(StepTestTable table, java.lang.String relativeURI, java.lang.String responseIdVar, java.lang.String body, java.lang.String headers, java.lang.String authentication)
Perform the "HEAD" method on a REST service, and verify the returned content is css before returning the header part. This action will send the "HEAD" method with Headers containing "Accept : text/css". It only tells the server what type of content is expected, and it is not guarantee that the server will return it. If the field SessionIDItem is provided in the map, the keyword RestStartServiceSession SHOULD be executed before executing this action, which will be handled within a session. Otherwise, it will be considered as a one-shot connection, and NO RestStartServiceSession needs to be called and user may need to provide authentication information.Supporting Engines:
table
- Optional:NO
The table to add the record to.relativeURI
- Optional:NOThe relative URI combined with a base-URL (stored in a session) to form a REST service URL.responseIdVar
- Optional:NO
The name of the variable holding "response ID", which is used by rest driver commands to verify/delete response.body
- Optional:YESThe body to send with this REST request.headers
- Optional:YES
The custom headers to be included in this REST request.authentication
- Optional:YES
The custom authentication/authorization information.public ComponentFunction restHeadCSS(java.lang.String[] parameters)
Perform the "HEAD" method on a REST service, and verify the returned content is css before returning the header part. This action will send the "HEAD" method with Headers containing "Accept : text/css". It only tells the server what type of content is expected, and it is not guarantee that the server will return it. If the field SessionIDItem is provided in the map, the keyword RestStartServiceSession SHOULD be executed before executing this action, which will be handled within a session. Otherwise, it will be considered as a one-shot connection, and NO RestStartServiceSession needs to be called and user may need to provide authentication information.Supporting Engines:
parameters
- Optional:NO
An array containing the following parameters:
public void restHeadCSS(StepTestTable table, java.lang.String[] parameters)
Perform the "HEAD" method on a REST service, and verify the returned content is css before returning the header part. This action will send the "HEAD" method with Headers containing "Accept : text/css". It only tells the server what type of content is expected, and it is not guarantee that the server will return it. If the field SessionIDItem is provided in the map, the keyword RestStartServiceSession SHOULD be executed before executing this action, which will be handled within a session. Otherwise, it will be considered as a one-shot connection, and NO RestStartServiceSession needs to be called and user may need to provide authentication information.Supporting Engines:
table
- Optional:NO
The table to add the record to.parameters
- Optional:NO
An array containing the following parameters:
public ComponentFunction restHeadCustom(java.lang.String relativeURI, java.lang.String responseIdVar, java.lang.String body, java.lang.String headers, java.lang.String authentication)
Perform the "HEAD" method (with headers defined by user) on a REST service, and get back the header part. This action will send the "HEAD" method with Headers defined by user. It only tells the server what type of content is expected, and it is not guarantee that the server will return it. If the field SessionIDItem is provided in the map, the keyword RestStartServiceSession SHOULD be executed before executing this action, which will be handled within a session. Otherwise, it will be considered as a one-shot connection, and NO RestStartServiceSession needs to be called and user may need to provide authentication information.Supporting Engines:
relativeURI
- Optional:NOThe relative URI combined with a base-URL (stored in a session) to form a REST service URL.responseIdVar
- Optional:NO
The name of the variable holding "response ID", which is used by rest driver commands to verify/delete response.body
- Optional:YESThe body to send with this REST request.headers
- Optional:YES
The custom headers to be included in this REST request.authentication
- Optional:YES
The custom authentication/authorization information.public void restHeadCustom(StepTestTable table, java.lang.String relativeURI, java.lang.String responseIdVar, java.lang.String body, java.lang.String headers, java.lang.String authentication)
Perform the "HEAD" method (with headers defined by user) on a REST service, and get back the header part. This action will send the "HEAD" method with Headers defined by user. It only tells the server what type of content is expected, and it is not guarantee that the server will return it. If the field SessionIDItem is provided in the map, the keyword RestStartServiceSession SHOULD be executed before executing this action, which will be handled within a session. Otherwise, it will be considered as a one-shot connection, and NO RestStartServiceSession needs to be called and user may need to provide authentication information.Supporting Engines:
table
- Optional:NO
The table to add the record to.relativeURI
- Optional:NOThe relative URI combined with a base-URL (stored in a session) to form a REST service URL.responseIdVar
- Optional:NO
The name of the variable holding "response ID", which is used by rest driver commands to verify/delete response.body
- Optional:YESThe body to send with this REST request.headers
- Optional:YES
The custom headers to be included in this REST request.authentication
- Optional:YES
The custom authentication/authorization information.public ComponentFunction restHeadCustom(java.lang.String[] parameters)
Perform the "HEAD" method (with headers defined by user) on a REST service, and get back the header part. This action will send the "HEAD" method with Headers defined by user. It only tells the server what type of content is expected, and it is not guarantee that the server will return it. If the field SessionIDItem is provided in the map, the keyword RestStartServiceSession SHOULD be executed before executing this action, which will be handled within a session. Otherwise, it will be considered as a one-shot connection, and NO RestStartServiceSession needs to be called and user may need to provide authentication information.Supporting Engines:
parameters
- Optional:NO
An array containing the following parameters:
public void restHeadCustom(StepTestTable table, java.lang.String[] parameters)
Perform the "HEAD" method (with headers defined by user) on a REST service, and get back the header part. This action will send the "HEAD" method with Headers defined by user. It only tells the server what type of content is expected, and it is not guarantee that the server will return it. If the field SessionIDItem is provided in the map, the keyword RestStartServiceSession SHOULD be executed before executing this action, which will be handled within a session. Otherwise, it will be considered as a one-shot connection, and NO RestStartServiceSession needs to be called and user may need to provide authentication information.Supporting Engines:
table
- Optional:NO
The table to add the record to.parameters
- Optional:NO
An array containing the following parameters:
public ComponentFunction restHeadHTML(java.lang.String relativeURI, java.lang.String responseIdVar, java.lang.String body, java.lang.String headers, java.lang.String authentication)
Perform the "HEAD" method on a REST service, and verify the returned content is html before returning the header part. This action will send the "HEAD" method with Headers containing "Accept : text/html". It only tells the server what type of content is expected, and it is not guarantee that the server will return it. If the field SessionIDItem is provided in the map, the keyword RestStartServiceSession SHOULD be executed before executing this action, which will be handled within a session. Otherwise, it will be considered as a one-shot connection, and NO RestStartServiceSession needs to be called and user may need to provide authentication information.Supporting Engines:
relativeURI
- Optional:NOThe relative URI combined with a base-URL (stored in a session) to form a REST service URL.responseIdVar
- Optional:NO
The name of the variable holding "response ID", which is used by rest driver commands to verify/delete response.body
- Optional:YESThe body to send with this REST request.headers
- Optional:YES
The custom headers to be included in this REST request.authentication
- Optional:YES
The custom authentication/authorization information.public void restHeadHTML(StepTestTable table, java.lang.String relativeURI, java.lang.String responseIdVar, java.lang.String body, java.lang.String headers, java.lang.String authentication)
Perform the "HEAD" method on a REST service, and verify the returned content is html before returning the header part. This action will send the "HEAD" method with Headers containing "Accept : text/html". It only tells the server what type of content is expected, and it is not guarantee that the server will return it. If the field SessionIDItem is provided in the map, the keyword RestStartServiceSession SHOULD be executed before executing this action, which will be handled within a session. Otherwise, it will be considered as a one-shot connection, and NO RestStartServiceSession needs to be called and user may need to provide authentication information.Supporting Engines:
table
- Optional:NO
The table to add the record to.relativeURI
- Optional:NOThe relative URI combined with a base-URL (stored in a session) to form a REST service URL.responseIdVar
- Optional:NO
The name of the variable holding "response ID", which is used by rest driver commands to verify/delete response.body
- Optional:YESThe body to send with this REST request.headers
- Optional:YES
The custom headers to be included in this REST request.authentication
- Optional:YES
The custom authentication/authorization information.public ComponentFunction restHeadHTML(java.lang.String[] parameters)
Perform the "HEAD" method on a REST service, and verify the returned content is html before returning the header part. This action will send the "HEAD" method with Headers containing "Accept : text/html". It only tells the server what type of content is expected, and it is not guarantee that the server will return it. If the field SessionIDItem is provided in the map, the keyword RestStartServiceSession SHOULD be executed before executing this action, which will be handled within a session. Otherwise, it will be considered as a one-shot connection, and NO RestStartServiceSession needs to be called and user may need to provide authentication information.Supporting Engines:
parameters
- Optional:NO
An array containing the following parameters:
public void restHeadHTML(StepTestTable table, java.lang.String[] parameters)
Perform the "HEAD" method on a REST service, and verify the returned content is html before returning the header part. This action will send the "HEAD" method with Headers containing "Accept : text/html". It only tells the server what type of content is expected, and it is not guarantee that the server will return it. If the field SessionIDItem is provided in the map, the keyword RestStartServiceSession SHOULD be executed before executing this action, which will be handled within a session. Otherwise, it will be considered as a one-shot connection, and NO RestStartServiceSession needs to be called and user may need to provide authentication information.Supporting Engines:
table
- Optional:NO
The table to add the record to.parameters
- Optional:NO
An array containing the following parameters:
public ComponentFunction restHeadImage(java.lang.String relativeURI, java.lang.String responseIdVar, java.lang.String body, java.lang.String headers, java.lang.String authentication)
Perform the "HEAD" method on a REST service, and verify the returned content is image before returning the header part. This action will send the "HEAD" method with Headers containing "Accept : image". It only tells the server what type of content is expected, and it is not guarantee that the server will return it. If the field SessionIDItem is provided in the map, the keyword RestStartServiceSession SHOULD be executed before executing this action, which will be handled within a session. Otherwise, it will be considered as a one-shot connection, and NO RestStartServiceSession needs to be called and user may need to provide authentication information.Supporting Engines:
relativeURI
- Optional:NOThe relative URI combined with a base-URL (stored in a session) to form a REST service URL.responseIdVar
- Optional:NO
The name of the variable holding "response ID", which is used by rest driver commands to verify/delete response.body
- Optional:YESThe body to send with this REST request.headers
- Optional:YES
The custom headers to be included in this REST request.authentication
- Optional:YES
The custom authentication/authorization information.public void restHeadImage(StepTestTable table, java.lang.String relativeURI, java.lang.String responseIdVar, java.lang.String body, java.lang.String headers, java.lang.String authentication)
Perform the "HEAD" method on a REST service, and verify the returned content is image before returning the header part. This action will send the "HEAD" method with Headers containing "Accept : image". It only tells the server what type of content is expected, and it is not guarantee that the server will return it. If the field SessionIDItem is provided in the map, the keyword RestStartServiceSession SHOULD be executed before executing this action, which will be handled within a session. Otherwise, it will be considered as a one-shot connection, and NO RestStartServiceSession needs to be called and user may need to provide authentication information.Supporting Engines:
table
- Optional:NO
The table to add the record to.relativeURI
- Optional:NOThe relative URI combined with a base-URL (stored in a session) to form a REST service URL.responseIdVar
- Optional:NO
The name of the variable holding "response ID", which is used by rest driver commands to verify/delete response.body
- Optional:YESThe body to send with this REST request.headers
- Optional:YES
The custom headers to be included in this REST request.authentication
- Optional:YES
The custom authentication/authorization information.public ComponentFunction restHeadImage(java.lang.String[] parameters)
Perform the "HEAD" method on a REST service, and verify the returned content is image before returning the header part. This action will send the "HEAD" method with Headers containing "Accept : image". It only tells the server what type of content is expected, and it is not guarantee that the server will return it. If the field SessionIDItem is provided in the map, the keyword RestStartServiceSession SHOULD be executed before executing this action, which will be handled within a session. Otherwise, it will be considered as a one-shot connection, and NO RestStartServiceSession needs to be called and user may need to provide authentication information.Supporting Engines:
parameters
- Optional:NO
An array containing the following parameters:
public void restHeadImage(StepTestTable table, java.lang.String[] parameters)
Perform the "HEAD" method on a REST service, and verify the returned content is image before returning the header part. This action will send the "HEAD" method with Headers containing "Accept : image". It only tells the server what type of content is expected, and it is not guarantee that the server will return it. If the field SessionIDItem is provided in the map, the keyword RestStartServiceSession SHOULD be executed before executing this action, which will be handled within a session. Otherwise, it will be considered as a one-shot connection, and NO RestStartServiceSession needs to be called and user may need to provide authentication information.Supporting Engines:
table
- Optional:NO
The table to add the record to.parameters
- Optional:NO
An array containing the following parameters:
public ComponentFunction restHeadJSON(java.lang.String relativeURI, java.lang.String responseIdVar, java.lang.String body, java.lang.String headers, java.lang.String authentication)
Perform the "HEAD" method on a REST service, and verify the returned content is json before returning the header part. This action will send the "HEAD" method with Headers containing "Accept : application/json". It only tells the server what type of content is expected, and it is not guarantee that the server will return it. If the field SessionIDItem is provided in the map, the keyword RestStartServiceSession SHOULD be executed before executing this action, which will be handled within a session. Otherwise, it will be considered as a one-shot connection, and NO RestStartServiceSession needs to be called and user may need to provide authentication information.Supporting Engines:
relativeURI
- Optional:NOThe relative URI combined with a base-URL (stored in a session) to form a REST service URL.responseIdVar
- Optional:NO
The name of the variable holding "response ID", which is used by rest driver commands to verify/delete response.body
- Optional:YESThe body to send with this REST request.headers
- Optional:YES
The custom headers to be included in this REST request.authentication
- Optional:YES
The custom authentication/authorization information.public void restHeadJSON(StepTestTable table, java.lang.String relativeURI, java.lang.String responseIdVar, java.lang.String body, java.lang.String headers, java.lang.String authentication)
Perform the "HEAD" method on a REST service, and verify the returned content is json before returning the header part. This action will send the "HEAD" method with Headers containing "Accept : application/json". It only tells the server what type of content is expected, and it is not guarantee that the server will return it. If the field SessionIDItem is provided in the map, the keyword RestStartServiceSession SHOULD be executed before executing this action, which will be handled within a session. Otherwise, it will be considered as a one-shot connection, and NO RestStartServiceSession needs to be called and user may need to provide authentication information.Supporting Engines:
table
- Optional:NO
The table to add the record to.relativeURI
- Optional:NOThe relative URI combined with a base-URL (stored in a session) to form a REST service URL.responseIdVar
- Optional:NO
The name of the variable holding "response ID", which is used by rest driver commands to verify/delete response.body
- Optional:YESThe body to send with this REST request.headers
- Optional:YES
The custom headers to be included in this REST request.authentication
- Optional:YES
The custom authentication/authorization information.public ComponentFunction restHeadJSON(java.lang.String[] parameters)
Perform the "HEAD" method on a REST service, and verify the returned content is json before returning the header part. This action will send the "HEAD" method with Headers containing "Accept : application/json". It only tells the server what type of content is expected, and it is not guarantee that the server will return it. If the field SessionIDItem is provided in the map, the keyword RestStartServiceSession SHOULD be executed before executing this action, which will be handled within a session. Otherwise, it will be considered as a one-shot connection, and NO RestStartServiceSession needs to be called and user may need to provide authentication information.Supporting Engines:
parameters
- Optional:NO
An array containing the following parameters:
public void restHeadJSON(StepTestTable table, java.lang.String[] parameters)
Perform the "HEAD" method on a REST service, and verify the returned content is json before returning the header part. This action will send the "HEAD" method with Headers containing "Accept : application/json". It only tells the server what type of content is expected, and it is not guarantee that the server will return it. If the field SessionIDItem is provided in the map, the keyword RestStartServiceSession SHOULD be executed before executing this action, which will be handled within a session. Otherwise, it will be considered as a one-shot connection, and NO RestStartServiceSession needs to be called and user may need to provide authentication information.Supporting Engines:
table
- Optional:NO
The table to add the record to.parameters
- Optional:NO
An array containing the following parameters:
public ComponentFunction restHeadScript(java.lang.String relativeURI, java.lang.String responseIdVar, java.lang.String body, java.lang.String headers, java.lang.String authentication)
Perform the "HEAD" method on a REST service, and verify the returned content is javascript before returning the header part. This action will send the "HEAD" method with Headers containing "Accept : application/javascript". It only tells the server what type of content is expected, and it is not guarantee that the server will return it. If the field SessionIDItem is provided in the map, the keyword RestStartServiceSession SHOULD be executed before executing this action, which will be handled within a session. Otherwise, it will be considered as a one-shot connection, and NO RestStartServiceSession needs to be called and user may need to provide authentication information.Supporting Engines:
relativeURI
- Optional:NOThe relative URI combined with a base-URL (stored in a session) to form a REST service URL.responseIdVar
- Optional:NO
The name of the variable holding "response ID", which is used by rest driver commands to verify/delete response.body
- Optional:YESThe body to send with this REST request.headers
- Optional:YES
The custom headers to be included in this REST request.authentication
- Optional:YES
The custom authentication/authorization information.public void restHeadScript(StepTestTable table, java.lang.String relativeURI, java.lang.String responseIdVar, java.lang.String body, java.lang.String headers, java.lang.String authentication)
Perform the "HEAD" method on a REST service, and verify the returned content is javascript before returning the header part. This action will send the "HEAD" method with Headers containing "Accept : application/javascript". It only tells the server what type of content is expected, and it is not guarantee that the server will return it. If the field SessionIDItem is provided in the map, the keyword RestStartServiceSession SHOULD be executed before executing this action, which will be handled within a session. Otherwise, it will be considered as a one-shot connection, and NO RestStartServiceSession needs to be called and user may need to provide authentication information.Supporting Engines:
table
- Optional:NO
The table to add the record to.relativeURI
- Optional:NOThe relative URI combined with a base-URL (stored in a session) to form a REST service URL.responseIdVar
- Optional:NO
The name of the variable holding "response ID", which is used by rest driver commands to verify/delete response.body
- Optional:YESThe body to send with this REST request.headers
- Optional:YES
The custom headers to be included in this REST request.authentication
- Optional:YES
The custom authentication/authorization information.public ComponentFunction restHeadScript(java.lang.String[] parameters)
Perform the "HEAD" method on a REST service, and verify the returned content is javascript before returning the header part. This action will send the "HEAD" method with Headers containing "Accept : application/javascript". It only tells the server what type of content is expected, and it is not guarantee that the server will return it. If the field SessionIDItem is provided in the map, the keyword RestStartServiceSession SHOULD be executed before executing this action, which will be handled within a session. Otherwise, it will be considered as a one-shot connection, and NO RestStartServiceSession needs to be called and user may need to provide authentication information.Supporting Engines:
parameters
- Optional:NO
An array containing the following parameters:
public void restHeadScript(StepTestTable table, java.lang.String[] parameters)
Perform the "HEAD" method on a REST service, and verify the returned content is javascript before returning the header part. This action will send the "HEAD" method with Headers containing "Accept : application/javascript". It only tells the server what type of content is expected, and it is not guarantee that the server will return it. If the field SessionIDItem is provided in the map, the keyword RestStartServiceSession SHOULD be executed before executing this action, which will be handled within a session. Otherwise, it will be considered as a one-shot connection, and NO RestStartServiceSession needs to be called and user may need to provide authentication information.Supporting Engines:
table
- Optional:NO
The table to add the record to.parameters
- Optional:NO
An array containing the following parameters:
public ComponentFunction restHeadText(java.lang.String relativeURI, java.lang.String responseIdVar, java.lang.String body, java.lang.String headers, java.lang.String authentication)
Perform the "HEAD" method on a REST service, and verify the returned content is text before returning the header part. This action will send the "HEAD" method with Headers containing "Accept : text/plain". It only tells the server what type of content is expected, and it is not guarantee that the server will return it. If the field SessionIDItem is provided in the map, the keyword RestStartServiceSession SHOULD be executed before executing this action, which will be handled within a session. Otherwise, it will be considered as a one-shot connection, and NO RestStartServiceSession needs to be called and user may need to provide authentication information.Supporting Engines:
relativeURI
- Optional:NOThe relative URI combined with a base-URL (stored in a session) to form a REST service URL.responseIdVar
- Optional:NO
The name of the variable holding "response ID", which is used by rest driver commands to verify/delete response.body
- Optional:YESThe body to send with this REST request.headers
- Optional:YES
The custom headers to be included in this REST request.authentication
- Optional:YES
The custom authentication/authorization information.public void restHeadText(StepTestTable table, java.lang.String relativeURI, java.lang.String responseIdVar, java.lang.String body, java.lang.String headers, java.lang.String authentication)
Perform the "HEAD" method on a REST service, and verify the returned content is text before returning the header part. This action will send the "HEAD" method with Headers containing "Accept : text/plain". It only tells the server what type of content is expected, and it is not guarantee that the server will return it. If the field SessionIDItem is provided in the map, the keyword RestStartServiceSession SHOULD be executed before executing this action, which will be handled within a session. Otherwise, it will be considered as a one-shot connection, and NO RestStartServiceSession needs to be called and user may need to provide authentication information.Supporting Engines:
table
- Optional:NO
The table to add the record to.relativeURI
- Optional:NOThe relative URI combined with a base-URL (stored in a session) to form a REST service URL.responseIdVar
- Optional:NO
The name of the variable holding "response ID", which is used by rest driver commands to verify/delete response.body
- Optional:YESThe body to send with this REST request.headers
- Optional:YES
The custom headers to be included in this REST request.authentication
- Optional:YES
The custom authentication/authorization information.public ComponentFunction restHeadText(java.lang.String[] parameters)
Perform the "HEAD" method on a REST service, and verify the returned content is text before returning the header part. This action will send the "HEAD" method with Headers containing "Accept : text/plain". It only tells the server what type of content is expected, and it is not guarantee that the server will return it. If the field SessionIDItem is provided in the map, the keyword RestStartServiceSession SHOULD be executed before executing this action, which will be handled within a session. Otherwise, it will be considered as a one-shot connection, and NO RestStartServiceSession needs to be called and user may need to provide authentication information.Supporting Engines:
parameters
- Optional:NO
An array containing the following parameters:
public void restHeadText(StepTestTable table, java.lang.String[] parameters)
Perform the "HEAD" method on a REST service, and verify the returned content is text before returning the header part. This action will send the "HEAD" method with Headers containing "Accept : text/plain". It only tells the server what type of content is expected, and it is not guarantee that the server will return it. If the field SessionIDItem is provided in the map, the keyword RestStartServiceSession SHOULD be executed before executing this action, which will be handled within a session. Otherwise, it will be considered as a one-shot connection, and NO RestStartServiceSession needs to be called and user may need to provide authentication information.Supporting Engines:
table
- Optional:NO
The table to add the record to.parameters
- Optional:NO
An array containing the following parameters:
public ComponentFunction restHeadXML(java.lang.String relativeURI, java.lang.String responseIdVar, java.lang.String body, java.lang.String headers, java.lang.String authentication)
Perform the "HEAD" method on a REST service, and verify the returned content is xml before returning the header part. This action will send the "HEAD" method with Headers containing "Accept : text/xml". It only tells the server what type of content is expected, and it is not guarantee that the server will return it. If the field SessionIDItem is provided in the map, the keyword RestStartServiceSession SHOULD be executed before executing this action, which will be handled within a session. Otherwise, it will be considered as a one-shot connection, and NO RestStartServiceSession needs to be called and user may need to provide authentication information.Supporting Engines:
relativeURI
- Optional:NOThe relative URI combined with a base-URL (stored in a session) to form a REST service URL.responseIdVar
- Optional:NO
The name of the variable holding "response ID", which is used by rest driver commands to verify/delete response.body
- Optional:YESThe body to send with this REST request.headers
- Optional:YES
The custom headers to be included in this REST request.authentication
- Optional:YES
The custom authentication/authorization information.public void restHeadXML(StepTestTable table, java.lang.String relativeURI, java.lang.String responseIdVar, java.lang.String body, java.lang.String headers, java.lang.String authentication)
Perform the "HEAD" method on a REST service, and verify the returned content is xml before returning the header part. This action will send the "HEAD" method with Headers containing "Accept : text/xml". It only tells the server what type of content is expected, and it is not guarantee that the server will return it. If the field SessionIDItem is provided in the map, the keyword RestStartServiceSession SHOULD be executed before executing this action, which will be handled within a session. Otherwise, it will be considered as a one-shot connection, and NO RestStartServiceSession needs to be called and user may need to provide authentication information.Supporting Engines:
table
- Optional:NO
The table to add the record to.relativeURI
- Optional:NOThe relative URI combined with a base-URL (stored in a session) to form a REST service URL.responseIdVar
- Optional:NO
The name of the variable holding "response ID", which is used by rest driver commands to verify/delete response.body
- Optional:YESThe body to send with this REST request.headers
- Optional:YES
The custom headers to be included in this REST request.authentication
- Optional:YES
The custom authentication/authorization information.public ComponentFunction restHeadXML(java.lang.String[] parameters)
Perform the "HEAD" method on a REST service, and verify the returned content is xml before returning the header part. This action will send the "HEAD" method with Headers containing "Accept : text/xml". It only tells the server what type of content is expected, and it is not guarantee that the server will return it. If the field SessionIDItem is provided in the map, the keyword RestStartServiceSession SHOULD be executed before executing this action, which will be handled within a session. Otherwise, it will be considered as a one-shot connection, and NO RestStartServiceSession needs to be called and user may need to provide authentication information.Supporting Engines:
parameters
- Optional:NO
An array containing the following parameters:
public void restHeadXML(StepTestTable table, java.lang.String[] parameters)
Perform the "HEAD" method on a REST service, and verify the returned content is xml before returning the header part. This action will send the "HEAD" method with Headers containing "Accept : text/xml". It only tells the server what type of content is expected, and it is not guarantee that the server will return it. If the field SessionIDItem is provided in the map, the keyword RestStartServiceSession SHOULD be executed before executing this action, which will be handled within a session. Otherwise, it will be considered as a one-shot connection, and NO RestStartServiceSession needs to be called and user may need to provide authentication information.Supporting Engines:
table
- Optional:NO
The table to add the record to.parameters
- Optional:NO
An array containing the following parameters:
public ComponentFunction restPatchBinary()
Supporting Engines:
public void restPatchBinary(StepTestTable table)
Supporting Engines:
table
- Optional:NO
The table to add the record to.public ComponentFunction restPatchCSS()
Supporting Engines:
public void restPatchCSS(StepTestTable table)
Supporting Engines:
table
- Optional:NO
The table to add the record to.public ComponentFunction restPatchCustom()
Supporting Engines:
public void restPatchCustom(StepTestTable table)
Supporting Engines:
table
- Optional:NO
The table to add the record to.public ComponentFunction restPatchHTML()
Supporting Engines:
public void restPatchHTML(StepTestTable table)
Supporting Engines:
table
- Optional:NO
The table to add the record to.public ComponentFunction restPatchImage()
Supporting Engines:
public void restPatchImage(StepTestTable table)
Supporting Engines:
table
- Optional:NO
The table to add the record to.public ComponentFunction restPatchJSON()
Supporting Engines:
public void restPatchJSON(StepTestTable table)
Supporting Engines:
table
- Optional:NO
The table to add the record to.public ComponentFunction restPatchScript()
Supporting Engines:
public void restPatchScript(StepTestTable table)
Supporting Engines:
table
- Optional:NO
The table to add the record to.public ComponentFunction restPatchText()
Supporting Engines:
public void restPatchText(StepTestTable table)
Supporting Engines:
table
- Optional:NO
The table to add the record to.public ComponentFunction restPatchXML(java.lang.String relativeURI, java.lang.String responseIdVar, java.lang.String body, java.lang.String headers, java.lang.String authentication)
Perform the "PATCH" method on a REST service, and verify the returned status code is 200 or 204. This action will send the "PATCH" method with Headers containing "Content-Type : text/xml". If the field SessionIDItem is provided in the map, the keyword RestStartServiceSession SHOULD be executed before executing this action, which will be handled within a session. Otherwise, it will be considered as a one-shot connection, and NO RestStartServiceSession needs to be called and user may need to provide authentication information.Supporting Engines:
relativeURI
- Optional:NOThe relative URI combined with a base-URL (stored in a session) to form a REST service URL.responseIdVar
- Optional:NO
The name of the variable holding "response ID", which is used by rest driver commands to verify/delete response.body
- Optional:YESThe body to send with this REST request.headers
- Optional:YES
The custom headers to be included in this REST request.authentication
- Optional:YES
The custom authentication/authorization information.public void restPatchXML(StepTestTable table, java.lang.String relativeURI, java.lang.String responseIdVar, java.lang.String body, java.lang.String headers, java.lang.String authentication)
Perform the "PATCH" method on a REST service, and verify the returned status code is 200 or 204. This action will send the "PATCH" method with Headers containing "Content-Type : text/xml". If the field SessionIDItem is provided in the map, the keyword RestStartServiceSession SHOULD be executed before executing this action, which will be handled within a session. Otherwise, it will be considered as a one-shot connection, and NO RestStartServiceSession needs to be called and user may need to provide authentication information.Supporting Engines:
table
- Optional:NO
The table to add the record to.relativeURI
- Optional:NOThe relative URI combined with a base-URL (stored in a session) to form a REST service URL.responseIdVar
- Optional:NO
The name of the variable holding "response ID", which is used by rest driver commands to verify/delete response.body
- Optional:YESThe body to send with this REST request.headers
- Optional:YES
The custom headers to be included in this REST request.authentication
- Optional:YES
The custom authentication/authorization information.public ComponentFunction restPatchXML(java.lang.String[] parameters)
Perform the "PATCH" method on a REST service, and verify the returned status code is 200 or 204. This action will send the "PATCH" method with Headers containing "Content-Type : text/xml". If the field SessionIDItem is provided in the map, the keyword RestStartServiceSession SHOULD be executed before executing this action, which will be handled within a session. Otherwise, it will be considered as a one-shot connection, and NO RestStartServiceSession needs to be called and user may need to provide authentication information.Supporting Engines:
parameters
- Optional:NO
An array containing the following parameters:
public void restPatchXML(StepTestTable table, java.lang.String[] parameters)
Perform the "PATCH" method on a REST service, and verify the returned status code is 200 or 204. This action will send the "PATCH" method with Headers containing "Content-Type : text/xml". If the field SessionIDItem is provided in the map, the keyword RestStartServiceSession SHOULD be executed before executing this action, which will be handled within a session. Otherwise, it will be considered as a one-shot connection, and NO RestStartServiceSession needs to be called and user may need to provide authentication information.Supporting Engines:
table
- Optional:NO
The table to add the record to.parameters
- Optional:NO
An array containing the following parameters:
public ComponentFunction restPostBinary()
Supporting Engines:
public void restPostBinary(StepTestTable table)
Supporting Engines:
table
- Optional:NO
The table to add the record to.public ComponentFunction restPostCSS()
Supporting Engines:
public void restPostCSS(StepTestTable table)
Supporting Engines:
table
- Optional:NO
The table to add the record to.public ComponentFunction restPostCustom()
Supporting Engines:
public void restPostCustom(StepTestTable table)
Supporting Engines:
table
- Optional:NO
The table to add the record to.public ComponentFunction restPostHTML()
Supporting Engines:
public void restPostHTML(StepTestTable table)
Supporting Engines:
table
- Optional:NO
The table to add the record to.public ComponentFunction restPostImage()
Supporting Engines:
public void restPostImage(StepTestTable table)
Supporting Engines:
table
- Optional:NO
The table to add the record to.public ComponentFunction restPostJSON()
Supporting Engines:
public void restPostJSON(StepTestTable table)
Supporting Engines:
table
- Optional:NO
The table to add the record to.public ComponentFunction restPostScript()
Supporting Engines:
public void restPostScript(StepTestTable table)
Supporting Engines:
table
- Optional:NO
The table to add the record to.public ComponentFunction restPostText()
Supporting Engines:
public void restPostText(StepTestTable table)
Supporting Engines:
table
- Optional:NO
The table to add the record to.public ComponentFunction restPostXML(java.lang.String relativeURI, java.lang.String responseIdVar, java.lang.String body, java.lang.String headers, java.lang.String authentication)
Perform the "POST" method on a REST service, and verify the returned status code is 201 ("created"). This action will send the "POST" method with Headers containing "Content-Type : text/xml". If the field SessionIDItem is provided in the map, the keyword RestStartServiceSession SHOULD be executed before executing this action, which will be handled within a session. Otherwise, it will be considered as a one-shot connection, and NO RestStartServiceSession needs to be called and user may need to provide authentication information.Supporting Engines:
relativeURI
- Optional:NOThe relative URI combined with a base-URL (stored in a session) to form a REST service URL.responseIdVar
- Optional:NO
The name of the variable holding "response ID", which is used by rest driver commands to verify/delete response.body
- Optional:YESThe body to send with this REST request.headers
- Optional:YES
The custom headers to be included in this REST request.authentication
- Optional:YES
The custom authentication/authorization information.public void restPostXML(StepTestTable table, java.lang.String relativeURI, java.lang.String responseIdVar, java.lang.String body, java.lang.String headers, java.lang.String authentication)
Perform the "POST" method on a REST service, and verify the returned status code is 201 ("created"). This action will send the "POST" method with Headers containing "Content-Type : text/xml". If the field SessionIDItem is provided in the map, the keyword RestStartServiceSession SHOULD be executed before executing this action, which will be handled within a session. Otherwise, it will be considered as a one-shot connection, and NO RestStartServiceSession needs to be called and user may need to provide authentication information.Supporting Engines:
table
- Optional:NO
The table to add the record to.relativeURI
- Optional:NOThe relative URI combined with a base-URL (stored in a session) to form a REST service URL.responseIdVar
- Optional:NO
The name of the variable holding "response ID", which is used by rest driver commands to verify/delete response.body
- Optional:YESThe body to send with this REST request.headers
- Optional:YES
The custom headers to be included in this REST request.authentication
- Optional:YES
The custom authentication/authorization information.public ComponentFunction restPostXML(java.lang.String[] parameters)
Perform the "POST" method on a REST service, and verify the returned status code is 201 ("created"). This action will send the "POST" method with Headers containing "Content-Type : text/xml". If the field SessionIDItem is provided in the map, the keyword RestStartServiceSession SHOULD be executed before executing this action, which will be handled within a session. Otherwise, it will be considered as a one-shot connection, and NO RestStartServiceSession needs to be called and user may need to provide authentication information.Supporting Engines:
parameters
- Optional:NO
An array containing the following parameters:
public void restPostXML(StepTestTable table, java.lang.String[] parameters)
Perform the "POST" method on a REST service, and verify the returned status code is 201 ("created"). This action will send the "POST" method with Headers containing "Content-Type : text/xml". If the field SessionIDItem is provided in the map, the keyword RestStartServiceSession SHOULD be executed before executing this action, which will be handled within a session. Otherwise, it will be considered as a one-shot connection, and NO RestStartServiceSession needs to be called and user may need to provide authentication information.Supporting Engines:
table
- Optional:NO
The table to add the record to.parameters
- Optional:NO
An array containing the following parameters:
public ComponentFunction restPutBinary()
Put binary content. Not implemented yet.Supporting Engines:
public void restPutBinary(StepTestTable table)
Put binary content. Not implemented yet.Supporting Engines:
table
- Optional:NO
The table to add the record to.public ComponentFunction restPutCSS(java.lang.String relativeURI, java.lang.String responseIdVar, java.lang.String body, java.lang.String headers, java.lang.String authentication)
Perform the "PUT" method on a REST service, and verify the returned status code is 201 ("created") or 200 or 204. This action will send the "PUT" method with Headers containing "Content-Type : text/css". If the field SessionIDItem is provided in the map, the keyword RestStartServiceSession SHOULD be executed before executing this action, which will be handled within a session. Otherwise, it will be considered as a one-shot connection, and NO RestStartServiceSession needs to be called and user may need to provide authentication information.Supporting Engines:
relativeURI
- Optional:NOThe relative URI combined with a base-URL (stored in a session) to form a REST service URL.responseIdVar
- Optional:NO
The name of the variable holding "response ID", which is used by rest driver commands to verify/delete response.body
- Optional:YESThe body to send with this REST request.headers
- Optional:YES
The custom headers to be included in this REST request.authentication
- Optional:YES
The custom authentication/authorization information.public void restPutCSS(StepTestTable table, java.lang.String relativeURI, java.lang.String responseIdVar, java.lang.String body, java.lang.String headers, java.lang.String authentication)
Perform the "PUT" method on a REST service, and verify the returned status code is 201 ("created") or 200 or 204. This action will send the "PUT" method with Headers containing "Content-Type : text/css". If the field SessionIDItem is provided in the map, the keyword RestStartServiceSession SHOULD be executed before executing this action, which will be handled within a session. Otherwise, it will be considered as a one-shot connection, and NO RestStartServiceSession needs to be called and user may need to provide authentication information.Supporting Engines:
table
- Optional:NO
The table to add the record to.relativeURI
- Optional:NOThe relative URI combined with a base-URL (stored in a session) to form a REST service URL.responseIdVar
- Optional:NO
The name of the variable holding "response ID", which is used by rest driver commands to verify/delete response.body
- Optional:YESThe body to send with this REST request.headers
- Optional:YES
The custom headers to be included in this REST request.authentication
- Optional:YES
The custom authentication/authorization information.public ComponentFunction restPutCSS(java.lang.String[] parameters)
Perform the "PUT" method on a REST service, and verify the returned status code is 201 ("created") or 200 or 204. This action will send the "PUT" method with Headers containing "Content-Type : text/css". If the field SessionIDItem is provided in the map, the keyword RestStartServiceSession SHOULD be executed before executing this action, which will be handled within a session. Otherwise, it will be considered as a one-shot connection, and NO RestStartServiceSession needs to be called and user may need to provide authentication information.Supporting Engines:
parameters
- Optional:NO
An array containing the following parameters:
public void restPutCSS(StepTestTable table, java.lang.String[] parameters)
Perform the "PUT" method on a REST service, and verify the returned status code is 201 ("created") or 200 or 204. This action will send the "PUT" method with Headers containing "Content-Type : text/css". If the field SessionIDItem is provided in the map, the keyword RestStartServiceSession SHOULD be executed before executing this action, which will be handled within a session. Otherwise, it will be considered as a one-shot connection, and NO RestStartServiceSession needs to be called and user may need to provide authentication information.Supporting Engines:
table
- Optional:NO
The table to add the record to.parameters
- Optional:NO
An array containing the following parameters:
public ComponentFunction restPutCustom(java.lang.String relativeURI, java.lang.String responseIdVar, java.lang.String body, java.lang.String headers, java.lang.String authentication)
Perform the "PUT" method on a REST service, and verify the returned status code is 201 ("created") or 200 or 204. This action will send the "PUT" method with Headers defined by user. If the field SessionIDItem is provided in the map, the keyword RestStartServiceSession SHOULD be executed before executing this action, which will be handled within a session. Otherwise, it will be considered as a one-shot connection, and NO RestStartServiceSession needs to be called and user may need to provide authentication information.Supporting Engines:
relativeURI
- Optional:NOThe relative URI combined with a base-URL (stored in a session) to form a REST service URL.responseIdVar
- Optional:NO
The name of the variable holding "response ID", which is used by rest driver commands to verify/delete response.body
- Optional:YESThe body to send with this REST request.headers
- Optional:YES
The custom headers to be included in this REST request.authentication
- Optional:YES
The custom authentication/authorization information.public void restPutCustom(StepTestTable table, java.lang.String relativeURI, java.lang.String responseIdVar, java.lang.String body, java.lang.String headers, java.lang.String authentication)
Perform the "PUT" method on a REST service, and verify the returned status code is 201 ("created") or 200 or 204. This action will send the "PUT" method with Headers defined by user. If the field SessionIDItem is provided in the map, the keyword RestStartServiceSession SHOULD be executed before executing this action, which will be handled within a session. Otherwise, it will be considered as a one-shot connection, and NO RestStartServiceSession needs to be called and user may need to provide authentication information.Supporting Engines:
table
- Optional:NO
The table to add the record to.relativeURI
- Optional:NOThe relative URI combined with a base-URL (stored in a session) to form a REST service URL.responseIdVar
- Optional:NO
The name of the variable holding "response ID", which is used by rest driver commands to verify/delete response.body
- Optional:YESThe body to send with this REST request.headers
- Optional:YES
The custom headers to be included in this REST request.authentication
- Optional:YES
The custom authentication/authorization information.public ComponentFunction restPutCustom(java.lang.String[] parameters)
Perform the "PUT" method on a REST service, and verify the returned status code is 201 ("created") or 200 or 204. This action will send the "PUT" method with Headers defined by user. If the field SessionIDItem is provided in the map, the keyword RestStartServiceSession SHOULD be executed before executing this action, which will be handled within a session. Otherwise, it will be considered as a one-shot connection, and NO RestStartServiceSession needs to be called and user may need to provide authentication information.Supporting Engines:
parameters
- Optional:NO
An array containing the following parameters:
public void restPutCustom(StepTestTable table, java.lang.String[] parameters)
Perform the "PUT" method on a REST service, and verify the returned status code is 201 ("created") or 200 or 204. This action will send the "PUT" method with Headers defined by user. If the field SessionIDItem is provided in the map, the keyword RestStartServiceSession SHOULD be executed before executing this action, which will be handled within a session. Otherwise, it will be considered as a one-shot connection, and NO RestStartServiceSession needs to be called and user may need to provide authentication information.Supporting Engines:
table
- Optional:NO
The table to add the record to.parameters
- Optional:NO
An array containing the following parameters:
public ComponentFunction restPutHTML(java.lang.String relativeURI, java.lang.String responseIdVar, java.lang.String body, java.lang.String headers, java.lang.String authentication)
Perform the "PUT" method on a REST service, and verify the returned status code is 201 ("created") or 200 or 204. This action will send the "PUT" method with Headers containing "Content-Type : text/html". If the field SessionIDItem is provided in the map, the keyword RestStartServiceSession SHOULD be executed before executing this action, which will be handled within a session. Otherwise, it will be considered as a one-shot connection, and NO RestStartServiceSession needs to be called and user may need to provide authentication information.Supporting Engines:
relativeURI
- Optional:NOThe relative URI combined with a base-URL (stored in a session) to form a REST service URL.responseIdVar
- Optional:NO
The name of the variable holding "response ID", which is used by rest driver commands to verify/delete response.body
- Optional:YESThe body to send with this REST request.headers
- Optional:YES
The custom headers to be included in this REST request.authentication
- Optional:YES
The custom authentication/authorization information.public void restPutHTML(StepTestTable table, java.lang.String relativeURI, java.lang.String responseIdVar, java.lang.String body, java.lang.String headers, java.lang.String authentication)
Perform the "PUT" method on a REST service, and verify the returned status code is 201 ("created") or 200 or 204. This action will send the "PUT" method with Headers containing "Content-Type : text/html". If the field SessionIDItem is provided in the map, the keyword RestStartServiceSession SHOULD be executed before executing this action, which will be handled within a session. Otherwise, it will be considered as a one-shot connection, and NO RestStartServiceSession needs to be called and user may need to provide authentication information.Supporting Engines:
table
- Optional:NO
The table to add the record to.relativeURI
- Optional:NOThe relative URI combined with a base-URL (stored in a session) to form a REST service URL.responseIdVar
- Optional:NO
The name of the variable holding "response ID", which is used by rest driver commands to verify/delete response.body
- Optional:YESThe body to send with this REST request.headers
- Optional:YES
The custom headers to be included in this REST request.authentication
- Optional:YES
The custom authentication/authorization information.public ComponentFunction restPutHTML(java.lang.String[] parameters)
Perform the "PUT" method on a REST service, and verify the returned status code is 201 ("created") or 200 or 204. This action will send the "PUT" method with Headers containing "Content-Type : text/html". If the field SessionIDItem is provided in the map, the keyword RestStartServiceSession SHOULD be executed before executing this action, which will be handled within a session. Otherwise, it will be considered as a one-shot connection, and NO RestStartServiceSession needs to be called and user may need to provide authentication information.Supporting Engines:
parameters
- Optional:NO
An array containing the following parameters:
public void restPutHTML(StepTestTable table, java.lang.String[] parameters)
Perform the "PUT" method on a REST service, and verify the returned status code is 201 ("created") or 200 or 204. This action will send the "PUT" method with Headers containing "Content-Type : text/html". If the field SessionIDItem is provided in the map, the keyword RestStartServiceSession SHOULD be executed before executing this action, which will be handled within a session. Otherwise, it will be considered as a one-shot connection, and NO RestStartServiceSession needs to be called and user may need to provide authentication information.Supporting Engines:
table
- Optional:NO
The table to add the record to.parameters
- Optional:NO
An array containing the following parameters:
public ComponentFunction restPutImage()
Put image content. Not implemented yet.Supporting Engines:
public void restPutImage(StepTestTable table)
Put image content. Not implemented yet.Supporting Engines:
table
- Optional:NO
The table to add the record to.public ComponentFunction restPutJSON(java.lang.String relativeURI, java.lang.String responseIdVar, java.lang.String body, java.lang.String headers, java.lang.String authentication)
Perform the "PUT" method on a REST service, and verify the returned status code is 201 ("created") or 200 or 204. This action will send the "PUT" method with Headers containing "Content-Type : application/json". If the field SessionIDItem is provided in the map, the keyword RestStartServiceSession SHOULD be executed before executing this action, which will be handled within a session. Otherwise, it will be considered as a one-shot connection, and NO RestStartServiceSession needs to be called and user may need to provide authentication information.Supporting Engines:
relativeURI
- Optional:NOThe relative URI combined with a base-URL (stored in a session) to form a REST service URL.responseIdVar
- Optional:NO
The name of the variable holding "response ID", which is used by rest driver commands to verify/delete response.body
- Optional:YESThe body to send with this REST request.headers
- Optional:YES
The custom headers to be included in this REST request.authentication
- Optional:YES
The custom authentication/authorization information.public void restPutJSON(StepTestTable table, java.lang.String relativeURI, java.lang.String responseIdVar, java.lang.String body, java.lang.String headers, java.lang.String authentication)
Perform the "PUT" method on a REST service, and verify the returned status code is 201 ("created") or 200 or 204. This action will send the "PUT" method with Headers containing "Content-Type : application/json". If the field SessionIDItem is provided in the map, the keyword RestStartServiceSession SHOULD be executed before executing this action, which will be handled within a session. Otherwise, it will be considered as a one-shot connection, and NO RestStartServiceSession needs to be called and user may need to provide authentication information.Supporting Engines:
table
- Optional:NO
The table to add the record to.relativeURI
- Optional:NOThe relative URI combined with a base-URL (stored in a session) to form a REST service URL.responseIdVar
- Optional:NO
The name of the variable holding "response ID", which is used by rest driver commands to verify/delete response.body
- Optional:YESThe body to send with this REST request.headers
- Optional:YES
The custom headers to be included in this REST request.authentication
- Optional:YES
The custom authentication/authorization information.public ComponentFunction restPutJSON(java.lang.String[] parameters)
Perform the "PUT" method on a REST service, and verify the returned status code is 201 ("created") or 200 or 204. This action will send the "PUT" method with Headers containing "Content-Type : application/json". If the field SessionIDItem is provided in the map, the keyword RestStartServiceSession SHOULD be executed before executing this action, which will be handled within a session. Otherwise, it will be considered as a one-shot connection, and NO RestStartServiceSession needs to be called and user may need to provide authentication information.Supporting Engines:
parameters
- Optional:NO
An array containing the following parameters:
public void restPutJSON(StepTestTable table, java.lang.String[] parameters)
Perform the "PUT" method on a REST service, and verify the returned status code is 201 ("created") or 200 or 204. This action will send the "PUT" method with Headers containing "Content-Type : application/json". If the field SessionIDItem is provided in the map, the keyword RestStartServiceSession SHOULD be executed before executing this action, which will be handled within a session. Otherwise, it will be considered as a one-shot connection, and NO RestStartServiceSession needs to be called and user may need to provide authentication information.Supporting Engines:
table
- Optional:NO
The table to add the record to.parameters
- Optional:NO
An array containing the following parameters:
public ComponentFunction restPutScript(java.lang.String relativeURI, java.lang.String responseIdVar, java.lang.String body, java.lang.String headers, java.lang.String authentication)
Perform the "PUT" method on a REST service, and verify the returned status code is 201 ("created") or 200 or 204. This action will send the "PUT" method with Headers containing "Content-Type : application/javascript". If the field SessionIDItem is provided in the map, the keyword RestStartServiceSession SHOULD be executed before executing this action, which will be handled within a session. Otherwise, it will be considered as a one-shot connection, and NO RestStartServiceSession needs to be called and user may need to provide authentication information.Supporting Engines:
relativeURI
- Optional:NOThe relative URI combined with a base-URL (stored in a session) to form a REST service URL.responseIdVar
- Optional:NO
The name of the variable holding "response ID", which is used by rest driver commands to verify/delete response.body
- Optional:YESThe body to send with this REST request.headers
- Optional:YES
The custom headers to be included in this REST request.authentication
- Optional:YES
The custom authentication/authorization information.public void restPutScript(StepTestTable table, java.lang.String relativeURI, java.lang.String responseIdVar, java.lang.String body, java.lang.String headers, java.lang.String authentication)
Perform the "PUT" method on a REST service, and verify the returned status code is 201 ("created") or 200 or 204. This action will send the "PUT" method with Headers containing "Content-Type : application/javascript". If the field SessionIDItem is provided in the map, the keyword RestStartServiceSession SHOULD be executed before executing this action, which will be handled within a session. Otherwise, it will be considered as a one-shot connection, and NO RestStartServiceSession needs to be called and user may need to provide authentication information.Supporting Engines:
table
- Optional:NO
The table to add the record to.relativeURI
- Optional:NOThe relative URI combined with a base-URL (stored in a session) to form a REST service URL.responseIdVar
- Optional:NO
The name of the variable holding "response ID", which is used by rest driver commands to verify/delete response.body
- Optional:YESThe body to send with this REST request.headers
- Optional:YES
The custom headers to be included in this REST request.authentication
- Optional:YES
The custom authentication/authorization information.public ComponentFunction restPutScript(java.lang.String[] parameters)
Perform the "PUT" method on a REST service, and verify the returned status code is 201 ("created") or 200 or 204. This action will send the "PUT" method with Headers containing "Content-Type : application/javascript". If the field SessionIDItem is provided in the map, the keyword RestStartServiceSession SHOULD be executed before executing this action, which will be handled within a session. Otherwise, it will be considered as a one-shot connection, and NO RestStartServiceSession needs to be called and user may need to provide authentication information.Supporting Engines:
parameters
- Optional:NO
An array containing the following parameters:
public void restPutScript(StepTestTable table, java.lang.String[] parameters)
Perform the "PUT" method on a REST service, and verify the returned status code is 201 ("created") or 200 or 204. This action will send the "PUT" method with Headers containing "Content-Type : application/javascript". If the field SessionIDItem is provided in the map, the keyword RestStartServiceSession SHOULD be executed before executing this action, which will be handled within a session. Otherwise, it will be considered as a one-shot connection, and NO RestStartServiceSession needs to be called and user may need to provide authentication information.Supporting Engines:
table
- Optional:NO
The table to add the record to.parameters
- Optional:NO
An array containing the following parameters:
public ComponentFunction restPutText(java.lang.String relativeURI, java.lang.String responseIdVar, java.lang.String body, java.lang.String headers, java.lang.String authentication)
Perform the "PUT" method on a REST service, and verify the returned status code is 201 ("created") or 200 or 204. This action will send the "PUT" method with Headers containing "Content-Type : text/plain". If the field SessionIDItem is provided in the map, the keyword RestStartServiceSession SHOULD be executed before executing this action, which will be handled within a session. Otherwise, it will be considered as a one-shot connection, and NO RestStartServiceSession needs to be called and user may need to provide authentication information.Supporting Engines:
relativeURI
- Optional:NOThe relative URI combined with a base-URL (stored in a session) to form a REST service URL.responseIdVar
- Optional:NO
The name of the variable holding "response ID", which is used by rest driver commands to verify/delete response.body
- Optional:YESThe body to send with this REST request.headers
- Optional:YES
The custom headers to be included in this REST request.authentication
- Optional:YES
The custom authentication/authorization information.public void restPutText(StepTestTable table, java.lang.String relativeURI, java.lang.String responseIdVar, java.lang.String body, java.lang.String headers, java.lang.String authentication)
Perform the "PUT" method on a REST service, and verify the returned status code is 201 ("created") or 200 or 204. This action will send the "PUT" method with Headers containing "Content-Type : text/plain". If the field SessionIDItem is provided in the map, the keyword RestStartServiceSession SHOULD be executed before executing this action, which will be handled within a session. Otherwise, it will be considered as a one-shot connection, and NO RestStartServiceSession needs to be called and user may need to provide authentication information.Supporting Engines:
table
- Optional:NO
The table to add the record to.relativeURI
- Optional:NOThe relative URI combined with a base-URL (stored in a session) to form a REST service URL.responseIdVar
- Optional:NO
The name of the variable holding "response ID", which is used by rest driver commands to verify/delete response.body
- Optional:YESThe body to send with this REST request.headers
- Optional:YES
The custom headers to be included in this REST request.authentication
- Optional:YES
The custom authentication/authorization information.public ComponentFunction restPutText(java.lang.String[] parameters)
Perform the "PUT" method on a REST service, and verify the returned status code is 201 ("created") or 200 or 204. This action will send the "PUT" method with Headers containing "Content-Type : text/plain". If the field SessionIDItem is provided in the map, the keyword RestStartServiceSession SHOULD be executed before executing this action, which will be handled within a session. Otherwise, it will be considered as a one-shot connection, and NO RestStartServiceSession needs to be called and user may need to provide authentication information.Supporting Engines:
parameters
- Optional:NO
An array containing the following parameters:
public void restPutText(StepTestTable table, java.lang.String[] parameters)
Perform the "PUT" method on a REST service, and verify the returned status code is 201 ("created") or 200 or 204. This action will send the "PUT" method with Headers containing "Content-Type : text/plain". If the field SessionIDItem is provided in the map, the keyword RestStartServiceSession SHOULD be executed before executing this action, which will be handled within a session. Otherwise, it will be considered as a one-shot connection, and NO RestStartServiceSession needs to be called and user may need to provide authentication information.Supporting Engines:
table
- Optional:NO
The table to add the record to.parameters
- Optional:NO
An array containing the following parameters:
public ComponentFunction restPutXML(java.lang.String relativeURI, java.lang.String responseIdVar, java.lang.String body, java.lang.String headers, java.lang.String authentication)
Perform the "PUT" method on a REST service, and verify the returned status code is 201 ("created") or 200 or 204. This action will send the "PUT" method with Headers containing "Content-Type : text/xml". If the field SessionIDItem is provided in the map, the keyword RestStartServiceSession SHOULD be executed before executing this action, which will be handled within a session. Otherwise, it will be considered as a one-shot connection, and NO RestStartServiceSession needs to be called and user may need to provide authentication information.Supporting Engines:
relativeURI
- Optional:NOThe relative URI combined with a base-URL (stored in a session) to form a REST service URL.responseIdVar
- Optional:NO
The name of the variable holding "response ID", which is used by rest driver commands to verify/delete response.body
- Optional:YESThe body to send with this REST request.headers
- Optional:YES
The custom headers to be included in this REST request.authentication
- Optional:YES
The custom authentication/authorization information.public void restPutXML(StepTestTable table, java.lang.String relativeURI, java.lang.String responseIdVar, java.lang.String body, java.lang.String headers, java.lang.String authentication)
Perform the "PUT" method on a REST service, and verify the returned status code is 201 ("created") or 200 or 204. This action will send the "PUT" method with Headers containing "Content-Type : text/xml". If the field SessionIDItem is provided in the map, the keyword RestStartServiceSession SHOULD be executed before executing this action, which will be handled within a session. Otherwise, it will be considered as a one-shot connection, and NO RestStartServiceSession needs to be called and user may need to provide authentication information.Supporting Engines:
table
- Optional:NO
The table to add the record to.relativeURI
- Optional:NOThe relative URI combined with a base-URL (stored in a session) to form a REST service URL.responseIdVar
- Optional:NO
The name of the variable holding "response ID", which is used by rest driver commands to verify/delete response.body
- Optional:YESThe body to send with this REST request.headers
- Optional:YES
The custom headers to be included in this REST request.authentication
- Optional:YES
The custom authentication/authorization information.public ComponentFunction restPutXML(java.lang.String[] parameters)
Perform the "PUT" method on a REST service, and verify the returned status code is 201 ("created") or 200 or 204. This action will send the "PUT" method with Headers containing "Content-Type : text/xml". If the field SessionIDItem is provided in the map, the keyword RestStartServiceSession SHOULD be executed before executing this action, which will be handled within a session. Otherwise, it will be considered as a one-shot connection, and NO RestStartServiceSession needs to be called and user may need to provide authentication information.Supporting Engines:
parameters
- Optional:NO
An array containing the following parameters:
public void restPutXML(StepTestTable table, java.lang.String[] parameters)
Perform the "PUT" method on a REST service, and verify the returned status code is 201 ("created") or 200 or 204. This action will send the "PUT" method with Headers containing "Content-Type : text/xml". If the field SessionIDItem is provided in the map, the keyword RestStartServiceSession SHOULD be executed before executing this action, which will be handled within a session. Otherwise, it will be considered as a one-shot connection, and NO RestStartServiceSession needs to be called and user may need to provide authentication information.Supporting Engines:
table
- Optional:NO
The table to add the record to.parameters
- Optional:NO
An array containing the following parameters:
public ComponentFunction restRequest(java.lang.String hTTPMethod, java.lang.String relativeURI, java.lang.String responseIdVar, java.lang.String body, java.lang.String headers, java.lang.String authentication)
Perform an HTTP method on a REST service. If the test field SessionIDItem is provided, the keyword RestStartServiceSession SHOULD be executed before executing this action, which will be handled within a session. Otherwise, it will be considered as a one-shot connection, and NO RestStartServiceSession needs to be called and user may need to provide authentication information.Supporting Engines:
hTTPMethod
- Optional:NOThe HTTP method to execute.relativeURI
- Optional:NOThe relative URI combined with a base-URL (stored in a session) to form a REST service URL.responseIdVar
- Optional:NO
The name of the variable holding the ID (generated internally), which is used to
get the Response Object from the internal Map.body
- Optional:YESThe body to send with this REST request.headers
- Optional:YES
The custom headers to be included in this REST request.authentication
- Optional:YES
The custom authentication/authorization information.public void restRequest(StepTestTable table, java.lang.String hTTPMethod, java.lang.String relativeURI, java.lang.String responseIdVar, java.lang.String body, java.lang.String headers, java.lang.String authentication)
Perform an HTTP method on a REST service. If the test field SessionIDItem is provided, the keyword RestStartServiceSession SHOULD be executed before executing this action, which will be handled within a session. Otherwise, it will be considered as a one-shot connection, and NO RestStartServiceSession needs to be called and user may need to provide authentication information.Supporting Engines:
table
- Optional:NO
The table to add the record to.hTTPMethod
- Optional:NOThe HTTP method to execute.relativeURI
- Optional:NOThe relative URI combined with a base-URL (stored in a session) to form a REST service URL.responseIdVar
- Optional:NO
The name of the variable holding the ID (generated internally), which is used to
get the Response Object from the internal Map.body
- Optional:YESThe body to send with this REST request.headers
- Optional:YES
The custom headers to be included in this REST request.authentication
- Optional:YES
The custom authentication/authorization information.public ComponentFunction restRequest(java.lang.String[] parameters)
Perform an HTTP method on a REST service. If the test field SessionIDItem is provided, the keyword RestStartServiceSession SHOULD be executed before executing this action, which will be handled within a session. Otherwise, it will be considered as a one-shot connection, and NO RestStartServiceSession needs to be called and user may need to provide authentication information.Supporting Engines:
parameters
- Optional:NO
An array containing the following parameters:
public void restRequest(StepTestTable table, java.lang.String[] parameters)
Perform an HTTP method on a REST service. If the test field SessionIDItem is provided, the keyword RestStartServiceSession SHOULD be executed before executing this action, which will be handled within a session. Otherwise, it will be considered as a one-shot connection, and NO RestStartServiceSession needs to be called and user may need to provide authentication information.Supporting Engines:
table
- Optional:NO
The table to add the record to.parameters
- Optional:NO
An array containing the following parameters:
public ComponentFunction restStartServiceSession(java.lang.String baseURL, java.lang.String authentication)
Start a session for a REST service. Currently the "base URL" and "authentication information" will be stored for the opened session.Supporting Engines:
baseURL
- Optional:NOThe base URL to be stored with a session.authentication
- Optional:YES
The file holding authentication information to be used during this session.public void restStartServiceSession(StepTestTable table, java.lang.String baseURL, java.lang.String authentication)
Start a session for a REST service. Currently the "base URL" and "authentication information" will be stored for the opened session.Supporting Engines:
table
- Optional:NO
The table to add the record to.baseURL
- Optional:NOThe base URL to be stored with a session.authentication
- Optional:YES
The file holding authentication information to be used during this session.public ComponentFunction restStartServiceSession(java.lang.String[] parameters)
Start a session for a REST service. Currently the "base URL" and "authentication information" will be stored for the opened session.Supporting Engines:
parameters
- Optional:NO
An array containing the following parameters:
public void restStartServiceSession(StepTestTable table, java.lang.String[] parameters)
Start a session for a REST service. Currently the "base URL" and "authentication information" will be stored for the opened session.Supporting Engines:
table
- Optional:NO
The table to add the record to.parameters
- Optional:NO
An array containing the following parameters:
Copyright © SAS Institute. All Rights Reserved.