Skip to Main Content

Nominet

Log in to the online service
Log in to Online Services
Skip Primary Navigation
Skip All Secondary and Tertiary Navigation

Print this page  | Contact Us
This notification is generated when a registrar requests a registrar change, the new tag requires a handshake and they decline it.

<epp:resData> element

The resData element contains a single <n:relData> element which contains the  following sub-elements:
  • An <n:accountId> giving the account that the domain names are on.
  • An <n:from> element giving the tag that requested the registrar change. This is the tag that has been used to log into EPP
  • An <n:registrarTag> element giving the tag that has rejected the handshake.
  • An <n:domainListData> element giving the list of domain names involved. This element has an attribute "noDomains" giving the number of domain names.

Example of a Handshake Rejected Notification

<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<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">
<response>
<result code="1301">
<msg>Command completed successfully; ack to dequeue</msg>
</result>
<msgQ count="10" id="12345">
<qDate>2007-09-26T07:31:30</qDate>
<msg>Registrar Change Handshake Rejected Notification</msg>
</msgQ>
<resData>
<n:relData
xmlns:n="http://www.nominet.org.uk/epp/xml/std-notifications-1.0"
xsi:schemaLocation="http://www.nominet.org.uk/epp/xml/std-notifications-1.0
std-notifications-1.0.xsd">
<n:accountId>1243654</n:accountId>
<n:from>EXAMPLE1-TAG</n:from>
<n:registrarTag>EXAMPLE2-TAG</n:registrarTag>
<n:domainListData noDomains="5">
<n:domainName>epp-example1.co.uk</n:domainName>
<n:domainName>epp-example2.co.uk</n:domainName>
<n:domainName>epp-example3.co.uk</n:domainName>
<n:domainName>epp-example4.co.uk</n:domainName>
<n:domainName>epp-example5.co.uk</n:domainName>
<n:domainName>epp-example6.co.uk</n:domainName>
</n:domainListData>
</n:relData>
</resData>
<trID>
<clTRID>ABC-12345</clTRID>
<svTRID>123456</svTRID>
</trID>
</response>
</epp>
 
 
 

© Nominet UK 1996-2010  |  Accessibility  |  Site Map  |  Feeds  |  Glossary  |  Privacy Policy  |  Terms of Use