Ascio DNS
Class SearchZoneClause
Property | Description |
---|---|
Operator | |
SearchZoneField | |
Value | Example: "Mr." |
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("SearchZoneClause")->attr({xmlns => $namespace});
#SearchZoneClause
$searchZoneClause = \SOAP::Data->value(
SOAP::Data->name('Operator','Is'),
SOAP::Data->name('SearchZoneField','ZoneName'),
SOAP::Data->name('Value','Mr.')
);
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.
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.