cancel
Showing results for 
Search instead for 
Did you mean: 

grac_request_details_ws web service - Invalid Request Number

Former Member
0 Kudos

Hello,

We are encountering an error when our IDM system creates a request in GRC when an SOD is found. For creating a GRC request we are calling the grac_user_acces_ws and for retrieving the request status we are using grac_request_details_ws where we send the below inputs.
<ns2:GracIdmReqDetailsServices xmlns:ns2="urn:sap-com:document:sap:soap:functions:mc-style">
<Language>EN</Language>
<RequestNumber>1234</RequestNumber>
</ns2:GracIdmReqDetailsServices>

The same input works via a SOAP tool and able to retrieve the data successfully but when trying to retrieve the request details, the IDM tool shows the below error.
Could not fetch the details of the request 1234. Message Type : ERROR, Message Reason : Invalid Request No

The SLG1 & SOAmanager logs do not show anything.

Would anyone know when an "Invalid Request No" error would be returned in GRC even thought the request has been created?

Thanks!

Accepted Solutions (0)

Answers (1)

Answers (1)

0 Kudos

Hi, Did you solve this ? I'm facing the same issue with our integration.