Ascio Web Service v3

Class UserInfo

PropertyDescription
UserName
NameExample: "ascio-is-great.com"
EmailExample: "administrator@ascio-test-domain.com"
Created
IsLocked
LastSuccessfulLoginDate
LastLoginAttemptDate
InvalidPasswordAttemptsExample: 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.