Given the JavaScript executes on the browser side, you would need some sort
of JS library do to WS calls to the server.

alex

On Thu, Nov 13, 2008 at 12:54 AM, ratha <[EMAIL PROTECTED]> wrote:

> 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.*
> *
>

Reply via email to