Ascio Web Service v2
Enumeration MessageType
Property |
---|
Message_to_Partner |
Documentation_Request |
Order_mail |
Partner_Response |
Message_to_Registrant |
Support |
Document |
ExpiryReminder1 |
ExpiryReminder2 |
ExpiryReminder3 |
use SOAP::Lite;
use Date::Format;
$proxy = "https://aws.demo.ascio.com/2012/01/01/AscioService.svc";
$namespace = "http://www.ascio.com/2007/01";
$soap = SOAP::Lite->on_action( sub { "" } )->proxy($proxy);
$soap->autotype(0);
$method = SOAP::Data->name("MessageType")->attr({xmlns => $namespace});
#MessageType
$messageType = \SOAP::Data->value(
SOAP::Data->name('Message_to_Partner','Message_to_Partner'),
SOAP::Data->name('Documentation_Request','Documentation_Request'),
SOAP::Data->name('Order_mail','Order_mail'),
SOAP::Data->name('Partner_Response','Partner_Response'),
SOAP::Data->name('Message_to_Registrant','Message_to_Registrant'),
SOAP::Data->name('Support','Support'),
SOAP::Data->name('Document','Document'),
SOAP::Data->name('ExpiryReminder1','ExpiryReminder1'),
SOAP::Data->name('ExpiryReminder2','ExpiryReminder2'),
SOAP::Data->name('ExpiryReminder3','ExpiryReminder3')
);
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.