Ascio Web Service v3
SOAP GetDomains
GetDomainsResponse GetDomains(SecurityHeaderDetails securityHeader,GetDomainsRequest request)
Response codes
ResultCode | Message | Value |
---|---|---|
200 | OK | |
401 | Authorization failed | |
404 | Object not found | |
405 | Access denied | |
406 | Invalid ObjectClassName | |
501 | Syntax error in parameters or arguments |
GetDomains Request
Property |
---|
request |
GetDomainsResponse
Property | Description |
---|---|
GetDomainsResult | |
TotalCount | Example: 1 |
DomainInfos | |
ResultCode | Example: 1 |
ResultMessage | |
Errors |
Used in Classes
SOAP example
<soapenv:Envelope xmlns:arr="http://schemas.microsoft.com/2003/10/Serialization/Arrays" xmlns:service="http://www.ascio.com/2013/02/AscioService" 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:Header>
<v3:SecurityHeaderDetails>
<v3:Account>${#Project#Account}</v3:Account>
<v3:Password>${#Project#Password}</v3:Password>
</v3:SecurityHeaderDetails>
<v3:ImpersonationHeaderDetails>
<v3:TransactionAccount>${#Project#TransactionAccount}</v3:TransactionAccount>
</v3:ImpersonationHeaderDetails>
</soapenv:Header>
<soapenv:Body>
<service:GetDomains>
<service:request>
<v3:ObjectNames/>
<v3:Handles/>
<v3:Tlds>
<arr:string>com</arr:string>
<arr:string>net</arr:string>
<arr:string>org</arr:string>
<arr:string>info</arr:string>
<arr:string>biz</arr:string>
<arr:string>guru</arr:string>
</v3:Tlds>
<v3:Status>StatusTest</v3:Status>
<v3:DomainType>Premium</v3:DomainType>
<v3:ProxyType>Privacy</v3:ProxyType>
<v3:DomainComment>DomainCommentTest</v3:DomainComment>
<v3:CreationFromDate>CreationFromDateTest</v3:CreationFromDate>
<v3:CreationToDate>CreationToDateTest</v3:CreationToDate>
<v3:ExpireFromDate>ExpireFromDateTest</v3:ExpireFromDate>
<v3:ExpireToDate>ExpireToDateTest</v3:ExpireToDate>
<v3:OwnerName>OwnerNameTest</v3:OwnerName>
<v3:OwnerOrganizationName>OwnerOrganizationNameTest</v3:OwnerOrganizationName>
<v3:OwnerEmail>OwnerEmailTest</v3:OwnerEmail>
<v3:ContactFirstName>ContactFirstNameTest</v3:ContactFirstName>
<v3:ContactLastName>ContactLastNameTest</v3:ContactLastName>
<v3:ContactOrganizationName>ContactOrganizationNameTest</v3:ContactOrganizationName>
<v3:ContactEmail>ContactEmailTest</v3:ContactEmail>
<v3:NameServerHostName>NameServerHostNameTest</v3:NameServerHostName>
<v3:NameServerIPv4>NameServerIPv4Test</v3:NameServerIPv4>
<v3:NameServerIPv6>NameServerIPv6Test</v3:NameServerIPv6>
<v3:CustomerReferenceExternalId>CustomerReferenceExternalIdTest</v3:CustomerReferenceExternalId>
<v3:CustomerReferenceDescription>CustomerReferenceDescriptionTest</v3:CustomerReferenceDescription>
<v3:OrderSort>CreatedAsc</v3:OrderSort>
<v3:PageInfo>
<v3:PageIndex>1</v3:PageIndex>
<v3:PageSize>1</v3:PageSize>
</v3:PageInfo>
<v3:LocalPresence>false</v3:LocalPresence>
</service:request>
</service:GetDomains>
</soapenv:Body>
</soapenv:Envelope>
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.