Download file from vault server using soap

Former Member
Former Member
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 !
Parents
  • Hi Ketan, The first approach will work with the following url format:
    localhost/.../vaultserver.aspx&vaultId={id}
    You will also need to add the following line to your VaultServerConfig.xml file and restart IIS to allow access to the vault file without authentication:
     <enforce_user_credentials>0</enforce_user_credentials>

    Eli Donahue Aras Labs Software Engineer
Reply
  • Hi Ketan, The first approach will work with the following url format:
    localhost/.../vaultserver.aspx&vaultId={id}
    You will also need to add the following line to your VaultServerConfig.xml file and restart IIS to allow access to the vault file without authentication:
     <enforce_user_credentials>0</enforce_user_credentials>

    Eli Donahue Aras Labs Software Engineer
Children
No Data