Class SslCertificateOrderRequest

PropertyDescription
SslCertificate
TypeExample: "owner"
PeriodExample: 1
TransactionComment
CommentsExample: "RegistrarTag"
Documentation
Options

Used in Classes

<?php
$wsdl = "https://aws.demo.ascio.com/v3/aws.wsdl";
//$wsdl = "https://aws.ascio.com/v3/aws.wsdl";
$client = new SoapClient($wsdl,array( "trace" => 1, "soap_version" => SOAP_1_1));
$credentials = array("Account"=> "myaccount", "Password" => "mypassword");
$header = new \SoapHeader("http://www.ascio.com/2013/02","SecurityHeaderDetails", $credentials, false);
$client->__setSoapHeaders($header);
//KeyValue

$keyValue =  [
	"Key" => "Title",
	"Value" => "Mr."
];
//Extensions

$ownerExtensions =  [
	"KeyValue" => [$keyValue]
];
//Registrant

$owner =  [
	"FirstName" => "John",
	"LastName" => "Doe",
	"OrgName" => "Ascio",
	"Address1" => "Address1Test",
	"Address2" => "Address2Test",
	"City" => "CityTest",
	"State" => "StateTest",
	"PostalCode" => "888349",
	"CountryCode" => "DK",
	"Phone" => "+45.123456789",
	"Fax" => "+45.987654321",
	"Email" => "administrator@ascio-test-domain.com",
	"Type" => "owner",
	"Details" => "DetailsTest",
	"OrganisationNumber" => "OrganisationNumberTest",
	"Extensions" => $ownerExtensions,
	"VatNumber" => "VatNumberTest",
	"NexusCategory" => "NexusCategoryTest"
];
//KeyValue

$keyValue =  [
	"Key" => "Title",
	"Value" => "Mr."
];
//Extensions

$adminExtensions =  [
	"KeyValue" => [
	[
		"Key" => "Title",
		"Value" => "Mrs."
	]
	]
];
//Contact

$admin =  [
	"FirstName" => "John",
	"LastName" => "Doe",
	"OrgName" => "Ascio",
	"Address1" => "Address1Test",
	"Address2" => "Address2Test",
	"City" => "CityTest",
	"State" => "StateTest",
	"PostalCode" => "888349",
	"CountryCode" => "DK",
	"Phone" => "+45.123456789",
	"Fax" => "+45.987654321",
	"Email" => "administrator@ascio-test-domain.com",
	"Type" => "owner",
	"Details" => "DetailsTest",
	"OrganisationNumber" => "OrganisationNumberTest",
	"Extensions" => $adminExtensions
];
//KeyValue

$keyValue =  [
	"Key" => "Title",
	"Value" => "Mr."
];
//Extensions

$techExtensions =  [
	"KeyValue" => [
	[
		"Key" => "Title",
		"Value" => "Mrs."
	]
	]
];
//Contact

$tech =  [
	"FirstName" => "John",
	"LastName" => "Doe",
	"OrgName" => "Ascio",
	"Address1" => "Address1Test",
	"Address2" => "Address2Test",
	"City" => "CityTest",
	"State" => "StateTest",
	"PostalCode" => "888349",
	"CountryCode" => "DK",
	"Phone" => "+45.123456789",
	"Fax" => "+45.987654321",
	"Email" => "administrator@ascio-test-domain.com",
	"Type" => "owner",
	"Details" => "DetailsTest",
	"OrganisationNumber" => "OrganisationNumberTest",
	"Extensions" => $techExtensions
];
//SslCertificate

$sslCertificate =  [
	"Handle" => "JD123",
	"CommonName" => "ascio-test-domain.com",
	"ProductCode" => "positivessl",
	"WebServerType" => "ApacheSsl",
	"ApproverEmail" => "administrator@ascio-test-domain.com",
	"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-----",
	"Owner" => $owner,
	"Admin" => $admin,
	"Tech" => $tech,
	"SanNames" => [
		"test-1.com", 
		"test-2.com", 
		"test-3.com", 
		"test-4.com"
	],
	"ObjectComment" => "Example Object Comment",
	"ValidationType" => "Dns"
];
//SslCertificateOrderRequest

$sslCertificateOrderRequest =  [
	"Type" => "Register",
	"Period" => 1,
	"TransactionComment" => "TransactionCommentTest",
	"Comments" => "RegistrarTag",
	"Documentation" => "DocumentationTest",
	"Options" => "OptionsTest",
	"SslCertificate" => $sslCertificate
];
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.