Read file from SFTP location Let’s see how we can read a file from SFTP location Create a project in Anypoint Studio Add a listener which accept the filename as query parameter which we want to read from SFTP location. Add the logger to print incoming filename Drag and drop SFTP read…
Read MoreWrite file on SFTP location Let’s see how we can write a file on SFTP location Create a project in Anypoint Studio Add a listener which accept the text payload which we want to write in SFTP file. Add the logger to print incoming text Drag and drop SFTP write activity …
Read MoreFile operations Using Sharepoint connector in Mule 4 In this tutorial we will demonstrate how can we perform file operations using sharepoint connector in mule 4 Microsoft SharePoint Connector supports both SharePoint 2013 and SharePoint Online for the use in the cloud and on-premises. This connector used to manage content and document management, you…
Read MoreCreate Trail Account on Sharepoint In this tutorial we will demonstrate how can we create trail account on sharepoint to integrate with mulesoft using mulesoft sharepoint connector Click the below URL: https://signup.microsoft.com/create-account/signup?OfferId=B07A1127-DE83-4a6d-9F85-2C104BDAE8B4&dl=ENTERPRISEPACK&ali=1&products=cfq7ttc0k59j:0009 Provide the email address Click on setup account Click on Next Click on send verification code, provide the…
Read MoreNeo4j connector in MuleSoft 4 In this tutorial we will demonstrate how to use neo4j connector in mule 4. But before that we should understand what is Graph Database. Graph database is a database, that uses graph structure for storing data. It also treats relationship between data as equally important to the…
Read MoreSSH authentication in SFTP SSH key base authentication is an access credential authentication using SSH protocol. It’s similar to username/password based authentication but here the SSH key is used instead of password. Now it become a norm to use SSH authentication in SFTP. The key-based authentication mechanism in SSH is called public key authentication.…
Read MoreJMS Connector with apache activemq In this tutorial we will talk about how to use JMS connector with Apache ActiveMQ with various use cases and scenarios JMS (java messaging API) is backbone of any Enterprise Application integration. The Java Message Service (JMS) API is a messaging standard that allows application components based on the…
Read MoreJSON Module Validation JSON Module Validation is used to validate JSON against the JSON schema. It show exact error with the JSON payload and accordingly we can notify the client about the incoming JSON error. Let’s create a project in Anypoint Studio Drag and drop listener Add a JSON Module – see how…
Read MoreUpload files in Dropbox Using Mule 4 Dropbox Connector In this tutorial we will demonstrate how can we upload files in dropbox using Mule 4 Dropbox connector To upload the files first we need to create an account in dropbox if we don’t have any existing account and create app in dropbox, see below…
Read More