Search Results for: application properties
Part 1: DataWeave 2.0 Syntax Changes in Mule 4 Beta
This post was written by one of the stars in our developer community, Manik Magar Mule 4 beta is already out. One of the major change in Mule 4 is making DataWeave a default expression language over Mule 3’s default Mule Expression Language (MEL). The XML namespace of DataWeave is moved from dw to ee (core), and the DataWeave […]
How APIs are the Backbone of New IoT Standards
The Internet of Things (IoT) is supposed to have 10 times the impact of the Web itself, which means it has potentially 10 times the risk for complication, and, with its ubiquity, 10 times the risk to security. Each “Thing” we encounter in our daily and professional lives could potentially be connected within the next […]
Conversational Bot with Mule, Slack, API.AI & NLP in Minutes!
Is it possible to create a conversational bot, fully functional, using Natural Language Processing (NLP), in minutes? Good news, it is. In this post we will show you how to start from the ground up, giving you everything you need to create your own basic conversational bot, using 100% free accounts and software (yes, all […]
A Guide to Using Anypoint Studio to get GitHub Notifications through Twitter, Part 1
If you share your code on GitHub with other developers, you may want to be notified about commits. GitHub has a built in feature to provide notifications or send an e-mail about these commits. I wanted to see, if I could leverage MuleSoft to introduce notifications through alternative channels, particularly through Twitter. I implemented two […]
HowTo (DevOps) – Leveraging MUnit For Test Automation Guide
Traditional integration platforms could get away with providing some command line tools to automate the build and deployment of applications built on their platform. But in the modern world, integration platforms need to encompass the critical API management & cloud components as well, so the scope of continuous integration and continuous delivery tools are no longer just […]
HowTo – Custom API Policy with Anypoint Platform
As organizations embrace APIs for exchanging information with internal or external customers and partners, it’s critical not to sacrifice visibility or governance. That’s where API management comes in. API management policies can be layered on top of the implementation of the APIs to provide the governance, security and visibility required. Out-of-the-box the Anypoint platform […]
AQuA API with Zuora Connector
Zuora has been offering three different types of API: REST API, SOAP API and AQuA API. It is believed that majority of Zuora customers use the SOAP API to integrate with Zuora because of the breadth of its API. (MuleSoft is using the SOAP API internally!) While MuleSoft offered the Zuora Connector based on SOAP […]
Durable Streaming API with MuleSoft Salesforce Connector
Salesforce introduced the Streaming API with its Spring ‘16 release (API v36). It was a neat feature since Salesforce users don’t have to poll or periodically call Salesforce to check any updates in their objects. One important limitation with API v36 was that the Streaming API (API v36) doesn’t guarantee durability and reliable delivery of […]
API security: Platform capabilities and API-led Connectivity example
This is part 3 of my API security blog series. I will be showing an example scenario of how Anypoint platform can be a vital component of a secure API-led architecture and the capabilities to securing the API. Mule runtime Security Capabilities The Mule runtime addresses a broad set of security concerns with best practice […]
Using RESTlet with NetSuite Connector Guide
You can find our NetSuite Connector and other NetSuite related connectors on our MuleSoft Exchange page. NetSuite offers many different ways to communicate with NetSuite: SuiteTalk, SuiteScript, and others. While SuiteTalk is a standard SOAP API, NetSuite users can develop their own custom integration with SuiteScript (similar to JavaScript) and expose it as a RESTFul API […]