Ascio Web Service v2
SOAP SearchOrder
Response SearchOrder(string sessionId,SearchOrderRequest orderRequest)
Response codes
ResultCode | Message | Value |
---|---|---|
200 | OK | |
401 | Authorization failed | |
405 | Access denied |
SearchOrder Request
Property | Description |
---|---|
sessionId | Example: o58t9fjgw9bjarp6q7byv13e |
orderRequest |
SearchOrderResponse
Property | Description |
---|---|
SearchOrderResult | |
totalOrders | Example: 1 |
orders |
SOAP example
<soapenv:Envelope xmlns:arr="http://schemas.microsoft.com/2003/10/Serialization/Arrays" xmlns:service="http://www.ascio.com/2013/02/AscioService" xmlns:v2="http://www.ascio.com/2007/01" xmlns:v3="http://www.ascio.com/2013/02" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
<soapenv:Body>
<v2:SearchOrder>
<v2:sessionId>${#Project#sessionId}</v2:sessionId>
<v2:orderRequest>
<v2:OrderTypes>
<v2:OrderType>NotSet</v2:OrderType>
<v2:OrderType>Contact_Update</v2:OrderType>
<v2:OrderType>Change_Locks</v2:OrderType>
<v2:OrderType>Delete_Domain</v2:OrderType>
<v2:OrderType>Registrant_Details_Update</v2:OrderType>
<v2:OrderType>Expire_Domain</v2:OrderType>
<v2:OrderType>Nameserver_Update</v2:OrderType>
<v2:OrderType>Owner_Change</v2:OrderType>
<v2:OrderType>Queue_Domain</v2:OrderType>
<v2:OrderType>Register_Domain</v2:OrderType>
<v2:OrderType>Renew_Domain</v2:OrderType>
<v2:OrderType>Restore_Domain</v2:OrderType>
<v2:OrderType>Transfer_Domain</v2:OrderType>
<v2:OrderType>Unexpire_Domain</v2:OrderType>
<v2:OrderType>Transfer_Away</v2:OrderType>
<v2:OrderType>Autorenew_Domain</v2:OrderType>
<v2:OrderType>Autodelete_Domain</v2:OrderType>
<v2:OrderType>Defensive_Registration</v2:OrderType>
<v2:OrderType>Name_Watch</v2:OrderType>
<v2:OrderType>Domain_Details_Update</v2:OrderType>
<v2:OrderType>Import_Domain</v2:OrderType>
<v2:OrderType>Partner_Change</v2:OrderType>
<v2:OrderType>Support</v2:OrderType>
<v2:OrderType>DeQueue</v2:OrderType>
<v2:OrderType>Update_AuthInfo</v2:OrderType>
</v2:OrderTypes>
<v2:OrderStatusTypes>
<v2:OrderStatusType>NotSet</v2:OrderStatusType>
<v2:OrderStatusType>Received</v2:OrderStatusType>
<v2:OrderStatusType>Validated</v2:OrderStatusType>
<v2:OrderStatusType>Invalid</v2:OrderStatusType>
<v2:OrderStatusType>Pending</v2:OrderStatusType>
<v2:OrderStatusType>Processing</v2:OrderStatusType>
<v2:OrderStatusType>Pending_Documentation</v2:OrderStatusType>
<v2:OrderStatusType>Pending_End_User_Action</v2:OrderStatusType>
<v2:OrderStatusType>Documentation_Received</v2:OrderStatusType>
<v2:OrderStatusType>Documentation_Approved</v2:OrderStatusType>
<v2:OrderStatusType>Documentation_Not_Approved</v2:OrderStatusType>
<v2:OrderStatusType>Pending_NIC_Processing</v2:OrderStatusType>
<v2:OrderStatusType>Pending_NIC_Document_Approval</v2:OrderStatusType>
<v2:OrderStatusType>Pending_Post_Processing</v2:OrderStatusType>
<v2:OrderStatusType>Pending_Internal_Processing</v2:OrderStatusType>
<v2:OrderStatusType>Completed</v2:OrderStatusType>
<v2:OrderStatusType>Failed</v2:OrderStatusType>
<v2:OrderStatusType>Authentication_Failed</v2:OrderStatusType>
</v2:OrderStatusTypes>
<v2:FromDate>FromDateTest</v2:FromDate>
<v2:ToDate>ToDateTest</v2:ToDate>
<v2:DomainName>ascio-test-domain</v2:DomainName>
<v2:TransactionComment>TransactionCommentTest</v2:TransactionComment>
<v2:Comments>RegistrarTag</v2:Comments>
<v2:IncludeDomainDetails>true</v2:IncludeDomainDetails>
<v2:PageInfo>
<v2:PageIndex>1</v2:PageIndex>
<v2:PageSize>1</v2:PageSize>
</v2:PageInfo>
<v2:OrderSort>CreDateAsc</v2:OrderSort>
</v2:orderRequest>
</v2:SearchOrder>
</soapenv:Body>
</soapenv:Envelope>
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.