Ascio Web Service v3

Java Axis DeleteNameServer

Deleting a name server object based on a specific name server handle. The nameserver must not be linked to a domain.

DeleteNameServerResponse DeleteNameServer(SecurityHeaderDetails securityHeader,DeleteNameServerRequest request)

Response codes

ResultCodeMessageValue
200OK
401Authorization failed
404Object not found
405Access denied
406Unexpected objectClass
501Syntax error in parameters or arguments

DeleteNameServer Request

Property
request

Java Axis example

package ascio.v3.examples;
import com.ascio.www._2013._02.*;
import ascio.lib.*;

public class DeleteNameServerExample {
	public static DeleteNameServerResponse main() {
		AscioConfig config = new AscioConfig();
		V3 env = config.getTesting().getV3();

		DeleteHandleRequest request =  new DeleteHandleRequest();
		request.setHandle("JD123");

		try {
			DeleteNameServerResponse response = env.getClient().deleteNameServer(request);			
			System.out.println("response\n");
			System.out.println("DeleteNameServer Code\t:" + response.getResultCode());
			System.out.println("DeleteNameServer Message\t: " + response.getResultMessage());

			if(response.getResultCode() > 200){
				for(String error : response.getErrors()) {
					System.out.print(error);
				}	
			}		
			return response;
		} catch (Exception e) {
			System.out.print(e);
		}
		return new DeleteNameServerResponse();package ascio.v3.examples;
import com.ascio.www._2013._02.*;
import ascio.lib.*;

public class DeleteNameServerExample {
	public static DeleteNameServerResponse main() {
		AscioConfig config = new AscioConfig();
		V3 env = config.getTesting().getV3();

		DeleteHandleRequest request =  new DeleteHandleRequest();
		request.setHandle("JD123");

		try {
			DeleteNameServerResponse response = env.getClient().deleteNameServer(request);			
			System.out.println("response\n");
			System.out.println("DeleteNameServer Code\t:" + response.getResultCode());
			System.out.println("DeleteNameServer Message\t: " + response.getResultMessage());

			if(response.getResultCode() > 200){
				for(String error : response.getErrors()) {
					System.out.print(error);
				}	
			}		
			return response;
		} catch (Exception e) {
			System.out.print(e);
		}
		return new DeleteNameServerResponse();
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.