Ascio Web Service v2
Enumeration QualityType
Property | Description |
---|---|
Fast | |
Smart | Performs a DNS-Check. |
SmartLive | If no DNS-Zone is found, a live check is done. This can increase speed without decreasing the quality |
Live | Only the live sources, Whois and EPP used. |
use SOAP::Lite;
use Date::Format;
$proxy = "https://aws.demo.ascio.com/2012/01/01/AscioService.svc";
$namespace = "http://www.ascio.com/2007/01";
$soap = SOAP::Lite->on_action( sub { "" } )->proxy($proxy);
$soap->autotype(0);
$method = SOAP::Data->name("QualityType")->attr({xmlns => $namespace});
#QualityType
$qualityType = \SOAP::Data->value(
SOAP::Data->name('Fast','Fast'),
SOAP::Data->name('Smart','Smart'),
SOAP::Data->name('SmartLive','SmartLive'),
SOAP::Data->name('Live','Live')
);
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.