Modeling Services > Rogue Wave Script Integration > Accessing Server Objects from Scripts > Calling Methods
 
Calling Methods
All the methods declared to the server model interpreter are available through Rogue Wave Script. The exact number of arguments must be provided.
Example
var d = new Domain("France");
d.display();

Version 5.8
Copyright © 2014, Rogue Wave Software, Inc. All Rights Reserved.