Trademark Claims Notifications – TCN
- Home
- Knowledge Base
- Claims
- Trademark Claims Notifications – TCN
Claims Testing in OTE
The OT&E is connected to TMCH OT&E to avail TCN Claims testing.
Please refer to Section 3 of Launch Phase Mapping for the Extensible Provisioning Protocol Document for EPP commands http://tools.ietf.org/html/draft-tan-epp-launchphase-11#section-3
The EPP extensions for Sunrise/Claims are detailed here:
http://tools.ietf.org/html/draft-tan-epp-launchphase-11http://tools.ietf.org/html/draft-lozano-tmch-func-spec-08
Please reach out to the Tech Support team for the current TLD for claims testing in our OTE environment.
Find below sample XML files. Registration with Claims Check, Create an IDN subject to Claims, Claims Check for multiple labels
CLAIMS CHECK
<?xml version="1.0" encoding="UTF-8">
<epp xmlns="urn:ietf:params:xml:ns:epp-1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="urn:ietf:params:xml:ns:epp-1.0 epp-1.0.xsd">
<command>
<check>
<domain:check xmlns:domain="urn:ietf:params:xml:ns:domain-1.0" xsi:schemaLocation="urn:ietf:params:xml:ns:domain-1.0 domain-1.0.xsd">
<domain:name>MARKW-POU.claimsgaseven</domain:name>
</domain:check>
</check>
<extension>
<launch:check xmlns:launch="urn:ietf:params:xml:ns:launch-1.0" xsi:schemaLocation="urn:ietf:params:xml:ns:launch-1.0 launch-1.0.xsd">
<launch:phase>claims</launch:phase>
</launch:check>
</extension>
<clTRID>RW00000000060C</clTRID>
</command>
</epp>
<?xml version="1.0" encoding="utf-8">
<epp xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:ietf:params:xml:ns:epp-1.0" xsi:schemaLocation="urn:ietf:params:xml:ns:epp-1.0 epp-1.0.xsd">
<response>
<result code="1000">
<msg>Command completed successfully</msg>
</result>
<extension>
<launch:chkData xmlns:launch="urn:ietf:params:xml:ns:launch-1.0">
<launch:phase>claims</launch:phase>
<launch:cd>
<launch:name exists="true">MARKW-POU.claimsgaseven</launch:name>
<launch:claimKey>2013102201/4/8/7/SHX9eOy5hmSPwhAhAL</launch:claimKey>
</launch:cd>
</launch:chkData>
</extension>
<trID>
<clTRID>RW00000000060C</clTRID>
<svTRID>7e997f1b-4845-4f77-a111-20e387ded559:13</svTRID>
</trID>
</response>
</epp>
CLAIMS CHECK FOR MULTIPLE TLDs
claims check
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<epp xmlns="urn:ietf:params:xml:ns:epp-1.0">
<command>
<check>
<domain:check xmlns:domain="urn:ietf:params:xml:ns:domain-1.0">
<domain:name>xn--0tr136bba78f789j.claimsgaseven</domain:name>
<domain:name>xn--0tr136bba78f789j.xn--czrs0t</domain:name>
</domain:check>
</check>
<extension>
<launch:check xmlns:launch="urn:ietf:params:xml:ns:launch-1.0" type="claims">
<launch:phase>claims</launch:phase>
</launch:check>
</extension>
<clTRID>{1}</clTRID>
</command>
</epp>
claims response
<?xml version="1.0" encoding="utf-8"?>
<epp xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="urn:ietf:params:xml:ns:epp-1.0 epp-1.0.xsd" xmlns="urn:ietf:params:xml:ns:epp-1.0">
<response>
<result code="1000">
<msg>Command completed successfully</msg>
</result>
<extension>
<launch:chkData xmlns:launch="urn:ietf:params:xml:ns:launch-1.0">
<launch:phase>claims</launch:phase>
<launch:cd>
<launch:name exists="true">xn--0tr136bba78f789j.claimsga</launch:name>
<launch:claimKey>2013103101/5/e/5/XliXm8rZDxFEf2v1T</launch:claimKey>
</launch:cd>
<launch:cd>
<launch:name exists="true">xn--0tr136bba78f789j.xn--czrs0t</launch:name>
<launch:claimKey>2013103101/5/e/5/XliXm8rZDxFEf2v1T</launch:claimKey>
</launch:cd>
</launch:chkData>
</extension>
<trID>
<clTRID>{1}</clTRID>
<svTRID>c53923d5-b314-417b-82ba-3c93b6ea14c5:14</svTRID>
</trID>
</response>
</epp>
CREATE CLAIMS IDN
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<epp xmlns="urn:ietf:params:xml:ns:epp-1.0">
<command>
<create>
<domain:create xmlns:domain="urn:ietf:params:xml:ns:domain-1.0">
<domain:name>IDN_domain_name</domain:name>
<domain:registrant>registrant</domain:registrant>
<domain:contact type="admin">admin_contact</domain:contact>
<domain:contact type="tech">tech_contact</domain:contact>
<domain:authInfo>
<domain:pw>password_1</domain:pw>
</domain:authInfo>
</domain:create>
</create>
<extension>
<launch:create xmlns:launch="urn:ietf:params:xml:ns:launch-1.0">
<launch:phase>claims</launch:phase>
<launch:notice>
<launch:noticeID>831954ed0000000000000008692</launch:noticeID>
<launch:notAfter>2014-08-30T15:26:33.0Z</launch:notAfter>
<launch:acceptedDate>2013-10-22T11:00:00.0Z</launch:acceptedDate>
</launch:notice>
</launch:create>
<idn:data xmlns:idn="urn:ietf:params:xml:ns:idn-1.0">
<idn:table>two_characters_code</idn:table>
</idn:data>
</extension>
<clTRID>EppCon.131023.113904</clTRID>
</command>
</epp>
REGISTRATION WITH CLAIM CHECK
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<epp xmlns="urn:ietf:params:xml:ns:epp-1.0">
<command>
<create>
<domain:create xmlns:domain="urn:ietf:params:xml:ns:domain-1.0">
<domain:name>BananaAfricaLunchSalt.claimsga</domain:name>
<domain:registrant>ContReg9900a</domain:registrant>
<domain:contact type="admin">ContReg9900a</domain:contact>
<domain:contact type="billing">ContReg9900a</domain:contact>
<domain:authInfo>
<domain:pw>Password_1</domain:pw>
</domain:authInfo>
</domain:create>
</create>
<extension>
<launch:create xmlns:launch="urn:ietf:params:xml:ns:launch-1.0">
<launch:phase>claims</launch:phase>
<launch:notice>
<launch:noticeID>4a9290940000000000000008692</launch:noticeID>
<launch:notAfter>2014-09-20T11:49:52Z</launch:notAfter>
<launch:acceptedDate>2013-09-19T12:49:52Z</launch:acceptedDate>
</launch:notice>
</launch:create>
</extension>
<clTRID>QATest</clTRID>
</command>
</epp>
Contact information
10500 NE 8th Street, Ste. 750
Bellevue, WA 98004
Registrars
Support
Copyright ©2012-2022 Identity Digital Inc., 10500 NE 8th Street Suite 750 Bellevue, WA 98004 All Rights Reserved.
Identity Digital, the Identity Digital logo, and other trademarks, service marks, and designs are registered or unregistered trademarks of Identity Digital Inc. and its subsidiaries in the United States and in other countries. All other trademarks are property of their respective owners.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.