Ascio Web Service v3

Java Axis GetSslApprovers

Delete a sub-user. Sub-users can have permissions for Create Order, My Domains, Auth Code, My Account and Gap Analysis. All sub-users can access all domains. Permissions for domain-objects are not possible.

GetSslApproversResponse GetSslApprovers(SecurityHeaderDetails securityHeader,GetSslApproversRequest request)

Response codes

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

GetSslApprovers Request

Property
request

GetSslApproversResponse

PropertyDescription
GetSslApproversResult
ApproverEmails
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 GetSslApproversExample {
	public static GetSslApproversResponse main() {
		AscioConfig config = new AscioConfig();
		V3 env = config.getTesting().getV3();

		GetSslApproversRequest request =  new GetSslApproversRequest();
		request.setProductCode("positivessl");
		request.setName("ascio-is-great.com");

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

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

		GetSslApproversRequest request =  new GetSslApproversRequest();
		request.setProductCode("positivessl");
		request.setName("ascio-is-great.com");

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