A number of constraints apply when you use this pattern.
You can use the Worklight: mobile service pattern only if you
meet all of the following constraints:
-
Mobile applications must send their requests to Worklight as JSON messages using
WL.Client.invokeProcedure
.
-
Mobile applications must support a synchronous request response, or one-way interaction style.
-
Provider applications are implemented as a Message Broker service.
-
For request response interactions, the provider application must be able to respond to requests in a time frame
appropriate for synchronous interaction.