Red Hat Training

A Red Hat training course is available for Red Hat JBoss Data Virtualization

10.2. REST Properties

The following properties can be specified on a JBoss Data Virtualization virtual procedure.
Property Name
Description
Is Required
Allowed Values
METHOD
HTTP Method to use
Yes
GET | POST| PUT | DELETE
URI
URI of procedure
Yes
ex:/procedure
PRODUCES
Type of content produced by the service
no
xml | json | plain | any text
CHARSET
When procedure returns Blob, and content type text based, this character set to used to convert the data
no
US-ASCII | UTF-8
The above properties must be defined with NAMESPACE 'http://teiid.org/rest' on the metadata. Here is an example VDB that defines the REST based service.