Forum Discussion
Former_Member
8 years agoIdeator I
Hello, after some test in Aras and simulation in Mozzila Firefox Debug, I will try to describe the process to upload file and my problems.
In the upload file process, Two web services are involved: Innovator.asp and Vault.asp
The Vault is the place where the files will be store, It is composed of several directories, highlighting a directory called .transaction.
The transaction folder is a temp folder, it is used to store files temporaly.
The process consists of several steps:
- The first step is to obtain an Id for the file that will be uploaded. This id is obtained by calling the web service Innovator.asp. The SOAPACTION action is <GenerateNewGUID>. Here is an example: <id>69EF0393764C40E18BE2F28F9AD7AED4</id> This id is used to create the tree folder structure to store the file. The next step is oriented to know the Vault web services, the system send a soap message to obtain the vault web service.