Be greatful if anyone could shed some light, on this...
So I moving my software over to epp standard, added the new log in and that works fine.
Added the a new create template, but it seems you have to leave in both the authInfo and password even if the password is blank or it returns a xml syntax error result code="2001"
Got it working keeping the above code but after a sending a successful create, it shows a warning in the response from Nominet (registered the name fine).
So I moving my software over to epp standard, added the new log in and that works fine.
Added the a new create template, but it seems you have to leave in both the authInfo and password even if the password is blank or it returns a xml syntax error result code="2001"
Code:
<domain:authInfo>
<domain:pw></domain:pw>
</domain:authInfo>
Got it working keeping the above code but after a sending a successful create, it shows a warning in the response from Nominet (registered the name fine).
Code:
<warning:ignored-field field-name="domain:authInfo" xmlns:warning="http://www.nominet.org.uk/epp/xml/std-warning-1.1" xsi:schemaLocation="http://www.nominet.org.uk/epp/xml/std-warning-1.1 std-warning-1.1.xsd"> Field 'authInfo' found; this field has been ignored.</warning:ignored-field>