Method | Description |
CORS support for RESTful services | This method invokes the RESTful services using direct URL. For more information about Cross Origin Resource Sharing (CORS), see
Using CORS Support for Invoking RESTful Services |
Business Console proxy for RESTful services | This method invokes the RESTful services using Business Console proxy, in case the remote server cannot be configured to support the CORS headers. For more information about Business Console proxy, see
Using
Business Console Proxy for Invoking RESTful Services |
Method | Description |
Builder Style pattern RESTful service invocation | This method provides various parameters to the restClient object to invoke RESTful services. For more information about the parameters for Builder Style pattern, see
Builder Style Pattern for Invoking RESTful Services |
Traditional RESTful service invocation | This method uses the invokeREST function to invoke RESTful services. For more information about the invokeREST function, see
Traditional Service for Invoking RESTful Services |