I’m trying to invoke the HDL file from the WEBCENTER SERVER through SOAP services into the fusion instance Below one is the payload which I used : <soapenv:Envelope xmlns:soapenv=”http://schemas.xmlsoap.org/soap/envelope/” xmlns:ucm=”http://www.oracle.com/UCM”> <soapenv:Header> </soapenv:Header> <soapenv:Body> <typ:importAndLoadData> <typ:ContentId>UCMFA04817652</typ:ContentId> <typ:Parameters>ImportMaximumErrors=100,LoadMaximumErrors=100,LoadConcurrentThreads=8,DeleteSourceFile=N</typ:Parameters> </typ:importAndLoadData> </soapenv:Body> </soapenv:Envelope> But I’m getting 404 ...Read more
HCM Folks Latest Questions
I had followed the steps mentioned in the documentation but still gettting 400 bad request as response. This is the endpoint which I used to create content item. /hcmRestApi/resources/11.13.18.05/learningContentItems Documentation link : https://docs.oracle.com/en/cloud/saas/human-resources/23b/farws/op-learningcontentitems-post.html Code Snippet : Below one is the curl req which ...Read more