METHOD

LANSA Integrator

METHOD

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

METHOD

GET

Retrieve resource.

PUT

Replace resource.

POST

Update resource.

HEAD

Get retrieve resource header.

TRACE

Trace access to resource.

DELETE

Delete resource.

OPTIONS

Get communication options.

user-defined