Error accessing property set using Echo method of Workflow Utilities
1. Reads an XML file to a Property Set named XMLHierarchy (see below string).
2. Tries to set the Process Property named "Error Code" and "Error Message" with values from the Property "errCode" and "errMessage" converted from XML.
The XML the file contains "<?xml version="1.0" encoding="ISO-8859-1"?><xml><errCode>9990</errCode><errMessage>Service order already exists</errMessage></xml>" In the Watch window I can see the Property Set output is as expected.