I am trying to extract a variable from XML and set it to ms.cert, when I access ms.cert in an assign message policy. it is empty, though the Extract Variable Policy returns success.
Below is my Extract Variable policy code and attached is an sample xml - meta.txt
Can you please help, where I am missing the configuration ?
You are not considering the XML Namespaces in the XPath. Your XPath expression will not work without namespaces that refer to those used in the original document.