Having trouble parsing XML Stream with XML that has element substitution
I'm trying to create an XML rule to parse a block of XML, have tested by pasting in the XML to the XML parse rule.
XML:
<case>
<assignee>
<g:id>220323</g:id>
<g:URL/>
<g:name>Jasson Mason</g:name>
<g:groupName>Service Location</g:groupName>
</assignee>
</case>
I've attached a screenshot of the rule that I'm trying to use to parse the XML.
Error I get when clicking actions > run and pasting the XML into it
FAIL : Unable to apply Rule-Parse-XML instance. Failed to parse XML. Error: The prefix "g" for element "g:id" is not bound.