Ascio Web Service v3
Class CreateRegistrantResponse
| Property | Type | Description | 
|---|---|---|
| CreateRegistrantResult | ||
| Registrant | ||
| ResultCode | Example: 1 | |
| ResultMessage | ||
| Errors | 
Used in Classes
Used in examples
package ascio.v3.examples;
import com.ascio.www._2013._02.*;
public class CreateRegistrantResponseExample {
	public static CreateRegistrantResponse main() {
		
		Registrant registrant =  new Registrant();
		registrant.setFirstName("John");
		registrant.setLastName("Doe");
		registrant.setOrgName("Ascio");
		registrant.setAddress1("Address1Test");
		registrant.setAddress2("Address2Test");
		registrant.setCity("CityTest");
		registrant.setState("StateTest");
		registrant.setPostalCode("888349");
		registrant.setCountryCode("DK");
		registrant.setPhone("+45.123456789");
		registrant.setFax("+45.987654321");
		registrant.setEmail("administrator@ascio-test-domain.com");
		registrant.setType("owner");
		registrant.setDetails("DetailsTest");
		registrant.setOrganisationNumber("OrganisationNumberTest");
		registrant.setVatNumber("VatNumberTest");
		registrant.setNexusCategory("NexusCategoryTest");
		CreateRegistrantResponse createRegistrantResponse =  new CreateRegistrantResponse();
		createRegistrantResponse.setResultCode(1);
		createRegistrantResponse.setResultMessage("ResultMessageTest");
		createRegistrantResponse.setErrors(new String[]{
		});
		createRegistrantResponse.setRegistrant(registrant);
		return createRegistrantResponse;package ascio.v3.examples;
import com.ascio.www._2013._02.*;
public class CreateRegistrantResponseExample {
	public static CreateRegistrantResponse main() {
		
		Registrant registrant =  new Registrant();
		registrant.setFirstName("John");
		registrant.setLastName("Doe");
		registrant.setOrgName("Ascio");
		registrant.setAddress1("Address1Test");
		registrant.setAddress2("Address2Test");
		registrant.setCity("CityTest");
		registrant.setState("StateTest");
		registrant.setPostalCode("888349");
		registrant.setCountryCode("DK");
		registrant.setPhone("+45.123456789");
		registrant.setFax("+45.987654321");
		registrant.setEmail("administrator@ascio-test-domain.com");
		registrant.setType("owner");
		registrant.setDetails("DetailsTest");
		registrant.setOrganisationNumber("OrganisationNumberTest");
		registrant.setVatNumber("VatNumberTest");
		registrant.setNexusCategory("NexusCategoryTest");
		CreateRegistrantResponse createRegistrantResponse =  new CreateRegistrantResponse();
		createRegistrantResponse.setResultCode(1);
		createRegistrantResponse.setResultMessage("ResultMessageTest");
		createRegistrantResponse.setErrors(new String[]{
		});
		createRegistrantResponse.setRegistrant(registrant);
WSDL for AWS v3
https://aws.demo.ascio.com/v3/aws.wsdl (OTE)
https://aws.ascio.com/v3/aws.wsdl (Live)
Please configure the IP-Whitelisting in the portal/demo-portal.
https://aws.demo.ascio.com/v3/aws.wsdl (OTE)
https://aws.ascio.com/v3/aws.wsdl (Live)
Please configure the IP-Whitelisting in the portal/demo-portal.