Ascio Web Service v2

Class CreateNameServerResponse

Property
CreateNameServerResult
nameServer

Used in examples

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


public class CreateNameServerResponseExample {
	public static CreateNameServerResponse main() {
		
		Response createNameServerResult =  new Response();
		createNameServerResult.setMessage("MessageTest");
		createNameServerResult.setResultCode(1);
		createNameServerResult.setValues(new String[]{
		});
Array of strings
		NameServer nameServer =  new NameServer();
		nameServer.setHostName("HostNameTest");
		nameServer.setIpAddress("IpAddressTest");
		nameServer.setStatus("StatusTest");
		nameServer.setIpV6Address("IpV6AddressTest");
		nameServer.setDetails("DetailsTest");
For normal orders you only need the HostName. We will set the IP. Exceptions are, TLDs with a ZoneCheck (like de,it,fr). An if you want to set a glue-recordYou need an IP Address if the ZoneCheck is used or you want to set at glue record. If you want to set a glue-record for ns1.mynsdomain.com then mynsdomain.com must be at ascio.You need an IP Address if the ZoneCheck is used or you want to set at glue record. If you want to set a glue-record for ns1.mynsdomain.com then mynsdomain.com must be at ascio.
		CreateNameServerResponse createNameServerResponse =  new CreateNameServerResponse();
		createNameServerResponse.setCreateNameServerResult(createNameServerResult);
		createNameServerResponse.setnameServer(nameServer);
		return createNameServerResponse;package ascio.v2.examples;
import com.ascio.www._2007._01.*;


public class CreateNameServerResponseExample {
	public static CreateNameServerResponse main() {
		
		Response createNameServerResult =  new Response();
		createNameServerResult.setMessage("MessageTest");
		createNameServerResult.setResultCode(1);
		createNameServerResult.setValues(new String[]{
		});

		NameServer nameServer =  new NameServer();
		nameServer.setHostName("HostNameTest");
		nameServer.setIpAddress("IpAddressTest");
		nameServer.setStatus("StatusTest");
		nameServer.setIpV6Address("IpV6AddressTest");
		nameServer.setDetails("DetailsTest");

		CreateNameServerResponse createNameServerResponse =  new CreateNameServerResponse();
		createNameServerResponse.setCreateNameServerResult(createNameServerResult);
		createNameServerResponse.setnameServer(nameServer);
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.