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
Then open the soapui tool
pass the intial WSDl :https://fa-esec-saasfademo1.ds-fa.oraclepdemos.com/cs/idcws/GenericSoapPort?wsdl
Then click ok
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 Paste the Request Payload:
Then Run The Payload
Then click on attachment and then select
the file Then click on export symbol
and save it
Directly it will open file
Response payload:
--------------------------------------------------------------------------
No comments:
Post a Comment