Ascio Web Service v2

Class ApprovalDocumentation

PropertyDescription
TypeExample: "owner"
ObjectNamesThe domain-names that were verified.
OrderIdExample: "TEST123456"
Attachments
Extensions
package ascio.v2.examples;
import com.ascio.www._2007._01.*;


public class ApprovalDocumentationExample {
	public static ApprovalDocumentation main() {
				String fileContentString = "abc123";

		Attachment attachment =  new Attachment();
		attachment.setData(fileContentString.getBytes());
		attachment.setFileName("anything.jpg");
Only the extension is important and must match with the content-type
		ArrayOfAttachmentAttachment attachments[] =  new ArrayOfAttachmentAttachment[]{attachment};

		Extension extension =  new Extension();
		extension.setKey("Title");
		extension.setValue("Mr.");

		ExtensionsExtension extensions[] =  new ExtensionsExtension[]{extension};

		ApprovalDocumentation approvalDocumentation =  new ApprovalDocumentation();
		approvalDocumentation.setType(ApprovalDocumentationType.Foa);
		approvalDocumentation.setObjectNames(new String[]{
		});
		approvalDocumentation.setAttachments(attachments);
		approvalDocumentation.setExtensions(extensions);
The domain-names that were verified.		return approvalDocumentation;package ascio.v2.examples;
import com.ascio.www._2007._01.*;


public class ApprovalDocumentationExample {
	public static ApprovalDocumentation main() {
				String fileContentString = "abc123";

		Attachment attachment =  new Attachment();
		attachment.setData(fileContentString.getBytes());
		attachment.setFileName("anything.jpg");

		ArrayOfAttachmentAttachment attachments[] =  new ArrayOfAttachmentAttachment[]{attachment};

		Extension extension =  new Extension();
		extension.setKey("Title");
		extension.setValue("Mr.");

		ExtensionsExtension extensions[] =  new ExtensionsExtension[]{extension};

		ApprovalDocumentation approvalDocumentation =  new ApprovalDocumentation();
		approvalDocumentation.setType(ApprovalDocumentationType.Foa);
		approvalDocumentation.setObjectNames(new String[]{
		});
		approvalDocumentation.setAttachments(attachments);
		approvalDocumentation.setExtensions(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.