SOAP request to PeopleSoft - After upgrade to 8.57 PeopleTools
Hi Team,
We are facing issues with SOAP request after upgrading to 8.57 PeopleTools.
Request fails with the below error
<?xml version="1.0" ?>
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">
<SOAP-ENV:Body>
<SOAP-ENV:Fault>
<faultcode>SOAP-ENV:Server</faultcode>
<faultstring>Server Error</faultstring>
<detail>
<IBResponse type="error" xmlns="">
<DefaultTitle>Integration Broker Response</DefaultTitle>
<StatusCode>20</StatusCode>
<MessageID>10201</MessageID>
<DefaultMessage>Integration Gateway failed while processing the message</DefaultMessage>
</IBResponse>
</detail>
</SOAP-ENV:Fault>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
IB Error log says:
We got to know that we need to use Password Type instead of Password in upgraded tools and tried the recommended attribute in the request message.