Unable to upload a file in a specific UCM folder through SOAP call
Hi, We are trying to upload a file to a specific folder on UCM (Fusion CRM) using a SOAP call.
We are using the following payload, and while we receive a 200 OK response, the file does not appear in the specified folder. How can we ensure the file is uploaded to the correct folder? Could you provide an example?
<soapenv:Header>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ucm="http://www.oracle.com/UCM">
<soapenv:Body>
<ucm:GenericRequest webKey="cs">
<ucm:Service IdcService="CHECKIN_NEW">
<ucm:Field name="dDocTitle">20252801_import_account</ucm:Field>
<ucm:Field name="dDocType">Document</ucm:Field>
Tagged:
0