Thank you for supporting the Cloud Customer Connect Community in 2024. It's a gift to work with you!

Look back
You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

Unable to download . User does not have sufficient privileges UCM

edited Aug 28, 2020 11:52PM in Integration 4 comments

Content

I've tried getting a file with the UCM web service:
https://<UCM_host_name>:<UCM_port>/idcws/GenericSoapPort?WSDL

this is my request:

     <soapenv:Body>
      <ucm:GenericRequest webKey="cs">
         <ucm:Service IdcService="GET_FILE">
            <ucm:Document>
               <ucm:Field name="dDocName">UCMFA00755994</ucm:Field>
               <ucm:Field name="RevisionSelectionMethod">Latest</ucm:Field>
               <ucm:Field name="Rendition">Primary</ucm:Field>               
            </ucm:Document>
         </ucm:Service>
      </ucm:GenericRequest>
   </soapenv:Body>

And the response is this:

<env:Body>
      <ns2:GenericResponse xmlns:ns2="http://www.oracle.com/UCM"&gt;
         <ns2:Service IdcService="GET_FILE">
            <ns2:Document>
               <ns2:Field name="StatusCode">-18</ns2:Field>
               <ns2:Field name="IdcService">GET_FILE</ns2:Field>

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!