Note: Notifications will be released on 9 Sep 2008.
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 the following elements:
- An <n:relData> element containing the following sub-elements:
- An <n:account-id> 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:registrar-tag> element giving the tag that has rejected the handshake.
- A <domain:listData> element giving the list of domain names involved. This element has an attribute "no-domains" 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/nom-notifications-1.1"
xsi:schemaLocation="http://www.nominet.org.uk/epp/xml/nom-notifications-1.1
nom-notifications-1.1.xsd">
<n:account-id>1243654</n:account-id>
<n:from>EXAMPLE1-TAG</n:from>
<n:registrar-tag>EXAMPLE2-TAG</n:registrar-tag>
</n:relData>
<domain:listData no-domains="5"
xmlns:domain="http://www.nominet.org.uk/epp/xml/nom-domain-1.1"
xsi:schemaLocation="http://www.nominet.org.uk/epp/xml/nom-domain-1.1
nom-domain-1.1.xsd">
<domain:name>epp-example1.co.uk</domain:name>
<domain:name>epp-example2.co.uk</domain:name>
<domain:name>epp-example3.co.uk</domain:name>
<domain:name>epp-example4.co.uk</domain:name>
<domain:name>epp-example5.co.uk</domain:name>
<domain:name>epp-example6.co.uk</domain:name>
</domain:listData>
</resData>
<trID>
<clTRID>ABC-12345</clTRID>
<svTRID>123456</svTRID>
</trID>
</response>
</epp>