Ascio Web Service v2

Class GetRegistrantVerificationInfoResponse

Property
GetRegistrantVerificationInfoResult
verificationInfo

Used in examples

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("GetRegistrantVerificationInfoResponse")->attr({xmlns => $namespace});

#Response
$getRegistrantVerificationInfoResult =  \SOAP::Data->value(
SOAP::Data->name('Message','MessageTest'),
SOAP::Data->name('ResultCode',1),
SOAP::Data->name('Values',SOAP::Data->value())
);

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

#GetRegistrantVerificationInfoResponse
$getRegistrantVerificationInfoResponse =  \SOAP::Data->value(
SOAP::Data->name('GetRegistrantVerificationInfoResult',$getRegistrantVerificationInfoResult),
SOAP::Data->name('verificationInfo',$verificationInfo)
);
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.