MuleSoft creates a great opportunity of reusing the readily available connectors but in some cases, the connector might not be available for connecting to a particular system. We need to write custom logic like spring beans/Java code to connect to it. However, if we don’t want to include the same logic in every API integration… Continue reading Create Custom Connector using Mule XML SDK
Author: MuleSoft Integration Team
Isolate your CloudHub worker instances using VPN
MuleSoft CloudHub – A multi-tenant integration platform as a service. Applications hosted on CloudHub workers or instances are balanced by a shared load balancer provided by MuleSoft. At every given point of time, your MuleSoft API deployed on CloudHub might want to interact with the on-premise resources, and for that, we need to have a… Continue reading Isolate your CloudHub worker instances using VPN
MuleSoft Composer for Salesforce
What is MuleSoft Composer? MuleSoft Composer — a quantum leap forward in bringing automation to the center stage, making it easier to discover insights on customers with almost no coding skills. If you’re a developer or work in IT, you may already be familiar with MuleSoft Anypoint Platform — the world’s #1 API integration platform.… Continue reading MuleSoft Composer for Salesforce
Until Successful Scope in Mule
“Until Successful” is the scope for executing a set of components as one unit. It processes all the components within it until they produce a successful result. If one processor within the scope fails, it retries the enclosed processors again. The number of retries is configurable and decided by the user. Configuration Design a new… Continue reading Until Successful Scope in Mule