Expose SOAP API in OIC What is SOAP? SOAP stands for Simple Object Access Protocol. SOAP is the XML-based message protocol that enables the distributed elements of an application to communicate. SOAP can be carried over various standard protocols, including the web-related Hypertext Transfer Protocol (HTTP). SOAP is a lightweight protocol used to create web […]
Google Sheet Module (MuleSoft) Prerequisites: We need to have an active Google account and we need to make use of Google APIs to leverage the Google Sheet module provided by MuleSoft. To do so we need to follow the following steps: First we need to go to the Google API console using the URL https://console.cloud.google.com/apis/library. […]
Introduction It is possible to generate documents directly from data processing shapes in Boomi by storing the data in a streaming store and producing the document. In this discussion, we will explore how to achieve this using both Groovy and JavaScript. Groovy code breakdown Let’s explore the code in detail: import java.util.Properties; import java.io.InputStream; import […]
Boomi Atomsphere API: This Boomi AtomSphere API is one of the standard connectors provided by the Boomi The Boomi AtomSphere API connector enables you to perform the object-based operations and actions exposed in the AtomSphere API The Boomi AtomSphere API connector is designed to connect seamlessly with Boomi Integration Deploying a Boomi AtomSphere API connector […]
What is IMAP: IMAP stands for Internet Message Access Protocol It is an application layer protocol and is the most commonly used protocol for retrieving emails It was designed by Mark Crispin in 1986 The current version of IMAP is IMAP4 This term is also known as Internet mail access protocol, Interactive mail access protocol, […]
In this blog, let us discuss how to fetch data from different sources and upsert to Master Data Hub. We will fetch the data from different sources. Then will upsert to Master Data Hub using Boomi Master Data Hub Connector Step 1: Log on to Boomi platform (https://platform.boomi.com/) with required credentials i.e. Email Address and […]
Introduction: GraphQL is a query language for API’s and a runtime for executing those queries against our requested data. GraphQL provides a more efficient, powerful, and flexible alternative to the traditional REST API. Advantages: With GraphQL, we can request only the data that we need, and nothing more. This helps in reducing over-fetching or under-fetching […]
Introduction What is meant by the JWT token? JWT stands for JSON Web token is a proposed internet standard for creating data with optional signature and optional encryption whose payload holds JSON that asserts some number of claims. Creation of OKTA Account Step 01: In this use case will create an OKTA ID and implement […]
How to Lookup data from Table STEP 1: Navigate to the following URL https://urldefense.com/v3/__https://design.integration.ca-montreal-1.ocp.oraclecloud.com/?integrationInstance=oic3-partners-bots4saas-yu__;!!N8Xdb1VRTUMlZeI!iKe6knNXh2u9_9i5pqq8lkQHtL53p8Q3Dvr7sazYsfTRMs8VCH3DKmMQezUh4D7LC28ll19tZ6eA3D3hEVjoCeNB$ STEP 2: Log in to Oracle Cloud Gen3 and sign in with Credentials STEP 3: Click on the 3 Lines as shown in the below image STEP 4: Navigate and click on Design STEP 5: Navigate to Lookups and click on […]
Expose Rest API STEP 1: Navigate to the following URL https://urldefense.com/v3/__https://design.integration.ca-montreal-1.ocp.oraclecloud.com/?integrationInstance=oic3-partners-bots4saas-yu__;!!N8Xdb1VRTUMlZeI!iKe6knNXh2u9_9i5pqq8lkQHtL53p8Q3Dvr7sazYsfTRMs8VCH3DKmMQezUh4D7LC28ll19tZ6eA3D3hEVjoCeNB$ STEP 2: Log in to Oracle Cloud Gen3 and sign in with Credentials STEP 3: Click on the 3 Lines as shown in the below image STEP 4: Navigate and click on Design STEP 5: Navigate to Connections and then click on Create Integration […]