This plugin removes the CDATA tags from server responses (SOAP) that return a XML, and also formats the XML response.
-
Access the
Application > Preferences
menu and then select thePlugins
tab; -
Enter the plugin name
insomnia-plugin-cdata-xml-response
and clickInstall Plugin
; -
After installed, mark the checkbox that says
ENABLE
;
-
Download this repository or clone it into your computer;
-
Unzip it (if necessary) into a folder of the same name;
-
Access the
Application > Preferences
menu and then select thePlugins
tab; -
Click on
Reveal Folder
for it to open on File Explorer; -
Copy the recently downloaded folder
insomnia-plugin-cdata-xml-response
into:
"C:\Users\<your_user_name>\AppData\Roaming\Insomnia\plugins"
-
After copying the plugin folder, go to the
Plugins
tab again and mark the checkbox that saysENABLE
; -
Close the Preferences window, then click on
Tools > Reload Plugins
for it to activate, and voilà!
Thanks to Godrix and his plugin insomnia-plugin-xml-json-response, as it was the main motivation (as well as code source inspiration) for me to make my plugin! ❤