we are having trouble with login to our Clarity PPM over SOAP protocol as well as Xog
We are using the PowerShell:
Invoke-WebRequest $uri -Method post -ContentType 'text/xml' -Body $SOAPwith the body: [xml]$SOAP = '
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
<soapenv:Header/>
<soapenv:Body>
<Login xmlns="http://www.niku.com/xog">
<Username>admin</Username>
<Password>' + $cappm_pwd + '</Password>
</Login>
</soapenv:Body>
</soapenv:Envelope>'
This login has successfully worked in the past. We are trying to find out what has changed since.
Component : CLARITY PPM