This page was last edited on April 13, 2017, at 12:59.
Comments or questions about this documentation? Contact us for support!
After Callback is configured, you must create a Callback Service for each Callback scenario that you want to implement. Then, you can manage Callback interactions in the Callback UI.
Open the Service Management UI, and navigate to Callback and Mobile Engagement > Service Templates. By default, callback should be part of the Service Templates list.
If not, you must load the Callback service template before you can create a Callback service. The callback.zip template is located in the <GMS installation directory>/service_templates directory.
Once the callback template has been loaded, it is available in the filter drop-down list of the Services tab.
Navigate to the Services > Configured Services tab. There, you can manage your services based on the templates. The services and categories can be collapsed or expanded for easier viewing.
The new Callback service appears in the Configured Services list.
Key parameters for the service are automatically populated with the appropriate default values. For cluster configurations, all changes made in a service will be replicated into the entire GMS cluster.
The parameters have the following characteristics:
The URLs used by the Callback API are dependent on the name of the Callback service that you have just created. Callback services are available at the following URL:
http://<host>:<port>/{base-web-application}/service/callback/{callback-execution-name}
For instance, if you create a callback service named callback-for-mobile, then {callback-execution-name} is callback-for-mobile and the callback service is available at:
http://<host>:<port>/{base-web-application}/service/callback/callback-for-mobile
For further details, see Callback API.