Ascio Web Service v2

Class ArrayOfNameServer

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


public class ArrayOfNameServerExample {
	public static ArrayOfNameServer main() {
		
		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.
		ArrayOfNameServerNameServer arrayOfNameServer[] =  new ArrayOfNameServerNameServer[]{nameServer};
		return arrayOfNameServer;package ascio.v2.examples;
import com.ascio.www._2007._01.*;


public class ArrayOfNameServerExample {
	public static ArrayOfNameServer main() {
		
		NameServer nameServer =  new NameServer();
		nameServer.setHostName("HostNameTest");
		nameServer.setIpAddress("IpAddressTest");
		nameServer.setStatus("StatusTest");
		nameServer.setIpV6Address("IpV6AddressTest");
		nameServer.setDetails("DetailsTest");

		ArrayOfNameServerNameServer arrayOfNameServer[] =  new ArrayOfNameServerNameServer[]{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.