I'm attempting to use the LoadXml() method of an MSXML Dom Document in an azure environment and it simply isn't working. When running on non-azure environments it works fine.
There is no dev environment for our azure server yet so I can't view the error which may be happening.
The following error is triggering:
lnvo_log.writeerror("An error has occurred while parsing the " + ls_type + " response. " + lole_xml.parseError.srcText, this, "wf_open_iexplore():20")
what aole_error is supposed to be and how it works?
To show the error add this to your code:
IF NOT lb_status THEN of_showoleerror (lole_xml.parseError)