Ascio Web Service v3

Java Axis GetDefensive

Get Defensive service

Gets the Domain-Data. Please provide a handle.

GetDefensiveResponse GetDefensive(SecurityHeaderDetails securityHeader,GetDefensiveRequest request)

Response codes

ResultCodeMessageValue
200OK
401Authorization failed
501Syntax error in parameters or arguments
506Required attribute missing in request

GetDefensive Request

Property
request

GetDefensiveResponse

PropertyDescription
GetDefensiveResult
DefensiveInfo
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 GetDefensiveExample {
	public static GetDefensiveResponse main() {
		AscioConfig config = new AscioConfig();
		V3 env = config.getTesting().getV3();

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

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

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

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

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