After Upgrade from 8.3P2 to 8.4 P2.
$sReader = New-Object System.IO.StringReader([System.String]$env:Request); --is working
$sResult = New-Object System.IO.StringReader([System.String]$env:Result); --is working
Form the xml reader object
$xmlReader = [System.xml.XmlTextReader].([sailpoint.Utils.xml.XmlUtil]::getReader($sReader));
its not returing XmlTextReader object refrence.
I have validated the dll path and did not found any issue.
can any one suggest what is wrong i am doing here.
Note:I have reinstall the IIQ services according to IIQ 8.4