Community Tip - Have a PTC product question you need answered fast? Chances are someone has asked it before. Learn about the community search. 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?