Ascio Web Service v3
Class UserInfo
| Property | Description |
|---|---|
| UserName | |
| Name | Example: "ascio-is-great.com" |
| Example: "administrator@ascio-test-domain.com" | |
| Created | |
| IsLocked | |
| LastSuccessfulLoginDate | |
| LastLoginAttemptDate | |
| InvalidPasswordAttempts | Example: 1 |
| LastUpdated |
AscioServices services = new ServiceReference1.AscioServiceClient();
SecurityHeaderDetails securityHeader = new SecurityHeaderDetails();
securityHeader.Account = "username";
securityHeader.Password = "password";
UserInfo userInfo = new UserInfo();
userInfo.UserName = "UserNameTest";
userInfo.UserNameSpecified = true;
userInfo.Name = "ascio-is-great.com";
userInfo.NameSpecified = true;
userInfo.Email = "administrator@ascio-test-domain.com"
userInfo.Created = new \DateTime();
userInfo.CreatedSpecified = true;
userInfo.IsLocked = "IsLockedTest";
userInfo.IsLockedSpecified = true;
userInfo.LastSuccessfulLoginDate = new \DateTime();
userInfo.LastSuccessfulLoginDateSpecified = true;
userInfo.LastLoginAttemptDate = new \DateTime();
userInfo.LastLoginAttemptDateSpecified = true;
userInfo.InvalidPasswordAttempts = 1;
userInfo.InvalidPasswordAttemptsSpecified = true;
userInfo.LastUpdated = new \DateTime();
userInfo.LastUpdatedSpecified = true;WSDL for AWS v3
https://aws.demo.ascio.com/v3/aws.wsdl (OTE)
https://aws.ascio.com/v3/aws.wsdl (Live)
Please configure the IP-Whitelisting in the portal/demo-portal.
https://aws.demo.ascio.com/v3/aws.wsdl (OTE)
https://aws.ascio.com/v3/aws.wsdl (Live)
Please configure the IP-Whitelisting in the portal/demo-portal.