Build Mule XML SDK connector definitions visually. Add operations and parameters through a form, and get ready-to-paste XML without memorising the schema.
Build complete XML SDK connector definitions visually. No schema docs needed. Just fill in the form and copy the output.
Switch to the Operation tab. Type a name and it auto-converts to kebab-case as required by the XML SDK spec. Optionally add a description.
Switch to the Parameter tab. Fill in use (REQUIRED/OPTIONAL), name, display name, type, and role fields for each parameter, then click Add Parameter.
The right panel updates in real-time with every change, showing the full pretty-printed
<operation> block ready for your connector module descriptor.
Hit Copy to paste directly into your module-info.xml, or
Download to save as an .xml file for later reference.
module-info.xml.BEHAVIOUR makes it an attribute field (small config option), CONTENT
makes it a content/body input (e.g., payload), and PRIMARY marks it as the main
connector input at the top of the config panel.
my-operation, not myOperation). The tool converts
your input automatically so you don't have to remember the convention.In-depth articles on MuleSoft connector development and integration patterns.