Skip to main content
1-Visitor
November 4, 2014
Question

Opening document object in active window?

  • November 4, 2014
  • 1 reply
  • 903 views

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();

    1 reply

    5-Regular Member
    November 14, 2014

    Hi Kevin,

    Have you had any luck working this out? If so, please let the Community know.

    What language are making this call with?