Ascio DNS

Class ArrayOfSearchZoneClause

Property
SearchZoneClause
use SOAP::Lite;
use Date::Format;
$proxy = "https://dnsservice.demo.ascio.com/DnsService.svc";
$namespace = "http://www.ascio.com/2007/01";
$soap = SOAP::Lite->on_action( sub { "" } )->proxy($proxy);
$soap->autotype(0);
$method = SOAP::Data->name("ArrayOfSearchZoneClause")->attr({xmlns => $namespace});

#SearchZoneClause
$searchZoneClause =  \SOAP::Data->value(
SOAP::Data->name('Operator','Is'),
SOAP::Data->name('SearchZoneField','ZoneName'),
SOAP::Data->name('Value','Mr.')
);

#ArrayOfSearchZoneClause
$arrayOfSearchZoneClause =  \SOAP::Data->value(
);
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.