Below we can see the code of the REST API that we defined on Enterprise Integrator: $1 { “status”: “success”, “statusMessage” : “Image Uploaded” }
Let us explain each part of the above code. https://goo.gl/sYpa8s #DataIntegration #ML
Below we can see the code of the REST API that we defined on Enterprise Integrator: $1 { “status”: “success”, “statusMessage” : “Image Uploaded” }
Let us explain each part of the above code. https://goo.gl/sYpa8s #DataIntegration #ML
ICYMI: In this blog, we will build an Azure Logic App using the YouTube connector as a trigger and the Outlook connector as action.
Prerequisite
*
Microsoft Azure Subscription – Sign up for Azure Free account https://goo.gl/C4DN6P #DataIntegration #ML
ICYDK: The jdbc: component allows you to access a database using JDBC, whereas the Select query and operations (UPDATE, INSERT, DELETE etc.) send messages in bodies.
The sql: component allows you to work with databases using JDBC queries. The difference between this component and the JDBC component is that, with SQL, the query is a property of the endpoint, and it uses message payloads as parameters passed to the query. https://goo.gl/fgxscr #DataIntegration #ML