The following tables list and describe the inbound and outbound operation properties for the REST BC. These properties are accessed from the Operation Details page of the New WSDL Wizard.
Table 1 Edit Operation Properties (Inbound)
Property |
Description |
---|---|
Path |
The path to the operation resource. This property is required. |
HTTP Listener |
The name of the HTTP listener to bind to. The default value is Default HTTP Listener. This property is optional. |
Consume Types |
The acceptable MIME types for the request payload, specified in JSON format. Enter the types in square brackets with each type contained in double-quotes. Separate multiple values by a comma. For example: [ "text/plain", "application/xml" ] This property is optional. |
Produce Types |
The acceptable MIME types for the response payload, specified in JSON format as above. This property is optional. |
Forward as Attachment |
An indicator of whether to forward the payload as an attachment. Select the check box to have the payload forwarded as an attachment. This property is optional. |
User Defined |
A list of user-defined properties in java.util.Properties format (key and value pairs). For example: serverName=test This property is optional. |
Table 2 Edit Operation Properties (Outbound)