Ascio Web Service v3

Java Axis GetDomain

Retriving a domain data based on a domain handle.

GetDomainResponse GetDomain(SecurityHeaderDetails securityHeader,GetDomainRequest request)

Response codes

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

GetDomain Request

Property
request

GetDomainResponse

PropertyDescription
GetDomainResult
DomainInfo
ResultCodeExample: 1
ResultMessage
Errors

Used in Classes

Java Axis example

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

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

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

		try {
			GetDomainResponse response = env.getClient().getDomain(request);			
			System.out.println("response\n");
			System.out.println("GetDomain Code\t:" + response.getResultCode());
			System.out.println("GetDomain 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 GetDomainResponse();package ascio.v3.examples;
import com.ascio.www._2013._02.*;
import ascio.lib.*;

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

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

		try {
			GetDomainResponse response = env.getClient().getDomain(request);			
			System.out.println("response\n");
			System.out.println("GetDomain Code\t:" + response.getResultCode());
			System.out.println("GetDomain 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 GetDomainResponse();
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.