Ascio DNS
Class User
Property | Description |
---|---|
CreatedDate | |
Example: "administrator@ascio-test-domain.com" | |
Name | Example: "ascio-is-great.com" |
Password | |
RequireTfa | |
RequiredToChangePassword | |
Role | |
TfaSetupComplete | |
UpdatedDate | |
UserName |
<?php
$wsdl = "https://dnsservice.demo.ascio.com/2010/10/30/DnsService.wsdl";
//$wsdl = "https://dnsservice.ascio.com/2010/10/30/DnsService.wsdl";
$client = new SoapClient($wsdl,[ "trace" => 1, "soap_version" => SOAP_1_1)];
$headers = [];
$headers[] = new SoapHeader($ns,"UserName", "user");
$headers[] = new SoapHeader($ns, "Password", "password");
$client->__setSoapHeaders($headers);
//User
$user = [
"CreatedDate" => "CreatedDateTest",
"Email" => "administrator@ascio-test-domain.com",
"Name" => "ascio-is-great.com",
"Password" => "PasswordTest",
"RequireTfa" => "RequireTfaTest",
"RequiredToChangePassword" => "RequiredToChangePasswordTest",
"Role" => "RoleTest",
"TfaSetupComplete" => "TfaSetupCompleteTest",
"UpdatedDate" => "UpdatedDateTest",
"UserName" => "UserNameTest"
];
WSDL AscioDns
https://dnsservice.demo.ascio.com/2010/10/30/DnsService.wsdl (OTE)
https://dnsservice.ascio.com/2010/10/30/DnsService.wsdl (Live)
Please configure the IP-Whitelisting in the portal/demo-portal.
https://dnsservice.demo.ascio.com/2010/10/30/DnsService.wsdl (OTE)
https://dnsservice.ascio.com/2010/10/30/DnsService.wsdl (Live)
Please configure the IP-Whitelisting in the portal/demo-portal.