Ascio Web Service v2

Class CreateRegistrantResponse

Property
CreateRegistrantResult
registrant

Used in examples

package ascio.v2.examples;
import com.ascio.www._2007._01.*;


public class CreateRegistrantResponseExample {
	public static CreateRegistrantResponse main() {
		
		Response createRegistrantResult =  new Response();
		createRegistrantResult.setMessage("MessageTest");
		createRegistrantResult.setResultCode(1);
		createRegistrantResult.setValues(new String[]{
		});
Array of strings
		Registrant registrant =  new Registrant();
		registrant.setName("ascio-is-great.com");
		registrant.setOrgName("Ascio");
		registrant.setAddress1("Address1Test");
		registrant.setAddress2("Address2Test");
		registrant.setCity("CityTest");
		registrant.setState("StateTest");
		registrant.setPostalCode("888349");
		registrant.setCountryCode("DK");
		registrant.setEmail("administrator@ascio-test-domain.com");
		registrant.setPhone("+45.123456789");
		registrant.setFax("+45.987654321");
		registrant.setRegistrantType("C1");
		registrant.setVatNumber("VatNumberTest");
		registrant.setNexusCategory("NexusCategoryTest");
		registrant.setRegistrantNumber("abc123445");
		registrant.setDetails("DetailsTest");
Please enter firstname [space] lastname, or lastname, firstname as value. The name is part of social data. You need an owner-chage to change the name. The Name is required for every Registrant/Contact. (In case no handle is used)The OrgName is part of social data. You need an owner-chage to change the OrgName.The Address1 is required for every Registrant/Contact. (In case no handle is used)The City is required for every Registrant/Contact. (In case no handle is used)The PostalCode is required for every Registrant/Contact. (In case no handle is used)The ISO 3166-1 code for the Country (DE,GB,DK,CH,SE,...). The CountryCode is required for every Registrant/Contact. (In case no handle is used)The Email is required for every Registrant/Contact. (In case no handle is used)Phone number must be in E164a format, eg. +45.123456789 (no spaces, hyphens, etc.).Fax number must be in E164a format, eg. +45.123456789 (no spaces, hyphens, etc.)Some TLDs need a Registrant Type. In most cases this is used to specify which type of RegistrantNumber is used (e.G. VAT, Passboard ID)An ID of the Registrant. The RegistrantType may describe which type of ID is used.
		CreateRegistrantResponse createRegistrantResponse =  new CreateRegistrantResponse();
		createRegistrantResponse.setCreateRegistrantResult(createRegistrantResult);
		createRegistrantResponse.setregistrant(registrant);
		return createRegistrantResponse;package ascio.v2.examples;
import com.ascio.www._2007._01.*;


public class CreateRegistrantResponseExample {
	public static CreateRegistrantResponse main() {
		
		Response createRegistrantResult =  new Response();
		createRegistrantResult.setMessage("MessageTest");
		createRegistrantResult.setResultCode(1);
		createRegistrantResult.setValues(new String[]{
		});

		Registrant registrant =  new Registrant();
		registrant.setName("ascio-is-great.com");
		registrant.setOrgName("Ascio");
		registrant.setAddress1("Address1Test");
		registrant.setAddress2("Address2Test");
		registrant.setCity("CityTest");
		registrant.setState("StateTest");
		registrant.setPostalCode("888349");
		registrant.setCountryCode("DK");
		registrant.setEmail("administrator@ascio-test-domain.com");
		registrant.setPhone("+45.123456789");
		registrant.setFax("+45.987654321");
		registrant.setRegistrantType("C1");
		registrant.setVatNumber("VatNumberTest");
		registrant.setNexusCategory("NexusCategoryTest");
		registrant.setRegistrantNumber("abc123445");
		registrant.setDetails("DetailsTest");

		CreateRegistrantResponse createRegistrantResponse =  new CreateRegistrantResponse();
		createRegistrantResponse.setCreateRegistrantResult(createRegistrantResult);
		createRegistrantResponse.setregistrant(registrant);
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.