Ascio Web Service v3
Enumeration OrderType
| Property | Description |
|---|---|
| NotSet | |
| ContactUpdate | |
| ChangeLocks | |
| Delete | |
| RegistrantDetailsUpdate | |
| Expire | Example: 604800 |
| NameserverUpdate | |
| OwnerChange | |
| Queue | |
| Register | |
| Renew | |
| Restore | |
| Transfer | |
| Unexpire | |
| TransferAway | |
| AutoRenew | |
| AutoDelete | |
| DetailsUpdate | |
| Import | |
| PartnerChange | |
| DeQueue | |
| UpdateAuthInfo | |
| Support | |
| WhoisDataReminder |
<?php
$wsdl = "https://aws.demo.ascio.com/v3/aws.wsdl";
//$wsdl = "https://aws.ascio.com/v3/aws.wsdl";
$client = new SoapClient($wsdl,[ "trace" => 1, "soap_version" => SOAP_1_1)];
$credentials = ["Account"=> "myaccount", "Password" => "mypassword"];
$headers = [];
$headers[] = new \SoapHeader("http://www.ascio.com/2013/02","SecurityHeaderDetails", $credentials, false);
$headers[] = new \SoapHeader("http://www.ascio.com/2013/02","ImpersonationHeaderDetails", ["TransactionAccount" => "mysubaccount"], false);
$client->__setSoapHeaders($headers);
//OrderType
$orderType = [
"NotSet" => "NotSet",
"ContactUpdate" => "ContactUpdate",
"ChangeLocks" => "ChangeLocks",
"Delete" => "Delete",
"RegistrantDetailsUpdate" => "RegistrantDetailsUpdate",
"Expire" => "Expire",
"NameserverUpdate" => "NameserverUpdate",
"OwnerChange" => "OwnerChange",
"Queue" => "Queue",
"Register" => "Register",
"Renew" => "Renew",
"Restore" => "Restore",
"Transfer" => "Transfer",
"Unexpire" => "Unexpire",
"TransferAway" => "TransferAway",
"AutoRenew" => "AutoRenew",
"AutoDelete" => "AutoDelete",
"DetailsUpdate" => "DetailsUpdate",
"Import" => "Import",
"PartnerChange" => "PartnerChange",
"DeQueue" => "DeQueue",
"UpdateAuthInfo" => "UpdateAuthInfo",
"Support" => "Support",
"WhoisDataReminder" => "WhoisDataReminder"
];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.