|
November 17, 2001 Calling Web Services with CallService Tips: November 2001
Yehuda Shiran, Ph.D.
|
|
In order to communicate with Web Services, you need to call the callService() method. The callService() method has an optional first parameter of a callback function, followed by the WebService's method name and its parameter values. Here is the syntax:
For example:
The callback handler function processes the result sent by the Web service. If the callback handler function is not specified, the event handler of the onresult event is used.
People who read this tip also read these tips: Look for similar tips by subject: |