[closed] How to call/run DXL Script from java code?
The question has been closed for the following reason: "Question is off-topic or not relevant" by rschoon May 17 '18, 3:22 a.m.
One answer
The DXL forum is part of DOORS Classic which is over here
https://www.ibm.com/developerworks/community/forums/html/forum?id=11111111-0000-0000-0000-000000001527
You need to make a system call from javascript and then run a DOORS session and pass it either a -dxl or a -batch command line parameter
e.g.
[DOORSHOME] doors.exe -user "Jim" - password "password" -batch "C:\DXL Scripts\My DXL Script.dxl"