Ascio Web Service v2

Class GetNameServerResponse

Property
GetNameServerResult
nameServer

Used in examples

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


public class GetNameServerResponseExample {
	public static GetNameServerResponse main() {
		
		Response getNameServerResult =  new Response();
		getNameServerResult.setMessage("MessageTest");
		getNameServerResult.setResultCode(1);
		getNameServerResult.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.
		GetNameServerResponse getNameServerResponse =  new GetNameServerResponse();
		getNameServerResponse.setGetNameServerResult(getNameServerResult);
		getNameServerResponse.setnameServer(nameServer);
		return getNameServerResponse;package ascio.v2.examples;
import com.ascio.www._2007._01.*;


public class GetNameServerResponseExample {
	public static GetNameServerResponse main() {
		
		Response getNameServerResult =  new Response();
		getNameServerResult.setMessage("MessageTest");
		getNameServerResult.setResultCode(1);
		getNameServerResult.setValues(new String[]{
		});

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

		GetNameServerResponse getNameServerResponse =  new GetNameServerResponse();
		getNameServerResponse.setGetNameServerResult(getNameServerResult);
		getNameServerResponse.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.