Class GetSslCertificateResponse

PropertyDescription
GetSslCertificateResult
SslCertificateInfo
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";

Registrant owner =  new Registrant();
owner.FirstName = "John";
owner.FirstNameSpecified = true;
owner.LastName = "Doe";
owner.LastNameSpecified = true;
owner.OrgName = "Ascio";
owner.OrgNameSpecified = true;
owner.Address1 = "Address1Test";
owner.Address1Specified = true;
owner.Address2 = "Address2Test";
owner.Address2Specified = true;
owner.City = "CityTest";
owner.CitySpecified = true;
owner.State = "StateTest";
owner.StateSpecified = true;
owner.PostalCode = "888349";
owner.PostalCodeSpecified = true;
owner.CountryCode = "DK";
owner.CountryCodeSpecified = true;
owner.Phone = "+45.123456789";
owner.PhoneSpecified = true;
owner.Fax = "+45.987654321";
owner.FaxSpecified = true;
owner.Email = "administrator@ascio-test-domain.com"
owner.Type = "owner";
owner.TypeSpecified = true;
owner.Details = "DetailsTest";
owner.DetailsSpecified = true;
owner.OrganisationNumber = "OrganisationNumberTest";
owner.OrganisationNumberSpecified = true;
owner.VatNumber = "VatNumberTest";
owner.VatNumberSpecified = true;
owner.NexusCategory = "NexusCategoryTest";
owner.NexusCategorySpecified = true;

KeyValue keyValue =  new KeyValue();
keyValue.Key = "Title";
keyValue.KeySpecified = true;
keyValue.Value = "Mr.";
keyValue.ValueSpecified = true;

