REST Method Definition Dialog
Use the REST Method Definition dialog to define REST methods for a SOA REST service or reference that uses WADL and untyped payloads without schemas.
Table 37-3 REST Method Definition Dialog
Field | Description |
---|---|
Method |
Enter a name for the REST method being defined. |
Resource |
Select an existing URL resource path from the list or click the Add icon to add a new resource path. |
HTTP Verb |
Select the verb to be bound to the WSDL operation (for example, GET, PUT, POST, or DELETE). |
Description |
Enter an optional description. This is the description text to be published for the method. |
Request |
The Payload section enables you to specify the format of the request payload:
Click Generate Sample URL for Method to view a sample URL for the method operation. The URI Parameters section enables you to specify the mapping from the REST query or template parameters to the corresponding runtime property.
To assign values to query parameters:
|
Response |
The Success and Failure sections enable you to select the response Payload and Status for the method. The default response payload is No Payload. The default HTTP status code for a successful operation is 204 and that for a failed operation is 500. |