Sepasoft MES Module Suite
Description
The RESTOperation object holds all the operation data associated with a RESTful web service.
Object Functions
getDefinition()
Description
Gets the RESTful definition.
Syntax
getDefinition()
- Parameters
None
- Returns
RESTDefinition definition - The RESTful definition.
- Scope
All
getHeadersVariable()
Description
Gets the headers variable for the RESTful configuration.
Syntax
getHeadersVariable()
- Parameters
None
- Returns
WSVariable headersVariable - The headers variable for the RESTful configuration.
- Scope
All
getBodyVariable()
Description
Gets the body variable for the RESTful configuration.
Syntax
getBodyVariable()
- Parameters
None
- Returns
WSVariable bodyVariable - The body variable for the RESTful configuration.
- Scope
All
Sepasoft MES Module Suite