Get UCM Content File Using Webservices

Invoke SOAP Webservice to Read UCM File Content

webservice url :/cs/idcws/GenericSoapPort?wsdl

Instance : https://fa-esec-saasfademo1.ds-fa.oraclepdemos.com/

Complete URL: <<INSTANCE>>/cs/idcws/GenericSoapPort?wsdl

REQUEST PAYLOAD:

<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="GET_FILE">
 <ucm:Document>
 <ucm:Field name="dDocName">UCMFA04418431</ucm:Field>
 <ucm:Field name="RevisionSelectionMethod">Latest</ucm:Field>
 </ucm:Document>
 </ucm:Service>
 </ucm:GenericRequest>
 </soapenv:Body>
</soapenv:Envelope>

Then click on XML results as highlighted in yellow


Then click on attachment and then select the file 
Then click on export symbol and save it 


  Directly it will open file

 OUTPUT
---------------

Response payload:
---------------------------


 

No comments: