FORMATTING DATE FROM YYYY-MM-DD TO YYYYMMDD IN BOOMI. In this blog, we will see how to format date from YYYY-MM-DD to YYYYMMDD in Boomi. In this Use Case, We will pass a sample xml document through message shape which contains date in YYYY-MM-DD format. We will use map shape for custom scripting to convert the […]
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 […]
Developing REST web service in Boomi In this blog, we will see how to develop REST web service in Boomi. To develop any REST service in Boomi, we have to configure a connector called as “Web Services Server” connector. In this example, we will develop a REST web service which will perform addition of two […]
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, let us discuss about how to consume REST service. To consume REST services in Boomi, we have a connector called “HTTP Client” through which we can use the service provided by third party API. Here, we want to access particular employee data from third party API where we give employee id as […]
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, let us discuss, What is Atom? What is a Molecule? What is Atom cloud and its differences? What is an Atom? An Atom is a single tenant, single node run time engine to execute the integrations developed in Boomi. We can install Atoms directly into your local network which is required for […]
In this blog, we will develop a process which will convert XML into PDF in Dell Boomi. Boomi does not support PDF conversion directly, but we can do it by importing PDF libraries and using custom scripting to convert documents into PDF Format. First, let us see how to import PDF Libraries and deploy them […]
In this blog, we will validate the XML file against the XSD Schema file using Groovy Scripting. What is XSD? XSD stands for XML schema definition.XSD files are made up of tags just like an XML file. Like an XML file, an XSD file has elements and each element must have a name and a […]