- Joined
- Jul 11, 2008
- Posts
- 4,542
- Reaction score
- 202
I've been having fun and games with nominet, who frankly are just insulting and fobbing me off.
Can anyone who is an actual coder, and has epp framework in place, can you verify this does or doesn't work ?
The code is to perform an EPP transfer request, to a NON-UK Individual/Company, where both the original registrant address and the service address are both included on the whois output.
The command assumes you have already created the verified foreign address contact, and service address, both been used many times and concluded to be perfect contacts.
I get syntax errors, this transfer style is NOT listed in the official documentation, and I believe its not been implemented, but after about 2 weeks or games with them, I figure I'm better asking others.
Can anyone who is an actual coder, and has epp framework in place, can you verify this does or doesn't work ?
The code is to perform an EPP transfer request, to a NON-UK Individual/Company, where both the original registrant address and the service address are both included on the whois output.
The command assumes you have already created the verified foreign address contact, and service address, both been used many times and concluded to be perfect contacts.
PHP:
<command>
<update>
<domain:update
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>testtfr.uk</domain:name>
<domain:chg>
<domain:registrant>cID0001</domain:registrant>
<domain:contact type='admin'>SERVcID0001</domain:contact>
</domain:chg>
</domain:update>
</update>
<clTRID>cID0001tfr</clTRID>
</command>
I get syntax errors, this transfer style is NOT listed in the official documentation, and I believe its not been implemented, but after about 2 weeks or games with them, I figure I'm better asking others.