Ascio Web Service v3

Class GetAutoInstallSslResponse

PropertyDescription
GetAutoInstallSslResult
AutoInstallSslInfo
ResultCodeExample: 1
ResultMessage
Errors

Used in Classes

Used in examples

AscioServices services = new ServiceReference1.AscioServiceClient();
SecurityHeaderDetails securityHeader = new SecurityHeaderDetails();
securityHeader.Account = "username";
securityHeader.Password = "password";

AutoInstallSslInfo autoInstallSslInfo =  new AutoInstallSslInfo();
autoInstallSslInfo.Handle = "JD123";
autoInstallSslInfo.HandleSpecified = true;
autoInstallSslInfo.Status = "StatusTest";
autoInstallSslInfo.StatusSpecified = true;
autoInstallSslInfo.Created = new \DateTime();
autoInstallSslInfo.CreatedSpecified = true;
autoInstallSslInfo.CommonName = "ascio-test-domain.com";
autoInstallSslInfo.CommonNameSpecified = true;
autoInstallSslInfo.ProductCode = "positivessl";
autoInstallSslInfo.ProductCodeSpecified = true;
autoInstallSslInfo.Email = "administrator@ascio-test-domain.com"
autoInstallSslInfo.SanCount = 1;
autoInstallSslInfo.SanCountSpecified = true;
autoInstallSslInfo.Token = "TokenTest";
autoInstallSslInfo.TokenSpecified = true;
autoInstallSslInfo.ObjectComment = "Example Object Comment";
autoInstallSslInfo.ObjectCommentSpecified = true;

GetAutoInstallSslResponse getAutoInstallSslResponse =  new GetAutoInstallSslResponse();
getAutoInstallSslResponse.ResultCode = 1;
getAutoInstallSslResponse.ResultCodeSpecified = true;
getAutoInstallSslResponse.ResultMessage = "ResultMessageTest";
getAutoInstallSslResponse.ResultMessageSpecified = true;
getAutoInstallSslResponse.Errors = array(
	);
getAutoInstallSslResponse.AutoInstallSslInfo = autoInstallSslInfo;
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.