SOAP request for Attachment download
Summary:
Upon sending the following SOAP request , the encrypted attachment is coming up in the Attachment tab of SOAP UI. Is there a way to get the contents of the file in the xml tags?
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ucm="http://www.oracle.com/UCM">
<soapenv:Body>
<ucm:GenericRequest webKey="cs">
<ucm:Service IdcService="GET_FILE">
<ucm:Document>
<ucm:Field name="dDocName">UCMFA01651364</ucm:Field>
<ucm:Field name="RevisionSelectionMethod">Latest</ucm:Field>
<ucm:Field name="Rendition">Primary</ucm:Field>
</ucm:Document>
</ucm:Service>
</ucm:GenericRequest>
</soapenv:Body>
</soapenv:Envelope>
Content (required):
Version (include the version you are using, if applicable):