Ascio Web Service v2

Class RegistrantVerificationInfo

Property
EmailAddress
VerificationStatus
VerificationDetails
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("RegistrantVerificationInfo")->attr({xmlns => $namespace});

#Attachment
$attachment =  \SOAP::Data->value(
SOAP::Data->name('Data','DataTest'),
SOAP::Data->name('FileName','anything.jpg')
);

#ArrayOfAttachment
$attachments =  \SOAP::Data->value(
);

#Message
$message =  \SOAP::Data->value(
SOAP::Data->name('Attachments',$attachments),
SOAP::Data->name('Body','BodyTest'),
SOAP::Data->name('Created',time2str('%Y-%m-%dT%H:%M:%SZ', time, 'EST')),
SOAP::Data->name('FromAddress','administrator@ascio-test-domain.com'),
SOAP::Data->name('Subject','base64-encoded or 7 Bit ASCII'),
SOAP::Data->name('ToAddress','ToAddressTest'),
SOAP::Data->name('Type','Message_to_Partner')
);

#ArrayOfMessage
$messages =  \SOAP::Data->value(
);

#RegistrantVerificationDetails
$verificationDetails =  \SOAP::Data->value(
SOAP::Data->name('VerifiedBy','1.1.1.1'),
SOAP::Data->name('VerificationDate',time2str('%Y-%m-%dT%H:%M:%SZ', time, 'EST')),
SOAP::Data->name('Messages',$messages)
);

#RegistrantVerificationInfo
$registrantVerificationInfo =  \SOAP::Data->value(
SOAP::Data->name('EmailAddress','EmailAddressTest'),
SOAP::Data->name('VerificationStatus','Unverified'),
SOAP::Data->name('VerificationDetails',$verificationDetails)
);
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.