This sample demonstrates how to create the jsDA-wsBind object and bind it to a webservice.
Webservice Path:
Instantiate the jsDA-wsBind Object into an empty, global object and bind it to a WebService using the wsbindNew method.
Note: The example webservice on the server requires Microsoft's .NET Framework 2.0 in order for this example to work. You can also try to connect to another public webservice on another server, but your browser's security settings may prevent the connection.
Use the describe method to get information about the available functions in the webservice
Choose a function on the server to call...
Use the WebService Function Name method, attached to the jsDA-wsBind object, to call the selected server-side function