Forum Discussion
6 Replies
- Zahar_ChernovCreator IIIf you want to develop, yes you can. Aras has it's API to upload files. But keep in mind
- If you are Aras subscriber, Just ask support about dataloader tool.
- If you have Aras partner in your country you can contact him and ask if he is already developed this kind of tool and can sell it to you
- You can check the tool that developed by the company I'm working in: http://www.cycleop.com/importwizard
- MaddyCreator IIHey Zahar, Thanks for your reply.
- MaddyCreator IIHey Zahar, I tried this AML to post file in Aras, but its working, is it correct? <AML> <Item type='Document' action='add'> <item_number>1</item_number> <name>myName</name> <description>myDescription</description> <Relationships> <Item type='Document File' action='add'> <related_id> <Item type='File' action='add'> <actual_filename>G:\abc.docx</actual_filename> <filename>docxfile</filename> <Relationships> <Item type='Located' action='add'> <related_id> <Item type='vault' action='get'></Item> </related_id> </Item> </Relationships> </Item> </related_id> </Item> </Relationships> </Item> </AML>
- Zahar_ChernovCreator IIMaddy, The question how you are executing this AML? What tool you are using. If you are using Aras regular client you can see the example how to upload file in "Aras Innovator 11.0 - Programmer's Guide" section 7.22 (for both server side and client side examples)
- MaddyCreator IIfirst, I am checking whether, aml is correct or not for that I am using NASH, and if AML works fine with nash then I am used it in my java code.
- Yoann_MaingonAccelerator IHi Maddy, this won't work from AML if you are not sending the file content to the vault. Check the example from an old post in java : http://community.aras.com/en/forums/topic/648-developers-forum-web-services-wsdl/