Ascio Web Service v2
DNSSEC - Domain Name System Security Extensions
DNSSEC Keys
Property | TLD-Kit |
---|---|
DnsSecKey1 | 11a |
DnsSecKey2 | 11b |
DnsSecKey3 | 11c |
DnsSecKey4 | 11d |
DnsSecKey5 | 11e |
<?php
namespace ascio\v2\examples;
require(__DIR__."/../service/autoload.php");
require(__DIR__."/../../lib/AscioConfig.php");
use ascio\v2 as ascio;
$dnsSecKey1 = new ascio\DnsSecKey();
$dnsSecKey1->setHandle("JD123");
$dnsSecKey2 = new ascio\DnsSecKey();
$dnsSecKey2->setHandle("JD123");
$dnsSecKey3 = new ascio\DnsSecKey();
$dnsSecKey3->setHandle("JD123");
$dnsSecKey4 = new ascio\DnsSecKey();
$dnsSecKey4->setHandle("JD123");
$dnsSecKey5 = new ascio\DnsSecKey();
$dnsSecKey5->setHandle("JD123");
$dnsSecKeys = new ascio\DnsSecKeys();
$dnsSecKeys->setDnsSecKey1($dnsSecKey1);
$dnsSecKeys->setDnsSecKey2($dnsSecKey2);
$dnsSecKeys->setDnsSecKey3($dnsSecKey3);
$dnsSecKeys->setDnsSecKey4($dnsSecKey4);
$dnsSecKeys->setDnsSecKey5($dnsSecKey5);
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.