+

Search Tips   |   Advanced Search

Adapter invocation service

Adapter procedures can be invoked by issuing an HTTP request to the MobileFirst invocation service: http(s)://server:port/<Context>/invoke.

The following parameters are required:

Property Description
adapter The name of the adapter
procedure The name of the procedure
parameters An array of parameter values

The request can be either GET or POST.

The invocation service uses the same authentication framework as described in the MobileFirst security framework section.

The default security test for adapter procedures contains Anti-XSRF protection, but this configuration can be overridden by either:


Parent topic: Develop the server side of a MobileFirst application