Client example

The Web service client application calls the function as if it were a local function. It passes the stock symbol in to the function, and stores the returned value in a variable. If the Web Service operation is named WebService_StockQuotation_getQuote and the local variable is svalue, the Web Service is called as follows:

LET svalue = WebService_StockQuotation_getQuote( "MyStockSymbol" )
For detailed instructions: