Contact Check command ===================== This command follows standard EPP Contact mapping, `RFC-5733`_ Before creating a new contact object, a ```` command may be issued with several variants of the contact handle. Then, call ```` command with the first one contact handle which was available as the ``contact:id`` attribute. Client request -------------- .. code-block :: xml TAKEN-0303-00015 freehdl-0001231 --+---(8) client-id-adm0 9a4I5Rd0QOaGcPJbsog5 Server response --------------- Example of a successfully completed request: .. code-block :: xml TAKEN-0303-00015 Already in use freehdl-0001231 --+---(8) Value cannot be used as EPP contact handle client-id-adm0 Already in use Command completed successfully 9a4I5Rd0QOaGcPJbsog5 LVNIC-20110601-330e09f2f85547d58a57a6d4e520bc03-7 Please note, that if any of the ``contact:id`` elements contains a syntactically invalid value for a contact handle, the XML schema validation would fail and an error response would be received - as a result, no client handles would be really tried out. Example of such a request and a resulting response for it: Request with a too long value for a contact:id given: .. code-block :: xml AG goodhdl-000123 too-long-contact-handle Qb3VsWu4tiNgly6tKZdF Resulting error response: .. code-block :: xml Schema validation failed Element '{urn:ietf:params:xml:ns:contact-1.0}id': [facet 'minLength'] The value has a length of '2'; this underruns the allowed minimum length of '3'. Element '{urn:ietf:params:xml:ns:contact-1.0}id': 'AG' is not a valid value of the atomic type '{urn:ietf:params:xml:ns:eppcom-1.0}clIDType'. Element '{urn:ietf:params:xml:ns:contact-1.0}id': [facet 'maxLength'] The value has a length of '23'; this exceeds the allowed maximum length of '16'. Element '{urn:ietf:params:xml:ns:contact-1.0}id': 'too-long-contact-handle' is not a valid value of the atomic type '{urn:ietf:params:xml:ns:eppcom-1.0}clIDType'. Qb3VsWu4tiNgly6tKZdF LVNIC-20110830-25e092a444524d0284107da7da9c4b80-1 .. *** include external reference links: *** .. include:: /ref_links.rst