Ascio Web Service v2
Class SearchOrderRequest
Property | Description |
---|---|
OrderTypes | Example: OrderType.Register_Domain |
OrderStatusTypes | Example: OrderStatusType.Validated |
FromDate | |
ToDate | |
DomainName | Example: "ascio-test-domain" |
TransactionComment | |
Comments | Example: "RegistrarTag" |
IncludeDomainDetails | Example: true |
PageInfo | |
OrderSort |
<?php
$wsdl = "https://aws.demo.ascio.com/2012/01/01/AscioService.wsdl";
//$wsdl = "https://aws.ascio.com/2012/01/01/AscioService.wsdl";
$client = new SoapClient($wsdl,[ "trace" => 1, "soap_version" => SOAP_1_1)];
//PagingInfo
$pageInfo = [
"PageIndex" => 1,
"PageSize" => 1
];
//SearchOrderRequest
$searchOrderRequest = [
"OrderTypes" => [
"NotSet",
"Contact_Update",
"Change_Locks",
"Delete_Domain",
"Registrant_Details_Update",
"Expire_Domain",
"Nameserver_Update",
"Owner_Change",
"Queue_Domain",
"Register_Domain",
"Renew_Domain",
"Restore_Domain",
"Transfer_Domain",
"Unexpire_Domain",
"Transfer_Away",
"Autorenew_Domain",
"Autodelete_Domain",
"Defensive_Registration",
"Name_Watch",
"Domain_Details_Update",
"Import_Domain",
"Partner_Change",
"Support",
"DeQueue",
"Update_AuthInfo"
],
"OrderStatusTypes" => [
"NotSet",
"Received",
"Validated",
"Invalid",
"Pending",
"Processing",
"Pending_Documentation",
"Pending_End_User_Action",
"Documentation_Received",
"Documentation_Approved",
"Documentation_Not_Approved",
"Pending_NIC_Processing",
"Pending_NIC_Document_Approval",
"Pending_Post_Processing",
"Pending_Internal_Processing",
"Completed",
"Failed",
"Authentication_Failed"
],
"FromDate" => "FromDateTest",
"ToDate" => "ToDateTest",
"DomainName" => "ascio-test-domain".time().".com",
"TransactionComment" => "TransactionCommentTest",
"Comments" => "RegistrarTag",
"IncludeDomainDetails" => true,
"PageInfo" => $pageInfo,
"OrderSort" => "CreDateAsc"
];
WSDL for AWS v2
https://aws.demo.ascio.com/2012/01/01/AscioService.wsdl (OTE)
https://aws.ascio.com/2012/01/01/AscioService.wsdl (Live)
Please configure the IP-Whitelisting in the portal/demo-portal.
https://aws.demo.ascio.com/2012/01/01/AscioService.wsdl (OTE)
https://aws.ascio.com/2012/01/01/AscioService.wsdl (Live)
Please configure the IP-Whitelisting in the portal/demo-portal.