The optional keyword METHOD is used to specify the HTTP request method to be used for outbound HTTP services. The default value is POST. The HTTP protocol standard defines several methods and user-defined methods can be used for REST style applications.
For more information refer to: Method Definitions
|