Extensions adminExtensions =  new Extensions({(
		new KeyValue("Title", "Mrs.")
		}
	);

Contact admin =  new Contact();
admin.FirstName = "John";
admin.FirstNameSpecified = true;
admin.LastName = "Doe";
admin.LastNameSpecified = true;
admin.OrgName = "Ascio";
admin.OrgNameSpecified = true;
admin.Address1 = "Address1Test";
admin.Address1Specified = true;
admin.Address2 = "Address2Test";
admin.Address2Specified = true;
admin.City = "CityTest";
admin.CitySpecified = true;
admin.State = "StateTest";
admin.StateSpecified = true;
admin.PostalCode = "888349";
admin.PostalCodeSpecified = true;
admin.CountryCode = "DK";
admin.CountryCodeSpecified = true;
admin.Phone = "+45.123456789";
admin.PhoneSpecified = true;
admin.Fax = "+45.987654321";
admin.FaxSpecified = true;
admin.Email = "administrator@ascio-test-domain.com"
admin.Type = "owner";
admin.TypeSpecified = true;
admin.Details = "DetailsTest";
admin.DetailsSpecified = true;
admin.OrganisationNumber = "OrganisationNumberTest";
admin.OrganisationNumberSpecified = true;
admin.Extensions = adminExtensions;

KeyValue keyValue =  new KeyValue();
keyValue.Key = "Title";
keyValue.KeySpecified = true;
keyValue.Value = "Mr.";
keyValue.ValueSpecified = true;

Extensions techExtensions =  new Extensions({(
		new KeyValue("Title", "Mrs.")
		}
	);

Contact tech =  new Contact();
tech.FirstName = "John";
tech.FirstNameSpecified = true;
tech.LastName = "Doe";
tech.LastNameSpecified = true;
tech.OrgName = "Ascio";
tech.OrgNameSpecified = true;
tech.Address1 = "Address1Test";
tech.Address1Specified = true;
tech.Address2 = "Address2Test";
tech.Address2Specified = true;
tech.City = "CityTest";
tech.CitySpecified = true;
tech.State = "StateTest";
tech.StateSpecified = true;
tech.PostalCode = "888349";
tech.PostalCodeSpecified = true;
tech.CountryCode = "DK";
tech.CountryCodeSpecified = true;
tech.Phone = "+45.123456789";
tech.PhoneSpecified = true;
tech.Fax = "+45.987654321";
tech.FaxSpecified = true;
tech.Email = "administrator@ascio-test-domain.com"
tech.Type = "owner";
tech.TypeSpecified = true;
tech.Details = "DetailsTest";
tech.DetailsSpecified = true;
tech.OrganisationNumber = "OrganisationNumberTest";
tech.OrganisationNumberSpecified = true;
tech.Extensions = techExtensions;

KeyValue keyValue =  new KeyValue();
keyValue.Key = "Title";
keyValue.KeySpecified = true;
keyValue.Value = "Mr.";
keyValue.ValueSpecified = true;

Extensions customerReferenceExtensions =  new Extensions(array($keyValue));

CustomerReferenceInfo customerReference =  new CustomerReferenceInfo();
customerReference.Handle = "JD123";
customerReference.HandleSpecified = true;
customerReference.ExternalId = "ExternalIdTest";
customerReference.ExternalIdSpecified = true;
customerReference.Description = "DescriptionTest";
customerReference.DescriptionSpecified = true;
customerReference.Extensions = customerReferenceExtensions;
customerReference.CreationDate = "CreationDateTest";
customerReference.Status = "StatusTest";

SslCertificateInfo sslCertificateInfo =  new SslCertificateInfo();
sslCertificateInfo.Handle = "JD123";
sslCertificateInfo.HandleSpecified = true;
sslCertificateInfo.Status = "StatusTest";
sslCertificateInfo.StatusSpecified = true;
sslCertificateInfo.Created = new \DateTime();
sslCertificateInfo.CreatedSpecified = true;
sslCertificateInfo.Expires = new \DateTime();
sslCertificateInfo.ExpiresSpecified = true;
sslCertificateInfo.CommonName = "ascio-test-domain.com";
sslCertificateInfo.CommonNameSpecified = true;
sslCertificateInfo.ProductCode = "positivessl";
sslCertificateInfo.ProductCodeSpecified = true;
sslCertificateInfo.WebServerType = WebServerType.ApacheSsl;
sslCertificateInfo.WebServerTypeSpecified = true;
sslCertificateInfo.ApproverEmail = "administrator@ascio-test-domain.com";
sslCertificateInfo.ApproverEmailSpecified = true;
sslCertificateInfo.CSR = "-----BEGIN CERTIFICATE REQUEST-----MIIC2jCCAcICAQAwgZQxCzAJBgNVBAYTAkRFMRMwEQYDVQQIDApTb21lLVN0YXRlMQ8wDQYDVQQHDAZNdW5pY2gxEzARBgNVBAoMClRlc3RDb21hbnkxHjAcBgNVBAMMFWFzY2lvLXRlc3QtZG9tYWluLmNvbTEqMCgGCSqGSIb3DQEJARYbYWRtaW5AYXNjaW8tdGVzdC1kb21haW4uY29tMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAwQ9AgF9B381tELA3BsKkIwu4Ddg0hOSfyrtBnm895ELPYG4YcPYXmauTxPu0oD6WhudQh2tbnN/QTRsZpdVgahS6uz7065wUC6IrvlcuaCx+e08vp/1VOIUrKfyrxkZ1mjrv4FwQ38y+ITejL46JBbKbhqbeovQymA/DmHmKUylNY3eud6w/Dp+QOoa1jIZRdHv5ie+ranOx9aYl0WeuzrIOeIVI7UKVF9d1o5r2h60wThLPzky9hux5uisGYZsWjFKOJUFZxkX4riResOWmkFy9KUV82MLuScrSJ4cVfVPmhN3tEpOtYhkJVkS0PvR7LCdL4rOF0pqzL71m2ZoMdQIDAQABoAAwDQYJKoZIhvcNAQELBQADggEBAHcDTCtBQmGcIarD4NFmKt+Tw3l2p+tGRA8OiT7dSTvJ1TavZYdcobFKkBhp/3T9ko4wncBChp97YWNWtQT+hoIrOh85QIMHW14JeVFk8AiptI5pI+DPHnSwSq4XANwwrUI/3zAeRtV7bQmP9upebZ3POJ9Bl9oarge8J2SJ6yM5Dizq9wmGgQlhEG9HuuvJHFGjci86m8yqbqlS8JaIvO2dA4OpEM3cCcu7jY13RYN4DT06VAx2okMJmAyxvG9eu45MIB/NzeV4SrqsTNqCkrXKiC9/rAzhl7eP3XDRI6XZFRq7qmIAQoZJqWSyl1f4cq+rbLIJ9xE+yII+qt/CVbc=-----END CERTIFICATE REQUEST-----";
sslCertificateInfo.CSRSpecified = true;
sslCertificateInfo.Certificate = "CertificateTest";
sslCertificateInfo.CertificateSpecified = true;
sslCertificateInfo.Owner = owner;
sslCertificateInfo.Admin = admin;
sslCertificateInfo.Tech = tech;
sslCertificateInfo.SanNames = array(
	);
sslCertificateInfo.ObjectComment = "Example Object Comment";
sslCertificateInfo.ObjectCommentSpecified = true;
sslCertificateInfo.ValidationType = SslDomainValidationType.Dns;
sslCertificateInfo.ValidationTypeSpecified = true;
sslCertificateInfo.SslProductName = "SslProductNameTest";
sslCertificateInfo.SslProductNameSpecified = true;
sslCertificateInfo.CustomerReference = customerReference;

GetSslCertificateResponse getSslCertificateResponse =  new GetSslCertificateResponse();
getSslCertificateResponse.ResultCode = 1;
getSslCertificateResponse.ResultCodeSpecified = true;
getSslCertificateResponse.ResultMessage = "ResultMessageTest";
getSslCertificateResponse.ResultMessageSpecified = true;
getSslCertificateResponse.Errors = array(
	);
getSslCertificateResponse.SslCertificateInfo = sslCertificateInfo;
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.