Ascio Web Service v2

Class RegistrantVerificationDetails

PropertyDescription
VerifiedByPlease 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
package ascio.v2.examples;
import java.util.Calendar;
import com.ascio.www._2007._01.*;


public class RegistrantVerificationDetailsExample {
	public static RegistrantVerificationDetails 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 registrantVerificationDetails =  new RegistrantVerificationDetails();
		registrantVerificationDetails.setVerifiedBy("1.1.1.1");
		registrantVerificationDetails.setVerificationDate(Calendar.getInstance());
		registrantVerificationDetails.setMessages(messages);
Please enter the IP-address of the confirming registrant here. It can be logged, when the end-customer enters the confirmation website.		return registrantVerificationDetails;package ascio.v2.examples;
import java.util.Calendar;
import com.ascio.www._2007._01.*;


public class RegistrantVerificationDetailsExample {
	public static RegistrantVerificationDetails 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 registrantVerificationDetails =  new RegistrantVerificationDetails();
		registrantVerificationDetails.setVerifiedBy("1.1.1.1");
		registrantVerificationDetails.setVerificationDate(Calendar.getInstance());
		registrantVerificationDetails.setMessages(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.