Ascio Web Service v3
PHP 5 Classes CreateOrder - ContactUpdate
Replaces the contact with a new handle. There are 2 ways to submit the new Registrant:
- Submit a Handle-ID. The handle linked to the domain will be replaced
- Submit new data. A new handle will be created. The handle linked to the domain will be replaced
With the Contact Update, it is possible to change Tech Contact, Admistrative Contact and Billing Contact in one request.

CreateOrderResponse CreateOrder(SecurityHeaderDetails $securityHeader,CreateOrderRequest $request)
Response codes
ResultCode | Message | Value |
---|---|---|
200 | Order validated | |
200 | Order received | |
400 | Order not validated | Messages |
401 | Authorization failed | |
405 | Access denied |
CreateOrder Request
Property | Type |
---|---|
request |
CreateOrderResponse
Property | Description |
---|---|
CreateOrderResult | |
OrderInfo | |
ResultCode | Example: 1 |
ResultMessage | |
Errors |
Used in Classes
Property | Value |
OrderType | ContactUpdate |
---|---|
request | DomainOrderRequest |
PHP 5 Classes example
Caught error java:org.exist.xquery.XPathException: exerr:ERROR Type error in expression: required node name is {''}:properties; got: property [at line 27, column 58, source: /db/apps/aws/code-generator/lang/php-5-stub.xqm]
In function:
php:get-array(element(properties)) [27:43:/db/apps/aws/code-generator/lang/php-5-stub.xqm]
php:serialize-objects(element(properties)*, element(inputs)) [510:37:/db/apps/aws/code-generator/lang/php-5-stub.xqm]
code:generate-lang(item()*) [522:19:/db/apps/aws/code-generator/code-generator.xqm]
code:generate-code(element(inputs)) [214:24:/db/apps/aws/code-generator/code-generator.xqm]. Type error in expression: required node name is {''}:properties; got: property. Data: .
<inputs>
<api>v3</api>
<type name="CreateOrder"/>
<input type="enum" var="OrderType" value="ContactUpdate"/>
<input var="request" value="DomainOrderRequest"/>
</inputs>
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.