Ascio Web Service v3

Class GetSubUserResponse

PropertyDescription
GetSubUserResult
SubUser
UserRights
ResultCodeExample: 1
ResultMessage
Errors

Used in Classes

Used in examples

AscioServices services = new ServiceReference1.AscioServiceClient();
SecurityHeaderDetails securityHeader = new SecurityHeaderDetails();
securityHeader.Account = "username";
securityHeader.Password = "password";

UserInfo subUser =  new UserInfo();
subUser.UserName = "UserNameTest";
subUser.UserNameSpecified = true;
subUser.Name = "ascio-is-great.com";
subUser.NameSpecified = true;
subUser.Email = "administrator@ascio-test-domain.com"
subUser.Created = new \DateTime();
subUser.CreatedSpecified = true;
subUser.IsLocked = "IsLockedTest";
subUser.IsLockedSpecified = true;
subUser.LastSuccessfulLoginDate = new \DateTime();
subUser.LastSuccessfulLoginDateSpecified = true;
subUser.LastLoginAttemptDate = new \DateTime();
subUser.LastLoginAttemptDateSpecified = true;
subUser.InvalidPasswordAttempts = 1;
subUser.InvalidPasswordAttemptsSpecified = true;
subUser.LastUpdated = new \DateTime();
subUser.LastUpdatedSpecified = true;

GetSubUserResponse getSubUserResponse =  new GetSubUserResponse();
getSubUserResponse.ResultCode = 1;
getSubUserResponse.ResultCodeSpecified = true;
getSubUserResponse.ResultMessage = "ResultMessageTest";
getSubUserResponse.ResultMessageSpecified = true;
getSubUserResponse.Errors = array(
	);
getSubUserResponse.SubUser = subUser;
getSubUserResponse.UserRights = array(
	);
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.