This notification is generated when a registrar requests a .ltd.uk, .plc.uk or .net.uk domain name, which is then referred for manual checking, and the request is then rejected.
<epp:resData> element
The <resData> element contains an <n:domainFailData> element that gives the domain name and the reason why the registration request has been rejected. This contains the following sub-elements:
- An <n:domainName> element giving the domain name concerned.
- An <n:reason> giving the reason for rejecting the request.
Example of a Referral Rejection 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>Referral Rejected Notification</msg>
</msgQ>
<resData>
<n:domainFailData
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:domainName>epp-example2.ltd.uk</n:domainName>
<n:reason>V205 Registrant does not match domain name</n:reason>
</n:domainFailData>
</resData>
<trID>
<clTRID>ABC-12345</clTRID>
<svTRID>123456</svTRID>
</trID>
</response>
</epp>