Former_Member
9 years agoIdeator I
Download file from vault server using soap
Hi ,
I want to download file from vault server using java and soap message . I have set the header and body accordingly for HTTP request . But I am getting following request .
<SOAP-ENV:Envelope xmlns:SOAP-ENV="">schemas.xmlsoap.org/.../"><SOAP-ENV:Body><SOAP-ENV:Fault xmlns:af="">www.aras.com/.../faultcode><faultstring>ProcessApplyItem: Vault Server currently does not support "downloadFile" action of Files</faultstring><detail><af:legacy_detail>ProcessApplyItem: Vault Server currently does not support "downloadFile" action of Files</af:legacy_detail><af:legacy_faultactor /></detail></SOAP-ENV:Fault></SOAP-ENV:Body></SOAP-ENV:Envelope>
Is there any other process , actions to perform download file from vault server ?
Can anybody help me to resolve this issue ?
Thanks for reply !