WSConnection object (Obsolete)
The WSConnection object lets you set user-related, session-related,
and authentication information when you connect to and process data from a
Web service data source.
Properties
|
WSConnection property |
Datatype |
Description |
|---|---|---|
|
AuthenticationMode |
String |
Specifies the authentication mode you want to use. |
|
ClassDefinition |
PowerObject |
An object of type PowerObject containing |
|
ClientCertificateFile |
String |
The name of the certificate file or files you want |
|
Endpoint |
String |
Specifies a URL for the remote Web Service and |
|
Password |
String |
Specifies the password of the user who will consume |
|
ProxyServerHostName |
String |
Specifies the name of the proxy server host if the |
|
ProxyServerPassword |
String |
Specifies a password for the current user if a |
|
ProxyServerPort |
UInteger |
Specifies the port number of a proxy server if the |
|
ProxyServerUserName |
String |
Specifies the user name for a proxy server if the |
|
Timeout |
Long |
Specifies the timeout period in seconds when |
|
UserDomain |
String |
Specifies the domain the user is working in. This |
|
UserName |
String |
Specifies the name of the user who will consume the |
|
UseWindowsIntegratedAuthentication |
Boolean |
Specifies whether the connection object uses TRUE FALSE — The application does not If this option is set to |
Events
|
WSConnection event |
Occurs |
|---|---|
|
Immediately before the Open event occurs in the |
|
|
Immediately after the Close event occurs in the |
Functions
|
WSConnection function |
Datatype returned |
Description |
|---|---|---|
|
String |
Returns the name assigned to the |
|
|
Integer |
Creates a reference to a context-specific instance |
|
|
PowerObject |
Returns a reference to the name of the parent |
|
|
Boolean |
Adds an event to the end of the message queue for |
|
|
Integer |
Triggers a specified event in the control and |
|
|
Object |
Returns the type of the control |