Ascio DNS
Class SearchZoneClause
Property | Description |
---|---|
Operator | |
SearchZoneField | |
Value | Example: "Mr." |
<?php
require_once(__DIR__."../service/DnsService.php");
$searchZoneClause = new ascio\SearchZoneClause();
$searchZoneClause->setOperator(ascio\SearchOperatorType::Is);
$searchZoneClause->setSearchZoneField(ascio\SearchZoneField::ZoneName);
$searchZoneClause->setValue("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.