Hi i am getting below issue while executing Executepath activity after deserializing xml data.
System.Xml.XPath.XPathException: Namespace Manager or XsltContext needed. This query has a prefix, variable, or user-defined function.
below is the sample xml file:
<abc:content
ab:path=“/etc/abc/default/abchub”
ab:action=“Booked”
ab:template=“/apps/Books-store/templates/page”
ab:description="find out the books store near by location. ">
</abc:content>
how can i get abc:content data. like path, action, template, description etc…
any Idea
error : RemoteException wrapping System.Xml.XPath.XPathException: Namespace Manager or XsltContext needed. This query has a prefix, variable, or user-defined function.