How to Download UCM Attachment from GET_FILE
Hi All
I am using GenericSoapPort service to download a file posted in UCM.
For testing purpose i have used SOAPUI. I am able to successfully call the webservice but the file content its returning is some "href" like following :
<ns2:File name="" href="/u01/APPLTOP/instance/domains/secondary.oracleoutsourcing.com/CommonDomain/ucm/cs/vault/document/@fin$/@payables$/@import$/bwzh/mjq1/232865.zip">
<ns2:Contents>
<xop:Include href="cid:3922079e-e0db-4e35-8835-7febaa76ef2f" xmlns:xop="http://www.w3.org/2004/08/xop/include"/>
</ns2:Contents>
</ns2:File>
How to download and create a file using this content in the SOAP response? I could not find any useful document to explain this.