Ascio Web Service v2

Class RegistrantVerificationInfo

Property
EmailAddress
VerificationStatus
VerificationDetails
package ascio.v2.examples;
import java.util.Calendar;
import com.ascio.www._2007._01.*;


public class RegistrantVerificationInfoExample {
	public static RegistrantVerificationInfo 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};

		Message message =  new Message();
		message.setAttachments(attachments);
		message.setBody("BodyTest");
		message.setCreated(Calendar.getInstance());
		message.setFromAddress("administrator@ascio-test-domain.com");
		message.setSubject("base64-encoded or 7 Bit ASCII");
		message.setToAddress("ToAddressTest");
		message.setType(MessageType.Message_to_Partner);

		ArrayOfMessageMessage messages[] =  new ArrayOfMessageMessage[]{message};

		RegistrantVerificationDetails verificationDetails =  new RegistrantVerificationDetails();
		verificationDetails.setVerifiedBy("1.1.1.1");
		verificationDetails.setVerificationDate(Calendar.getInstance());
		verificationDetails.setMessages(messages);
Please enter the IP-address of the confirming registrant here. It can be logged, when the end-customer enters the confirmation website.
		RegistrantVerificationInfo registrantVerificationInfo =  new RegistrantVerificationInfo();
		registrantVerificationInfo.setEmailAddress("EmailAddressTest");
		registrantVerificationInfo.setVerificationStatus(RegistrantVerificationStatus.Unverified);
		registrantVerificationInfo.setVerificationDetails(verificationDetails);
		return registrantVerificationInfo;package ascio.v2.examples;
import java.util.Calendar;
import com.ascio.www._2007._01.*;


public class RegistrantVerificationInfoExample {
	public static RegistrantVerificationInfo main() {
				String fileContentString = "abc123";

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

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

		Message message =  new Message();
		message.setAttachments(attachments);
		message.setBody("BodyTest");
		message.setCreated(Calendar.getInstance());
		message.setFromAddress("administrator@ascio-test-domain.com");
		message.setSubject("base64-encoded or 7 Bit ASCII");
		message.setToAddress("ToAddressTest");
		message.setType(MessageType.Message_to_Partner);

		ArrayOfMessageMessage messages[] =  new ArrayOfMessageMessage[]{message};

		RegistrantVerificationDetails verificationDetails =  new RegistrantVerificationDetails();
		verificationDetails.setVerifiedBy("1.1.1.1");
		verificationDetails.setVerificationDate(Calendar.getInstance());
		verificationDetails.setMessages(messages);

		RegistrantVerificationInfo registrantVerificationInfo =  new RegistrantVerificationInfo();
		registrantVerificationInfo.setEmailAddress("EmailAddressTest");
		registrantVerificationInfo.setVerificationStatus(RegistrantVerificationStatus.Unverified);
		registrantVerificationInfo.setVerificationDetails(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.