top of page
Version 1.0
Last changed: October 2022
​
Error
​
An Error document is sent as a response when DIAL cannot process a request. The content of the Error element is text that describes the error.
Client Automation Protocol
Request Document Element
DTD Location:
Sample Document
Error
Sample Document:
<?xp ResponseTo="1234"?>
<!DOCTYPE Error SYSTEM "http://www.worldpac.com/wcap/Error.dtd">
<Error>
Invalid Product ID
</Error>
<?xp /?>
bottom of page