A Mule application contains a global exception strategy configured to catch any exceptions. Where the global exception strategy must be specified so that this global exception strategy catches all errors from flows without their own exception strategies?
There are two types of accounts: personal and business. How can an accountType parameter be specified in RAML so http://localhost/acme/accounts?accountType=personal is a valid request to the implementation?