Community Tip - If community subscription notifications are filling up your inbox you can set up a daily digest and get all your notifications in a single email. X
This might be a basic question... but how do you open a document object in the active window (open it in Arbortext).
I'm making a call to a REST server requesting an XML file and I'm trying to get it to open in Arbortext.
Code I have so far with the REST request being successful:
var curDoc = Application.openDocument("http://user:password@myRESTrequestserver);
curDoc.open();
Hi Kevin,
Have you had any luck working this out? If so, please let the Community know.
What language are making this call with?