Ascio Web Service v2
Class RegistrantVerificationDetails
Property | Description |
---|---|
VerifiedBy | Please enter the IP-address of the confirming registrant here. It can be logged, when the end-customer enters the confirmation website. Example: "1.1.1.1" |
VerificationDate | |
Messages |
# Attachment
attachment = {
"Data" : base64.encode('1234'),
"FileName" : "anything.jpg"
}
# ArrayOfAttachment
attachments = []
# Message
message = {
"Attachments" : attachments,
"Body" : "BodyTest",
"Created" : "2024-11-21T17:20:34.474+01:00",
"FromAddress" : "administrator@ascio-test-domain.com",
"Subject" : "base64-encoded or 7 Bit ASCII",
"ToAddress" : "ToAddressTest",
"Type" : "Message_to_Partner"
}
# ArrayOfMessage
messages = []
# RegistrantVerificationDetails
registrantVerificationDetails = {
"VerifiedBy" : "1.1.1.1",
"VerificationDate" : "2024-11-21T17:20:34.474+01:00",
"Messages" : messages
}
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.