Ascio Web Service v3

Class ArrayOfUsers

Property
UserInfo
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;

ArrayOfUsers arrayOfUsers =  new ArrayOfUsers(array($userInfo));
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.