05-05-2022 12:47 PM
Hi,
I am facing some challenges using the SOAP SNAP. The SOAP envelop is as below without any “legislativeDataGroupName” but when trying to validate the pipeline it always throws the error shown below. Could you suggest what could be the issue here?
Envelope -
<SOAP-ENV:Envelope
xmlns:SOAP-ENV=“http://schemas.xmlsoap.org/soap/envelope/”
xmlns:ns0=“http://xmlns.oracle.com/apps/hcm/processFlows/core/flowActionsService/types/”>
SOAP-ENV:Header/
SOAP-ENV:Body
ns0:getIntegrationContentId
ns0:flowInstanceName$flowInstanceName</ns0:flowInstanceName>
ns0:flowTaskInstanceName$flowTaskInstanceName</ns0:flowTaskInstanceName>
</ns0:getIntegrationContentId>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
Error -
“JBO-FND:::FND_CMN_INVALID_ATTRB_API_SERV: The value of the attribute flowInstanceName: TEST_1-0015 ,flowTaskInstanceName:TEST and legislativeDataGroupName: null isn’t valid.
05-05-2022 01:34 PM
Hi @amit.saroha,
It is because you are not sending the “legislativeDataGroupName”.
But even if you send it, I assume that you don’t have the value for this field. It will give you an error again.
Here is one link that might have a solution(I couldn’t see the solutions because I don’t have Oracle Support Account).
Regards
05-05-2022 01:40 PM
Thanks, Posted only after checking the link that’s a reported bug, not a solution doc.