You can configure properties, such as property placeholders and system properties. Property Placeholders You can use Ant-style property placeholders in your Mule configuration. For example: The values for these placeholders can be made available in a variety of ways, as described in the sections that follow. Global Properties You can use the <global-property> element to set a placeholderContinue reading “Configuring Properties in Mule 4”
Tag Archives: mule training
Validating Documents against an XSD Schema with the XML Module
XML Module: The XML Module can process and extract data from an XML document. Although DataWeave is recommended for most XML-related use cases, the XML module should be used for cases that involve the use of XML standards such as XSLT, XPath and XQuery, or XSD. To use the XML module, you simply add itContinue reading “Validating Documents against an XSD Schema with the XML Module”
MuleSoft: What is API and API Management
What is an API? API is the acronym for Application Programming Interface, which is a software intermediary that allows two applications to talk to each other. Each time you use an app like Facebook, send an instant message, or check the weather on your phone, you’re using an API. What Is an Example of anContinue reading “MuleSoft: What is API and API Management”