cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Need to share some code when posting a question or reply? Make sure to use the "Insert code sample" menu option. Learn more! X

Opening document object in active window?

ptc-4765794
1-Newbie

Opening document object in active window?

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 1
rdiaz
5-Regular Member
(To:ptc-4765794)

Hi Kevin,

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

What language are making this call with?

Top Tags