In this blog, we will develop a synchronous soap API. In this Use case, We will expose soap which takes employee id as request. We will retrieve employee data from database using employee id. Then, we will send employee data as response. Let us begin with the steps. Step 1: Log on to Boomi platform […]
HOW TO SEND AND RECEIVE TO/FROM AMAZON SQS. In this blog, we will see how to send and receive to/from Amazon SQS. What is Amazon SQS? Amazon Simple Queue Service (SQS) is a message queue service offered by Amazon Web Services. It is used by distributed applications to exchange messages through a polling model. The […]
Tracking Fields and How to set those in Boomi Process In this blog, let us see what are Tracking Fields and How to set those in Boomi Process. What are Tracking Fields? It can be used to track the documents’ process execution history based on the specific tracking field defined in Document Tracking. Tracking Fields allows us […]
Boomi Mail Using SMTP server How to send Mail Using SMTP server in Boomi In this blog, we will see how to send mail in Boomi using Gmail as SMTP server. What is Mail connector and why is it used? It is a connector in Boomi which is used for receiving and sending emails to […]
INTEGRATE AMAZON S3 WITH BOOMI How to Integrate Amazon S3 with Boomi In this blog, we will see how to integrate Amazon S3 with Boomi by creating a bucket in AWS S3 and storing the file that comes from the Boomi Process. What is AWS S3? This is an offering from AWS (Amazon Web Services) […]
HOW TO GET AND SET DYNAMIC PROCESS PROPERTIES IN THE GROOVY SCRIPT In this blog, we will see how to get and set dynamic process properties in the Groovy script and retrieve them in the Boomi process. What is Dynamic Process Property? These are key/value pairs that can be set at the process level. It […]
HOW TO GET AND SET DYNAMIC DOCUMENT PROPERTIES IN GROOVY SCRIPT In this blog, we will see how to get and set dynamic document properties in Groovy script and retrieve them in the Boomi process. What is Dynamic Document Property? These are key/value pairs that can be set at a document level. It can be […]
How to Add User-Defined Functions and Do a Lookup On the Map In this blog, we will see how to add USER-DEFINED FUNCTIONS and DO A LOOKUP on the map. What is User Defined Functions? These functions allow us to perform different transformations using multiple functions. We can use any type of function like String, […]
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 […]