About service definitions
Developers with programming knowledge can create service definitions to define a Web API for use by Mobile Enterprise Platform. This allows developers to use third-party Web APIs in order to integrate with external systems, such as payment processing services. Mobile Enterprise Platform's Web services implementation supports SOAP, WSDL, and RESTful APIs.
This is an open and generic connector to talk to any system that has a web service endpoint. The system that it will connect to is defined in the service definition.
Service definitions can be created to define SOAP-based HTTP requests, or RESTful web service calls. You can also upload a WSDL file to define a SOAP-based web service.
After a service is defined, developers can use the app editor in Application Studio to add the service into an app's business logic. A best practice is to ensure that services do not include extraneous application logic that would otherwise limit their reuse.
Loading...
There was a problem loading this topic