Description:
Create a web service client.
Syntax:
ws_client(wsdl_url )
Note:
This external library function (See External Library Guide) creates a web service client.
Parameter:
wsdl_url |
The WSDL URL provided by the server |
Return value:
A web service client object
Example:
|
A |
|
1 |
=ws_client("http://www.webxml.com.cn/WebServices/WeatherWebService.asmx?wsdl") |
Access the weather forecast server. |
2 |
=ws_client("http://www.webxml.com.cn/webservices/DomesticAirline.asmx?wsdl") |
Access the domestic flights schedule server. |