psUserName - cClientWebService
Specifies the name of the user to log on
Type: Property
Access: Read/Write
Data Type: String
Parameters: None
Syntax
Property String psUserName
| Access Type | Syntax |
|---|---|
| Read Access: | Get psUserName to StringVariable |
| Write Access: | Set psUserName to StringVariable/Value |
Description
If a web-service requires that you logon a user name and password may be required. These may be set using the psUserName and psPassword properties.
Note that this logon information will not be added to the service's WSDL and will therefore not be added automatically to your web-service. You will need to set these properties yourself.