Developing SOAP web service in Boomi In this blog, we will see how to develop SOAP web service in Boomi. What is SOAP? SOAP stands for simple object access protocol which follows SOA i.e., simple object architecture. It provides a way to communicate between applications running on different technologies. SOAP is based on XML. A […]
In this blog, let us see how to consume SOAP service. To consume SOAP service in Boomi, we have a connector called “web services soap client” through which we can use the service provided by third party API. Here, I am consuming add service from third party API where I give two values i.e., int […]
In this blog we will cover what is an atom and how to install an atom in Boomi. Prerequisites: The machine where atom is installed must have the internet connectivity Windows 32/64bit OS To begin with, let us see what is an atom. What is Atom? Atom is a single-tenant, single node runtime engine […]
In this blog, we will see how to read files from a disk connector and send them as an attachment to Salesforce. What is Salesforce? Salesforce is a cloud-based computing service as a software (SaaS) company that specializes in customer relationship management (CRM). The cloud-based service allows companies to track (in real-time) analytics, customer success […]
In this blog, we will see how to migrate process schedules from one atom to another atom using Atmosphere API. What is Atmosphere API? It is an API in Boomi which automates the packaging, deployment of integration processes and other components. All AtomSphere API calls are authenticated by a user name or API token and an account […]
In this Blog, we will see how to integrate Twilio Connector in Dell Boomi. What is Twilio? Twilio is an application that facilitates communication by embedding internet-based messaging systems into the web, desktop, and mobile apps. It allows users to programmatically text and create messages, and phone calls and perform other communication-based services using API. […]
In this blog, we will see how to integrate Google Sheets in Boomi. What are Google Sheets? It is a product offered by Google. It provides an online mechanism for maintaining data in the form of spreadsheets. This app allows users to create and edit files online while collaborating with other users in real-time. We […]
In this blog, we will see how to create a package component and deploy it to an environment using AtomSphere API in Boomi. What is AtomSphere API? It is an API in Boomi which automates the packaging, deployment of integration processes and other components. All AtomSphere API calls are authenticated by a user name or API token […]
What is Salesforce? Salesforce is a cloud computing service as a software (SaaS) company that specializes in customer relationship management (CRM) Here we will see how to create a new account in the salesforce by using Dell Boomi Steps to establish connectivity between SalesForce and Dell Boomi. Step 1:- Navigate to the salesforce portal using the […]
In this blog, we will see how to call a stored procedure in Dell Boomi. What is the Stored Procedure? A Stored procedure is a set of SQL Statements which are stored in a relational management system as a group so that it can be reused and shared by multiple programs. The stored procedure accepts […]