SBM Orchestration Guide → Calling RESTful Web Services from an Orchestration Workflow → RESTCaller Operations
This section describes the available RESTCaller operations that create, retrieve, update, and delete addressed resources.
Sends an HTTP PUT request to the rest service URL. Generally used for creating the addressed resource.
Arguments:
Options that apply:
Sends an HTTP GET request to the rest service URL. Generally used for retrieving the addressed resource, but some services may use GET for other purposes as well.
Arguments:
Options that apply:
Sends an HTTP POST request to the rest service URL. Generally used for updating the addressed resource.
Arguments:
Options that apply:
Sends an HTTP DELETE request to the rest service URL. Generally used for deleting the addressed resource.
Arguments:
Options that apply:
Copyright © 2007–2016 Serena Software, Inc. All rights reserved.