ServiceObjects – SOAP

Configuring a SOAP service is a very simple action to take. It needs two parameters only. Lets see the picture first; Service name, unique names between same type service is a “should”. If you keep this issue in account, it becomes whatever you like, giving proper names will be helpful later on though WSDL(Web Service […]

Read More

ServiceObject – REST

ServiceObjects REST is for RESTful services. Basically, there is a simple gui for that. Lets do it step by step via using “http://api.openweathermap.org/data/2.5/weather?q=London&appid=yourKey” service.   1- Open Configuration Wizard of REST Services. Click Add New Service button, choose type as REST and click open wizard button. 2- Define Service Name and Base URL. First define […]

Read More

ServiceObjects Architecture

“ServiceObjects” makes middleware integrations available to use for client applications beside other objects that are presented or incoming, such as “DataObjects”. It has 3 methods that help developer to build necessary configurations and service specific methods on JavaScript side. 1. Getting List of ServiceObjects Avaible on The Middleware Livo.ServiceObjects.listServiceObjects(successCallback,errorCallback); method gets all available ServiceObjects as […]

Read More

ServiceObjects – SAP

Sap serviceobjects is an integration of SAP system, the integration consists of two parts. Developers must provide a destination sap system by giving necessary informations that depend on usage and access cases, the developer must provide satisfying values. For example the destination user must be able to access given functions on SAP systems to be […]

Read More