How to upload file on UCM in a specific folder
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:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ucm="http://www.oracle.com/UCM">
<soapenv:Header/>
<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