WSAttachment
|
Defines file attachments in the REST message. |
WSContext
|
Defines an injection variable to retrieve REST operation context
values at the service level. |
WSCookie
|
Allows cookies to be passed to Web service REST
function. |
WSError= "description"
|
Describes a REST error in a variable. |
WSDelete
|
In order to remove an existing resource, you set the WSDelete
attribute. |
WSDescription
|
Specifies a description. |
WSGet
|
In order to retrieve a resource, you set the WSGet
attribute. |
WSHeader
|
Defines custom headers in the request and response of Web service
functions. |
WSInfo
|
Specify service information and security at the service level of the
REST service. |
WSMedia = " MIME-type [,...]"
|
Defines the data format of the REST message. |
WSName
|
Specify names for parameters in a REST function. |
WSOptional
|
Qualifies an attribute as optional in a REST
function. |
WSParam
|
Specifies a template as a path to a REST Web service
resource. |
WSPath = "/{ path-element | value-template } [/...]"
|
Specifies a path to a REST Web service resource that identifies its
function and allows parameters to be passed in the URL. |
WSPost
|
In order to create a new resource, you set the WSPost
attribute. |
WSPut
|
In order to update an existing resource, you set the WSPut attribute
|
WSQuery
|
Specifies parameters to be passed in the URL query
string. |
WSRetCode= "{ code | code:description } "
|
Defines the HTTP status sent in the REST response. |
WSScope = "{ scope } [,...]"
|
Specify security in the REST service via scopes. |
WSThrows = "{ code | code:description | code:@variable } [,...]"
|
Declares a list of REST errors. |