Hi all,When I put my JavaScripts inside the root directory of .war distribution(at the same level of WEB-INF,META-INf,axis2-web dirs), will it be able to communicate with the ODE server? (I'm trying to communicate with the Management API's, for that i'm creating object as follows, and couldnt able to get anything from it)
* var instances_available = InstanceManagementService.listAllInstances(); document.write(instances_available); *Thanks, -ratha.* *
