CARVIEW |
Select Language
HTTP/1.1 200 OK
Server: nginx
Date: Wed, 30 Jul 2025 21:39:20 GMT
Content-Type: text/html;charset=utf-8
Transfer-Encoding: chunked
Connection: keep-alive
X-XQuery-Cached: true
Set-Cookie: JSESSIONID=node01nsftknrp2fad15zhyehutc5nm506.node0; Path=/exist
Expires: Thu, 01 Jan 1970 00:00:00 GMT
Content-Security-Policy: frame-ancestors 'self'
Vary: Accept-Encoding, User-Agent
Content-Encoding: gzip
X-Proxy-Cache: MISS
Cache-Control: public, max-age=600
CreateSubUserRequest - Ascio API v3
Ascio Web Service v3
Class CreateSubUserRequest
Property |
---|
SubUser |
Password |
AscioServices services = new ServiceReference1.AscioServiceClient();
SecurityHeaderDetails securityHeader = new SecurityHeaderDetails();
securityHeader.Account = "username";
securityHeader.Password = "password";
User subUser = new User();
subUser.UserName = "UserNameTest";
subUser.UserNameSpecified = true;
subUser.Name = "ascio-is-great.com";
subUser.NameSpecified = true;
subUser.Email = "administrator@ascio-test-domain.com"
subUser.UserRights = array(
);
CreateSubUserRequest createSubUserRequest = new CreateSubUserRequest();
createSubUserRequest.SubUser = subUser;
createSubUserRequest.Password = "PasswordTest";
createSubUserRequest.PasswordSpecified = 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.