Ascio Web Service v2
Enumeration OrderStatusType
Property | Description |
---|---|
NotSet | |
Received | If the system is in a status of very high load Ascio won't validate the order at submission. The order-response has the status-message "Received" instead of "Validated". |
Validated | The order data is valid. However errors still may occur in later checks. It may be rejected by the registry for some reason. |
Invalid | Invalid order parameters. |
Pending | |
Processing | |
Pending_Documentation | Please upload the documentation via AWS or the portal. |
Pending_End_User_Action | An e-mail was sent to the end-customer. In case the e-mail in the whois is invalid the process is: Fail order (if possible in the portal, otherwise support order), do an Registrant_Details_Update, restart order. |
Documentation_Received | The document was received and is checked by our fulfillment. This prevents sending invalid documents to the registries and the related delays. |
Documentation_Approved | The documentation is OK, and the order will continue |
Documentation_Not_Approved | |
Pending_NIC_Processing | The order was sent to the registry and waiting to be processed. |
Pending_NIC_Document_Approval | |
Pending_Post_Processing | |
Pending_Internal_Processing | If this takes long, there are manual tasks that need to be done. |
Completed | |
Failed | |
Authentication_Failed |
package ascio.v2.examples;
import com.ascio.www._2007._01.*;
public class OrderStatusTypeExample {
public static OrderStatusType main() {
OrderStatusType orderStatusType = new OrderStatusType();
orderStatusType.setNotSet(.NotSet);
orderStatusType.setReceived(.Received);
orderStatusType.setValidated(.Validated);
orderStatusType.setInvalid(.Invalid);
orderStatusType.setPending(.Pending);
orderStatusType.setProcessing(.Processing);
orderStatusType.setPending_Documentation(.Pending_Documentation);
orderStatusType.setPending_End_User_Action(.Pending_End_User_Action);
orderStatusType.setDocumentation_Received(.Documentation_Received);
orderStatusType.setDocumentation_Approved(.Documentation_Approved);
orderStatusType.setDocumentation_Not_Approved(.Documentation_Not_Approved);
orderStatusType.setPending_NIC_Processing(.Pending_NIC_Processing);
orderStatusType.setPending_NIC_Document_Approval(.Pending_NIC_Document_Approval);
orderStatusType.setPending_Post_Processing(.Pending_Post_Processing);
orderStatusType.setPending_Internal_Processing(.Pending_Internal_Processing);
orderStatusType.setCompleted(.Completed);
orderStatusType.setFailed(.Failed);
orderStatusType.setAuthentication_Failed(.Authentication_Failed);
If the system is in a status of very high load Ascio won't validate the order at submission. The order-response has the status-message "Received" instead of "Validated".The order data is valid. However errors still may occur in later checks. It may be rejected by the registry for some reason.Invalid order parameters.Please upload the documentation via AWS or the portal.An e-mail was sent to the end-customer. In case the e-mail in the whois is invalid the process is: Fail order (if possible in the portal, otherwise support order), do an Registrant_Details_Update, restart order.The document was received and is checked by our fulfillment. This prevents sending invalid documents to the registries and the related delays.The documentation is OK, and the order will continueThe order was sent to the registry and waiting to be processed.If this takes long, there are manual tasks that need to be done. return orderStatusType;package ascio.v2.examples;
import com.ascio.www._2007._01.*;
public class OrderStatusTypeExample {
public static OrderStatusType main() {
OrderStatusType orderStatusType = new OrderStatusType();
orderStatusType.setNotSet(.NotSet);
orderStatusType.setReceived(.Received);
orderStatusType.setValidated(.Validated);
orderStatusType.setInvalid(.Invalid);
orderStatusType.setPending(.Pending);
orderStatusType.setProcessing(.Processing);
orderStatusType.setPending_Documentation(.Pending_Documentation);
orderStatusType.setPending_End_User_Action(.Pending_End_User_Action);
orderStatusType.setDocumentation_Received(.Documentation_Received);
orderStatusType.setDocumentation_Approved(.Documentation_Approved);
orderStatusType.setDocumentation_Not_Approved(.Documentation_Not_Approved);
orderStatusType.setPending_NIC_Processing(.Pending_NIC_Processing);
orderStatusType.setPending_NIC_Document_Approval(.Pending_NIC_Document_Approval);
orderStatusType.setPending_Post_Processing(.Pending_Post_Processing);
orderStatusType.setPending_Internal_Processing(.Pending_Internal_Processing);
orderStatusType.setCompleted(.Completed);
orderStatusType.setFailed(.Failed);
orderStatusType.setAuthentication_Failed(.Authentication_Failed);
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.