Ascio Web Service v3
Enumeration WebServerType
| Property |
|---|
| ApacheSsl |
| ApacheRaven |
| ApacheSsleay |
| C2net |
| IbmHttp |
| Iplanet |
| DominoGo4625 |
| DominoGo4626 |
| Domino |
| Iis4 |
| Iis5 |
| Netscape |
| Zeusv3 |
| Other |
| ApacheOpenSsl |
| Apache2 |
| ApacheApacheSsl |
| CobaltSeries |
| Cpanel |
| Ensim |
| Hsphere |
| IpSwitch |
| Plesk |
| Tomcat |
| WebLogic |
| WebSite |
| WebStar |
| Iis |
| AdobeAir |
| AppleOsx |
| MicrosoftAuthenticode |
| MicrosoftOfficeVba |
| Mozilla |
| SunJava |
| CodeSigningOther |
<?php
$wsdl = "https://aws.demo.ascio.com/v3/aws.wsdl";
//$wsdl = "https://aws.ascio.com/v3/aws.wsdl";
$client = new SoapClient($wsdl,[ "trace" => 1, "soap_version" => SOAP_1_1)];
$credentials = ["Account"=> "myaccount", "Password" => "mypassword"];
$headers = [];
$headers[] = new \SoapHeader("http://www.ascio.com/2013/02","SecurityHeaderDetails", $credentials, false);
$headers[] = new \SoapHeader("http://www.ascio.com/2013/02","ImpersonationHeaderDetails", ["TransactionAccount" => "mysubaccount"], false);
$client->__setSoapHeaders($headers);
//WebServerType
$webServerType = [
"ApacheSsl" => "ApacheSsl",
"ApacheRaven" => "ApacheRaven",
"ApacheSsleay" => "ApacheSsleay",
"C2net" => "C2net",
"IbmHttp" => "IbmHttp",
"Iplanet" => "Iplanet",
"DominoGo4625" => "DominoGo4625",
"DominoGo4626" => "DominoGo4626",
"Domino" => "Domino",
"Iis4" => "Iis4",
"Iis5" => "Iis5",
"Netscape" => "Netscape",
"Zeusv3" => "Zeusv3",
"Other" => "Other",
"ApacheOpenSsl" => "ApacheOpenSsl",
"Apache2" => "Apache2",
"ApacheApacheSsl" => "ApacheApacheSsl",
"CobaltSeries" => "CobaltSeries",
"Cpanel" => "Cpanel",
"Ensim" => "Ensim",
"Hsphere" => "Hsphere",
"IpSwitch" => "IpSwitch",
"Plesk" => "Plesk",
"Tomcat" => "Tomcat",
"WebLogic" => "WebLogic",
"WebSite" => "WebSite",
"WebStar" => "WebStar",
"Iis" => "Iis",
"AdobeAir" => "AdobeAir",
"AppleOsx" => "AppleOsx",
"MicrosoftAuthenticode" => "MicrosoftAuthenticode",
"MicrosoftOfficeVba" => "MicrosoftOfficeVba",
"Mozilla" => "Mozilla",
"SunJava" => "SunJava",
"CodeSigningOther" => "CodeSigningOther"
];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.
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.