Ascio DNS

Class Response

PropertyDescription
StatusCodeExample: 1
StatusMessage
TechnicalGuid
TrackingReference
Values
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("Response")->attr({xmlns => $namespace});

#Response
$response =  \SOAP::Data->value(
SOAP::Data->name('StatusCode',1),
SOAP::Data->name('StatusMessage','StatusMessageTest'),
SOAP::Data->name('TechnicalGuid','TechnicalGuidTest'),
SOAP::Data->name('TrackingReference','TrackingReferenceTest'),
SOAP::Data->name('Values',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.