WSDefinitions.Default
Syntax:
Parameters:
<WSDLLocation> (required)
WSDL file location to get the web service definitions from.
<UserName> (optional)
User name to be used for authentication when getting web service definitions.
<Password> (optional)
User password to be used for authentication when getting web service definitions.
<InternetProxy> (optional)
It contains the object InternetProxythat is used to download the WSDL document using the HTTP protocol.
If it is not specified, default proxy settings are used.
Default value: Undefined.
<Timeout> (optional)
Defines timeout for connection established for loading web-service WSDL description, in seconds.
0 - timeout is not set.
Default value: 0.
<SecureConnection> (optional)
Contains secure connection object for HTTPS connection for downloading the WSDL-definition of the web-service.
Default value: Undefined.
<UseOSAuthentication> (optional)
Includes use of NTLM or Negotiate authorization on the server.
Default value: False.
Description:
If a WSDL file used is invalid, an exception will be called.