WebserviceNew()

create a Webservice Proxy object, a reference to a remote webservice

Introduced: 5.0.0.0

WebserviceNew( url=string, args=struct );

Returns: any

Argument Description
url
string, required

URL of the remote webservice, for example:

Alias: wsdlURL

args
struct, optional

a struct containing the following optional keys (username,password,proxyServer,proxyPort,proxyUser,proxyPassword)

Examples

There are currently no examples for this function 30,067ms WARN No examples for function webservicenew

See also