Ascio Web Service v2
Class ApprovalDocumentation
Property | Description |
---|---|
Type | Example: "owner" |
ObjectNames | The domain-names that were verified. |
OrderId | Example: "TEST123456" |
Attachments | |
Extensions |
AscioServices services = new ServiceReference1.AscioServices();
Attachment attachment = new Attachment();
attachment.Data = "DataTest";
attachment.FileName = "anything.jpg";
ArrayOfAttachment attachments = new ArrayOfAttachment(array($attachment));
Extension extension = new Extension();
extension.Key = "Title";
extension.Value = "Mr.";
Extensions extensions = new Extensions(array($extension));
ApprovalDocumentation approvalDocumentation = new ApprovalDocumentation();
approvalDocumentation.Type = ApprovalDocumentationType.Foa;
approvalDocumentation.ObjectNames = array(
);
approvalDocumentation.Attachments = attachments;
approvalDocumentation.Extensions = extensions;
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.