Read a file from UCM — Cloud Customer Connect
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

Read a file from UCM

edited Aug 23, 2019 6:25PM in Integration 2 comments

Summary

Reading a file from UCM not downloading

Content

Dear Gurus,

I know I can use the generic SOAP API /idcws/GenericSoapPort?wsdl to download and upload the files into UCM though OIC integration. But I am trying to just read the XML file from UCM directly. How do I do that? Is there a way using generic SOAP API? Or is there any other way in OIC to read UCM file?

Thanks!

Ram

Code Snippet

<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="READ_FILE">
            <ucm:Document>
               <ucm:Field name="dID">133779</ucm:Field>
            </ucm:Document>
         </ucm:Service>
      </ucm:GenericRequest>
   </soapenv:Body>
</soapenv:Envelope>

Howdy, Stranger!

Log In

To view full details, sign in.

Register

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