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

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):

Howdy, Stranger!

Log In

To view full details, sign in.

Register

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