Ascio Web Service v2
Domain
The domain which is necessary for every order.
Property | Description | TLD-Kit |
---|---|---|
DomainName | Example: "ascio-test-domain" | 2a |
DomainHandle | 2d | |
RegPeriod | The lifetime of a domain for Registration, Renew and Transfer orders. The domain will expire after RegPeriod years. Example: 1 | 2b |
RenewPeriod | The RegPeriod for the next AutoRenew that is spawned by the backend. When the domain is renewed by a AutoRenew order, it will be for RenewPeriod years. Example: 1 | 2c |
Status | ||
AuthInfo | When you do GetDomain the AuthCode is in this parameter. We don't have a GetAuthCode method, please use GetDomain. Example: "X4FF!zu" | 2f |
CreDate | ||
ExpDate | ||
EncodingType | Please look at the TLD-Kit to see which characters are allowed, and which EncodingTypes are available. You can also use the REST TLD-Kit for that. A new feature is unified country-codes for EncodingTypes. | 2c |
DomainPurpose | 20a | |
Comment | 1b | |
TransferLock | If the Transerlock is locked, the domain cannot be transferred. The Values are "Lock" and "Unlock". To unlock a domain, you must send a Change_Locks order, and set "Unlock" Example: "Unlock" | 2n |
DeleteLock | If the DeleteLock is locked, the domain cannot be deleted. The Values are "Lock" and "Unlock". To unlock a domain, you must send a Change_Locks order, and set "Unlock" Example: "Unlock" | 2n |
UpdateLock | If the UpdateLock is locked, the domain cannot be updated. The values are "Lock" and "Unlock". To unlock a domain, you must send a Change_Locks order, and set "Unlock" Example: "Unlock" | 2n |
QueueType | This is for QueueOrders. You can set the Phase here. (Phase1, Phase2, Phase3) | 2l |
Registrant | The registrant is different from all other contacts. You can use a Registrant as Admin/Tech/Billing/Reseller contact. You can't you a Contact as Registrant | |
AdminContact | ||
TechContact | ||
BillingContact | ||
ResellerContact | ||
NameServers | ||
Trademark | ||
DnsSecKeys | ||
PrivacyProxy | ||
DomainType | ||
DiscloseSocialData | Example: "true" |
<soapenv:Envelope xmlns:arr="http://schemas.microsoft.com/2003/10/Serialization/Arrays" xmlns:service="http://www.ascio.com/2013/02/AscioService" xmlns:v2="http://www.ascio.com/2007/01" xmlns:v3="http://www.ascio.com/2013/02" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
<soapenv:Body>
<v2:Domain>
<v2:DomainName>ascio-test-domain</v2:DomainName>
<v2:DomainHandle>DomainHandleTest</v2:DomainHandle>
<v2:RegPeriod>1</v2:RegPeriod>
<v2:RenewPeriod>1</v2:RenewPeriod>
<v2:Status>StatusTest</v2:Status>
<v2:AuthInfo>X4FF!zu</v2:AuthInfo>
<v2:ExpDate>ExpDateTest</v2:ExpDate>
<v2:EncodingType>EncodingTypeTest</v2:EncodingType>
<v2:DomainPurpose>DomainPurposeTest</v2:DomainPurpose>
<v2:Comment>CommentTest</v2:Comment>
<v2:TransferLock>Unlock</v2:TransferLock>
<v2:DeleteLock>Unlock</v2:DeleteLock>
<v2:UpdateLock>Unlock</v2:UpdateLock>
<v2:QueueType>QueueTypeTest</v2:QueueType>
<v2:Registrant>
<v2:Name>ascio-is-great.com</v2:Name>
<v2:OrgName>Ascio</v2:OrgName>
<v2:Address1>Address1Test</v2:Address1>
<v2:Address2>Address2Test</v2:Address2>
<v2:City>CityTest</v2:City>
<v2:State>StateTest</v2:State>
<v2:PostalCode>888349</v2:PostalCode>
<v2:CountryCode>DK</v2:CountryCode>
<v2:Email>administrator@ascio-test-domain.com</v2:Email>
<v2:Phone>+45.123456789</v2:Phone>
<v2:Fax>+45.987654321</v2:Fax>
<v2:RegistrantType>C1</v2:RegistrantType>
<v2:VatNumber>VatNumberTest</v2:VatNumber>
<v2:NexusCategory>NexusCategoryTest</v2:NexusCategory>
<v2:RegistrantNumber>abc123445</v2:RegistrantNumber>
<v2:Details>DetailsTest</v2:Details>
</v2:Registrant>
<v2:AdminContact>
<v2:Status>StatusTest</v2:Status>
<v2:Handle>JD123</v2:Handle>
<v2:FirstName>John</v2:FirstName>
<v2:LastName>Doe</v2:LastName>
<v2:OrgName>Ascio</v2:OrgName>
<v2:Address1>Address1Test</v2:Address1>
<v2:Address2>Address2Test</v2:Address2>
<v2:PostalCode>888349</v2:PostalCode>
<v2:City>CityTest</v2:City>
<v2:State>StateTest</v2:State>
<v2:CountryCode>DK</v2:CountryCode>
<v2:Email>administrator@ascio-test-domain.com</v2:Email>
<v2:Phone>+45.123456789</v2:Phone>
<v2:Fax>+45.987654321</v2:Fax>
<v2:Type>owner</v2:Type>
<v2:Details>DetailsTest</v2:Details>
<v2:OrganisationNumber>OrganisationNumberTest</v2:OrganisationNumber>
</v2:AdminContact>
<v2:TechContact>
<v2:Status>StatusTest</v2:Status>
<v2:Handle>JD123</v2:Handle>
<v2:FirstName>John</v2:FirstName>
<v2:LastName>Doe</v2:LastName>
<v2:OrgName>Ascio</v2:OrgName>
<v2:Address1>Address1Test</v2:Address1>
<v2:Address2>Address2Test</v2:Address2>
<v2:PostalCode>888349</v2:PostalCode>
<v2:City>CityTest</v2:City>
<v2:State>StateTest</v2:State>
<v2:CountryCode>DK</v2:CountryCode>
<v2:Email>administrator@ascio-test-domain.com</v2:Email>
<v2:Phone>+45.123456789</v2:Phone>
<v2:Fax>+45.987654321</v2:Fax>
<v2:Type>owner</v2:Type>
<v2:Details>DetailsTest</v2:Details>
<v2:OrganisationNumber>OrganisationNumberTest</v2:OrganisationNumber>
</v2:TechContact>
<v2:BillingContact>
<v2:Status>StatusTest</v2:Status>
<v2:Handle>JD123</v2:Handle>
<v2:FirstName>John</v2:FirstName>
<v2:LastName>Doe</v2:LastName>
<v2:OrgName>Ascio</v2:OrgName>
<v2:Address1>Address1Test</v2:Address1>
<v2:Address2>Address2Test</v2:Address2>
<v2:PostalCode>888349</v2:PostalCode>
<v2:City>CityTest</v2:City>
<v2:State>StateTest</v2:State>
<v2:CountryCode>DK</v2:CountryCode>
<v2:Email>administrator@ascio-test-domain.com</v2:Email>
<v2:Phone>+45.123456789</v2:Phone>
<v2:Fax>+45.987654321</v2:Fax>
<v2:Type>owner</v2:Type>
<v2:Details>DetailsTest</v2:Details>
<v2:OrganisationNumber>OrganisationNumberTest</v2:OrganisationNumber>
</v2:BillingContact>
<v2:ResellerContact>
<v2:Status>StatusTest</v2:Status>
<v2:Handle>JD123</v2:Handle>
<v2:FirstName>John</v2:FirstName>
<v2:LastName>Doe</v2:LastName>
<v2:OrgName>Ascio</v2:OrgName>
<v2:Address1>Address1Test</v2:Address1>
<v2:Address2>Address2Test</v2:Address2>
<v2:PostalCode>888349</v2:PostalCode>
<v2:City>CityTest</v2:City>
<v2:State>StateTest</v2:State>
<v2:CountryCode>DK</v2:CountryCode>
<v2:Email>administrator@ascio-test-domain.com</v2:Email>
<v2:Phone>+45.123456789</v2:Phone>
<v2:Fax>+45.987654321</v2:Fax>
<v2:Type>owner</v2:Type>
<v2:Details>DetailsTest</v2:Details>
<v2:OrganisationNumber>OrganisationNumberTest</v2:OrganisationNumber>
</v2:ResellerContact>
<v2:NameServers>
<v2:NameServer1>
<v2:HostName>ns1.ascio.net</v2:HostName>
<v2:IpAddress>64.98.148.24</v2:IpAddress>
<v2:Status>StatusTest</v2:Status>
<v2:IpV6Address>xxxx:xxxx:xxx:xxx:xxxx</v2:IpV6Address>
<v2:Details>DetailsTest</v2:Details>
</v2:NameServer1>
<v2:NameServer2>
<v2:HostName>ns2.ascio.net</v2:HostName>
<v2:IpAddress>216.40.47.100</v2:IpAddress>
<v2:Status>StatusTest</v2:Status>
<v2:IpV6Address>xxxx:xxxx:xxx:xxx:xxxx</v2:IpV6Address>
<v2:Details>DetailsTest</v2:Details>
</v2:NameServer2>
<v2:NameServer3>
<v2:HostName>ns3.ascio.net</v2:HostName>
<v2:IpAddress>64.98.148.25</v2:IpAddress>
<v2:Status>StatusTest</v2:Status>
<v2:IpV6Address>xxxx:xxxx:xxx:xxx:xxxx</v2:IpV6Address>
<v2:Details>DetailsTest</v2:Details>
</v2:NameServer3>
<v2:NameServer4>
<v2:HostName>ns4.ascio.net</v2:HostName>
<v2:IpAddress>216.40.47.101</v2:IpAddress>
<v2:Status>StatusTest</v2:Status>
<v2:IpV6Address>xxxx:xxxx:xxx:xxx:xxxx</v2:IpV6Address>
<v2:Details>DetailsTest</v2:Details>
</v2:NameServer4>
<v2:NameServer5>
<v2:HostName>HostNameTest</v2:HostName>
<v2:IpAddress>IpAddressTest</v2:IpAddress>
<v2:Status>StatusTest</v2:Status>
<v2:IpV6Address>IpV6AddressTest</v2:IpV6Address>
<v2:Details>DetailsTest</v2:Details>
</v2:NameServer5>
<v2:NameServer6>
<v2:HostName>HostNameTest</v2:HostName>
<v2:IpAddress>IpAddressTest</v2:IpAddress>
<v2:Status>StatusTest</v2:Status>
<v2:IpV6Address>IpV6AddressTest</v2:IpV6Address>
<v2:Details>DetailsTest</v2:Details>
</v2:NameServer6>
<v2:NameServer7>
<v2:HostName>HostNameTest</v2:HostName>
<v2:IpAddress>IpAddressTest</v2:IpAddress>
<v2:Status>StatusTest</v2:Status>
<v2:IpV6Address>IpV6AddressTest</v2:IpV6Address>
<v2:Details>DetailsTest</v2:Details>
</v2:NameServer7>
<v2:NameServer8>
<v2:HostName>HostNameTest</v2:HostName>
<v2:IpAddress>IpAddressTest</v2:IpAddress>
<v2:Status>StatusTest</v2:Status>
<v2:IpV6Address>IpV6AddressTest</v2:IpV6Address>
<v2:Details>DetailsTest</v2:Details>
</v2:NameServer8>
<v2:NameServer9>
<v2:HostName>HostNameTest</v2:HostName>
<v2:IpAddress>IpAddressTest</v2:IpAddress>
<v2:Status>StatusTest</v2:Status>
<v2:IpV6Address>IpV6AddressTest</v2:IpV6Address>
<v2:Details>DetailsTest</v2:Details>
</v2:NameServer9>
<v2:NameServer10>
<v2:HostName>HostNameTest</v2:HostName>
<v2:IpAddress>IpAddressTest</v2:IpAddress>
<v2:Status>StatusTest</v2:Status>
<v2:IpV6Address>IpV6AddressTest</v2:IpV6Address>
<v2:Details>DetailsTest</v2:Details>
</v2:NameServer10>
<v2:NameServer11>
<v2:HostName>HostNameTest</v2:HostName>
<v2:IpAddress>IpAddressTest</v2:IpAddress>
<v2:Status>StatusTest</v2:Status>
<v2:IpV6Address>IpV6AddressTest</v2:IpV6Address>
<v2:Details>DetailsTest</v2:Details>
</v2:NameServer11>
<v2:NameServer12>
<v2:HostName>HostNameTest</v2:HostName>
<v2:IpAddress>IpAddressTest</v2:IpAddress>
<v2:Status>StatusTest</v2:Status>
<v2:IpV6Address>IpV6AddressTest</v2:IpV6Address>
<v2:Details>DetailsTest</v2:Details>
</v2:NameServer12>
</v2:NameServers>
<v2:Trademark>
<v2:Name>ascio-is-great.com</v2:Name>
<v2:Country>DK</v2:Country>
<v2:Date>2023-04-28T09:00:00</v2:Date>
<v2:Number>NumberTest</v2:Number>
<v2:Type>owner</v2:Type>
<v2:Contact>ContactTest</v2:Contact>
<v2:ContactLanguage>ContactLanguageTest</v2:ContactLanguage>
<v2:DocumentationLanguage>DocumentationLanguageTest</v2:DocumentationLanguage>
<v2:SecondContact>SecondContactTest</v2:SecondContact>
<v2:ThirdContact>ThirdContactTest</v2:ThirdContact>
<v2:RegDate>RegDateTest</v2:RegDate>
</v2:Trademark>
<v2:DnsSecKeys>
<v2:DnsSecKey1>
<v2:Handle>JD123</v2:Handle>
</v2:DnsSecKey1>
<v2:DnsSecKey2>
<v2:Handle>JD123</v2:Handle>
</v2:DnsSecKey2>
<v2:DnsSecKey3>
<v2:Handle>JD123</v2:Handle>
</v2:DnsSecKey3>
<v2:DnsSecKey4>
<v2:Handle>JD123</v2:Handle>
</v2:DnsSecKey4>
<v2:DnsSecKey5>
<v2:Handle>JD123</v2:Handle>
</v2:DnsSecKey5>
</v2:DnsSecKeys>
<v2:PrivacyProxy>
<v2:Type>None</v2:Type>
<v2:PrivacyAdmin>false</v2:PrivacyAdmin>
<v2:PrivacyTech>false</v2:PrivacyTech>
<v2:PrivacyBilling>false</v2:PrivacyBilling>
<v2:Extensions>
<v2:Extension/>
</v2:Extensions>
</v2:PrivacyProxy>
<v2:DomainType>DomainTypeTest</v2:DomainType>
<v2:DiscloseSocialData>true</v2:DiscloseSocialData>
</v2:Domain>
</soapenv:Body>
</soapenv:Envelope>
WSDL for AWS v2
https://aws.demo.ascio.com/2012/01/01/AscioService.wsdl (OTE)
https://aws.ascio.com/2012/01/01/AscioService.wsdl (Live)
Please configure the IP-Whitelisting in the portal/demo-portal.
https://aws.demo.ascio.com/2012/01/01/AscioService.wsdl (OTE)
https://aws.ascio.com/2012/01/01/AscioService.wsdl (Live)
Please configure the IP-Whitelisting in the portal/demo-portal.