Ascio DNS
Enumeration SearchOperatorType
| Property |
|---|
| Is |
| IsNot |
| Like |
| NotLike |
| LessThan |
| GreaterThan |
<?php
require_once(__DIR__."../service/DnsService.php");
$searchOperatorType = new ascio\SearchOperatorType();
$searchOperatorType->setIs(ascio\::Is);
$searchOperatorType->setIsNot(ascio\::IsNot);
$searchOperatorType->setLike(ascio\::Like);
$searchOperatorType->setNotLike(ascio\::NotLike);
$searchOperatorType->setLessThan(ascio\::LessThan);
$searchOperatorType->setGreaterThan(ascio\::GreaterThan);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.