diff --git a/app/views/epp/poll/poll_keyrelay.xml.builder b/app/views/epp/poll/poll_keyrelay.xml.builder index a2fed7915..7c2ca6c5a 100644 --- a/app/views/epp/poll/poll_keyrelay.xml.builder +++ b/app/views/epp/poll/poll_keyrelay.xml.builder @@ -1,6 +1,6 @@ xml.instruct!(:xml, standalone: 'no') xml.epp( - 'xmlns' => 'urn:ietf:params:xml:ns:epp-1.0', + 'xmlns' => 'https://epp.tld.ee/schema/epp-ee-1.0.xsd', 'xmlns:secDNS' => 'urn:ietf:params:xml:ns:secDNS-1.1', 'xmlns:domain' => 'https://epp.tld.ee/schema/domain-eis-1.0.xsd', 'xmlns:keyrelay' => 'urn:ietf:params:xml:ns:keyrelay-1.0' diff --git a/app/views/registrar/xml_consoles/epp_requests/contact/check.xml b/app/views/registrar/xml_consoles/epp_requests/contact/check.xml index 59e52567f..97e049e0b 100644 --- a/app/views/registrar/xml_consoles/epp_requests/contact/check.xml +++ b/app/views/registrar/xml_consoles/epp_requests/contact/check.xml @@ -1,5 +1,5 @@ - + - + - + diff --git a/app/views/registrar/xml_consoles/epp_requests/contact/delete.xml b/app/views/registrar/xml_consoles/epp_requests/contact/delete.xml index 5feaf46d4..a86c4ac0c 100644 --- a/app/views/registrar/xml_consoles/epp_requests/contact/delete.xml +++ b/app/views/registrar/xml_consoles/epp_requests/contact/delete.xml @@ -1,5 +1,5 @@ - + - + diff --git a/app/views/registrar/xml_consoles/epp_requests/contact/update_chg.xml b/app/views/registrar/xml_consoles/epp_requests/contact/update_chg.xml index ec0beb825..62cc103db 100644 --- a/app/views/registrar/xml_consoles/epp_requests/contact/update_chg.xml +++ b/app/views/registrar/xml_consoles/epp_requests/contact/update_chg.xml @@ -1,5 +1,5 @@ - + diff --git a/app/views/registrar/xml_consoles/epp_requests/domain/check.xml b/app/views/registrar/xml_consoles/epp_requests/domain/check.xml index 88dd550b6..73304adb0 100644 --- a/app/views/registrar/xml_consoles/epp_requests/domain/check.xml +++ b/app/views/registrar/xml_consoles/epp_requests/domain/check.xml @@ -1,5 +1,5 @@ - + - + - + - + - + - + - + - + example6.ee diff --git a/app/views/registrar/xml_consoles/epp_requests/poll/poll.xml b/app/views/registrar/xml_consoles/epp_requests/poll/poll.xml index 08c097196..5ffed010e 100644 --- a/app/views/registrar/xml_consoles/epp_requests/poll/poll.xml +++ b/app/views/registrar/xml_consoles/epp_requests/poll/poll.xml @@ -1,5 +1,5 @@ - + ABC-12345 diff --git a/doc/epp-examples.md b/doc/epp-examples.md index ceaf4748e..12b2fdfdb 100644 --- a/doc/epp-examples.md +++ b/doc/epp-examples.md @@ -9,7 +9,7 @@ REQUEST: ```xml - + registrar1 @@ -38,7 +38,7 @@ RESPONSE: ```xml - + Command completed successfully @@ -57,7 +57,7 @@ REQUEST: ```xml - + @@ -71,7 +71,7 @@ RESPONSE: ```xml - + Element '{https://epp.tld.ee/schema/contact-ee-1.1.xsd}create': Missing child element(s). Expected is one of ( {https://epp.tld.ee/schema/contact-ee-1.1.xsd}id, {https://epp.tld.ee/schema/contact-ee-1.1.xsd}postalInfo ). @@ -90,7 +90,7 @@ REQUEST: ```xml - + @@ -122,7 +122,7 @@ RESPONSE: ```xml - + Command completed successfully @@ -147,7 +147,7 @@ REQUEST: ```xml - + @@ -182,7 +182,7 @@ RESPONSE: ```xml - + Command completed successfully @@ -207,7 +207,7 @@ REQUEST: ```xml - + @@ -239,7 +239,7 @@ RESPONSE: ```xml - + Command completed successfully @@ -264,7 +264,7 @@ REQUEST: ```xml - + @@ -296,7 +296,7 @@ RESPONSE: ```xml - + Command completed successfully @@ -321,7 +321,7 @@ REQUEST: ```xml - + @@ -353,7 +353,7 @@ RESPONSE: ```xml - + Command completed successfully @@ -378,7 +378,7 @@ REQUEST: ```xml - + @@ -410,7 +410,7 @@ RESPONSE: ```xml - + Email is invalid [email] @@ -429,7 +429,7 @@ REQUEST: ```xml - + @@ -462,7 +462,7 @@ RESPONSE: ```xml - + Command completed successfully @@ -487,7 +487,7 @@ REQUEST: ```xml - + @@ -520,7 +520,7 @@ RESPONSE: ```xml - + Command completed successfully @@ -545,7 +545,7 @@ REQUEST: ```xml - + @@ -578,7 +578,7 @@ RESPONSE: ```xml - + is invalid [code] @@ -597,7 +597,7 @@ REQUEST: ```xml - + @@ -630,7 +630,7 @@ RESPONSE: ```xml - + is invalid [code] @@ -649,7 +649,7 @@ REQUEST: ```xml - + @@ -682,7 +682,7 @@ RESPONSE: ```xml - + Contact code is too long, max 100 characters [code] @@ -701,7 +701,7 @@ REQUEST: ```xml - + @@ -732,7 +732,7 @@ RESPONSE: ```xml - + Element '{https://epp.tld.ee/schema/eis-1.0.xsd}ident', attribute 'cc': [facet 'maxLength'] The value 'WRONG' has a length of '5'; this exceeds the allowed maximum length of '2'. @@ -754,7 +754,7 @@ REQUEST: ```xml - + @@ -785,7 +785,7 @@ RESPONSE: ```xml - + Element '{https://epp.tld.ee/schema/eis-1.0.xsd}ident': The attribute 'cc' is required but missing. @@ -804,7 +804,7 @@ REQUEST: ```xml - + @@ -835,7 +835,7 @@ RESPONSE: ```xml - + Element '{https://epp.tld.ee/schema/eis-1.0.xsd}ident': The attribute 'type' is required but missing. @@ -857,7 +857,7 @@ REQUEST: ```xml - + @@ -890,7 +890,7 @@ RESPONSE: ```xml - + Command completed successfully @@ -915,7 +915,7 @@ REQUEST: ```xml - + @@ -948,7 +948,7 @@ RESPONSE: ```xml - + Command completed successfully @@ -973,7 +973,7 @@ REQUEST: ```xml - + @@ -1006,7 +1006,7 @@ RESPONSE: ```xml - + Command completed successfully @@ -1031,7 +1031,7 @@ REQUEST: ```xml - + @@ -1064,7 +1064,7 @@ RESPONSE: ```xml - + Command completed successfully @@ -1089,7 +1089,7 @@ REQUEST: ```xml - + @@ -1122,7 +1122,7 @@ RESPONSE: ```xml - + Command completed successfully @@ -1147,7 +1147,7 @@ REQUEST: ```xml - + @@ -1179,7 +1179,7 @@ RESPONSE: ```xml - + Command completed successfully @@ -1204,7 +1204,7 @@ REQUEST: ```xml - + @@ -1236,7 +1236,7 @@ RESPONSE: ```xml - + Command completed successfully @@ -1261,7 +1261,7 @@ REQUEST: ```xml - + @@ -1294,7 +1294,7 @@ RESPONSE: ```xml - + Parameter value policy error. Org must be blank: postalInfo > org [org] @@ -1313,7 +1313,7 @@ REQUEST: ```xml - + @@ -1346,7 +1346,7 @@ RESPONSE: ```xml - + Parameter value policy error. Fax must be blank: fax [fax] @@ -1365,7 +1365,7 @@ REQUEST: ```xml - + @@ -1379,7 +1379,7 @@ RESPONSE: ```xml - + Element '{https://epp.tld.ee/schema/contact-ee-1.1.xsd}update': Missing child element(s). Expected is ( {https://epp.tld.ee/schema/contact-ee-1.1.xsd}id ). @@ -1398,7 +1398,7 @@ REQUEST: ```xml - + @@ -1429,7 +1429,7 @@ RESPONSE: ```xml - + Object does not exist @@ -1451,7 +1451,7 @@ REQUEST: ```xml - + @@ -1482,7 +1482,7 @@ RESPONSE: ```xml - + Command completed successfully @@ -1507,7 +1507,7 @@ REQUEST: ```xml - + @@ -1528,7 +1528,7 @@ RESPONSE: ```xml - + Command completed successfully @@ -1553,7 +1553,7 @@ REQUEST: ```xml - + registrar2 @@ -1582,7 +1582,7 @@ RESPONSE: ```xml - + Command completed successfully @@ -1599,7 +1599,7 @@ REQUEST: ```xml - + @@ -1630,7 +1630,7 @@ RESPONSE: ```xml - + Command completed successfully @@ -1653,7 +1653,7 @@ REQUEST: ```xml - + registrar1 @@ -1682,7 +1682,7 @@ RESPONSE: ```xml - + Command completed successfully @@ -1701,7 +1701,7 @@ REQUEST: ```xml - + registrar2 @@ -1730,7 +1730,7 @@ RESPONSE: ```xml - + Command completed successfully @@ -1747,7 +1747,7 @@ REQUEST: ```xml - + @@ -1768,7 +1768,7 @@ RESPONSE: ```xml - + Authorization error @@ -1785,7 +1785,7 @@ REQUEST: ```xml - + registrar1 @@ -1814,7 +1814,7 @@ RESPONSE: ```xml - + Command completed successfully @@ -1833,7 +1833,7 @@ REQUEST: ```xml - + @@ -1864,7 +1864,7 @@ RESPONSE: ```xml - + Phone nr is invalid [phone] @@ -1886,7 +1886,7 @@ REQUEST: ```xml - + @@ -1917,7 +1917,7 @@ RESPONSE: ```xml - + Email is invalid [email] @@ -1936,7 +1936,7 @@ REQUEST: ```xml - + @@ -1968,7 +1968,7 @@ RESPONSE: ```xml - + Element '{https://epp.tld.ee/schema/contact-ee-1.1.xsd}id': This element is not expected. @@ -1987,7 +1987,7 @@ REQUEST: ```xml - + @@ -2019,7 +2019,7 @@ RESPONSE: ```xml - + Parameter value policy error. Update of ident data not allowed [ident] @@ -2038,7 +2038,7 @@ REQUEST: ```xml - + @@ -2070,7 +2070,7 @@ RESPONSE: ```xml - + Parameter value policy error. Org must be blank: postalInfo > org [org] @@ -2089,7 +2089,7 @@ REQUEST: ```xml - + @@ -2121,7 +2121,7 @@ RESPONSE: ```xml - + Parameter value policy error. Fax must be blank: fax [fax] @@ -2140,7 +2140,7 @@ REQUEST: ```xml - + @@ -2160,7 +2160,7 @@ RESPONSE: ```xml - + Parameter value policy error. Client-side object status management not supported: status [status] @@ -2179,7 +2179,7 @@ REQUEST: ```xml - + @@ -2200,7 +2200,7 @@ RESPONSE: ```xml - + Command completed successfully @@ -2225,7 +2225,7 @@ REQUEST: ```xml - + @@ -2247,7 +2247,7 @@ RESPONSE: ```xml - + Command completed successfully @@ -2272,7 +2272,7 @@ REQUEST: ```xml - + @@ -2295,7 +2295,7 @@ RESPONSE: ```xml - + Required parameter missing - phone [phone] @@ -2317,7 +2317,7 @@ REQUEST: ```xml - + @@ -2339,7 +2339,7 @@ RESPONSE: ```xml - + Required parameter missing - phone [phone] @@ -2361,7 +2361,7 @@ REQUEST: ```xml - + @@ -2385,7 +2385,7 @@ RESPONSE: ```xml - + Parameter value policy error. Org must be blank: postalInfo > org [org] @@ -2404,7 +2404,7 @@ REQUEST: ```xml - + @@ -2423,7 +2423,7 @@ RESPONSE: ```xml - + Parameter value policy error. Client-side object status management not supported: status [status] @@ -2442,7 +2442,7 @@ REQUEST: ```xml - + @@ -2456,7 +2456,7 @@ RESPONSE: ```xml - + Element '{https://epp.tld.ee/schema/contact-ee-1.1.xsd}delete': Missing child element(s). Expected is ( {https://epp.tld.ee/schema/contact-ee-1.1.xsd}id ). @@ -2475,7 +2475,7 @@ REQUEST: ```xml - + @@ -2500,7 +2500,7 @@ RESPONSE: ```xml - + Object does not exist @@ -2522,7 +2522,7 @@ REQUEST: ```xml - + @@ -2547,7 +2547,7 @@ RESPONSE: ```xml - + Command completed successfully @@ -2566,7 +2566,7 @@ REQUEST: ```xml - + @@ -2591,7 +2591,7 @@ RESPONSE: ```xml - + Command completed successfully @@ -2610,7 +2610,7 @@ REQUEST: ```xml - + @@ -2626,7 +2626,7 @@ RESPONSE: ```xml - + Command completed successfully @@ -2645,7 +2645,7 @@ REQUEST: ```xml - + @@ -2670,7 +2670,7 @@ RESPONSE: ```xml - + Object association prohibits operation [domains] @@ -2689,7 +2689,7 @@ REQUEST: ```xml - + registrar2 @@ -2718,7 +2718,7 @@ RESPONSE: ```xml - + Command completed successfully @@ -2735,7 +2735,7 @@ REQUEST: ```xml - + @@ -2760,7 +2760,7 @@ RESPONSE: ```xml - + Command completed successfully @@ -2777,7 +2777,7 @@ REQUEST: ```xml - + registrar1 @@ -2806,7 +2806,7 @@ RESPONSE: ```xml - + Command completed successfully @@ -2825,7 +2825,7 @@ REQUEST: ```xml - + registrar2 @@ -2854,7 +2854,7 @@ RESPONSE: ```xml - + Command completed successfully @@ -2871,7 +2871,7 @@ REQUEST: ```xml - + @@ -2887,7 +2887,7 @@ RESPONSE: ```xml - + Authorization error @@ -2904,7 +2904,7 @@ REQUEST: ```xml - + registrar1 @@ -2933,7 +2933,7 @@ RESPONSE: ```xml - + Command completed successfully @@ -2952,7 +2952,7 @@ REQUEST: ```xml - + registrar2 @@ -2981,7 +2981,7 @@ RESPONSE: ```xml - + Command completed successfully @@ -2998,7 +2998,7 @@ REQUEST: ```xml - + @@ -3023,7 +3023,7 @@ RESPONSE: ```xml - + Authorization error @@ -3040,7 +3040,7 @@ REQUEST: ```xml - + registrar1 @@ -3069,7 +3069,7 @@ RESPONSE: ```xml - + Command completed successfully @@ -3088,7 +3088,7 @@ REQUEST: ```xml - + @@ -3102,7 +3102,7 @@ RESPONSE: ```xml - + Element '{https://epp.tld.ee/schema/contact-ee-1.1.xsd}check': Missing child element(s). Expected is ( {https://epp.tld.ee/schema/contact-ee-1.1.xsd}id ). @@ -3121,7 +3121,7 @@ REQUEST: ```xml - + @@ -3138,7 +3138,7 @@ RESPONSE: ```xml - + Command completed successfully @@ -3168,7 +3168,7 @@ REQUEST: ```xml - + @@ -3185,7 +3185,7 @@ RESPONSE: ```xml - + Command completed successfully @@ -3215,7 +3215,7 @@ REQUEST: ```xml - + @@ -3229,7 +3229,7 @@ RESPONSE: ```xml - + Element '{https://epp.tld.ee/schema/contact-ee-1.1.xsd}info': Missing child element(s). Expected is ( {https://epp.tld.ee/schema/contact-ee-1.1.xsd}id ). @@ -3248,7 +3248,7 @@ REQUEST: ```xml - + @@ -3267,7 +3267,7 @@ RESPONSE: ```xml - + Object does not exist @@ -3289,7 +3289,7 @@ REQUEST: ```xml - + @@ -3308,7 +3308,7 @@ RESPONSE: ```xml - + Command completed successfully @@ -3357,7 +3357,7 @@ REQUEST: ```xml - + @@ -3376,7 +3376,7 @@ RESPONSE: ```xml - + Command completed successfully @@ -3425,7 +3425,7 @@ REQUEST: ```xml - + @@ -3444,7 +3444,7 @@ RESPONSE: ```xml - + Command completed successfully @@ -3493,7 +3493,7 @@ REQUEST: ```xml - + @@ -3512,7 +3512,7 @@ RESPONSE: ```xml - + Command completed successfully @@ -3561,7 +3561,7 @@ REQUEST: ```xml - + @@ -3580,7 +3580,7 @@ RESPONSE: ```xml - + Command completed successfully @@ -3629,7 +3629,7 @@ REQUEST: ```xml - + registrar2 @@ -3658,7 +3658,7 @@ RESPONSE: ```xml - + Command completed successfully @@ -3675,7 +3675,7 @@ REQUEST: ```xml - + @@ -3694,7 +3694,7 @@ RESPONSE: ```xml - + Command completed successfully @@ -3741,7 +3741,7 @@ REQUEST: ```xml - + registrar1 @@ -3770,7 +3770,7 @@ RESPONSE: ```xml - + Command completed successfully @@ -3789,7 +3789,7 @@ REQUEST: ```xml - + registrar2 @@ -3818,7 +3818,7 @@ RESPONSE: ```xml - + Command completed successfully @@ -3835,7 +3835,7 @@ REQUEST: ```xml - + @@ -3854,7 +3854,7 @@ RESPONSE: ```xml - + Authorization error @@ -3871,7 +3871,7 @@ REQUEST: ```xml - + registrar1 @@ -3900,7 +3900,7 @@ RESPONSE: ```xml - + Command completed successfully @@ -3919,7 +3919,7 @@ REQUEST: ```xml - + registrar2 @@ -3948,7 +3948,7 @@ RESPONSE: ```xml - + Command completed successfully @@ -3965,7 +3965,7 @@ REQUEST: ```xml - + @@ -3984,7 +3984,7 @@ RESPONSE: ```xml - + Command completed successfully @@ -4014,7 +4014,7 @@ REQUEST: ```xml - + registrar1 @@ -4043,7 +4043,7 @@ RESPONSE: ```xml - + Command completed successfully @@ -4060,7 +4060,7 @@ REQUEST: ```xml - + registrar1 @@ -4089,7 +4089,7 @@ RESPONSE: ```xml - + Command completed successfully @@ -4108,7 +4108,7 @@ REQUEST: ```xml - + @@ -4152,7 +4152,7 @@ RESPONSE: ```xml - + Billing failure - credit balance low @@ -4171,7 +4171,7 @@ REQUEST: ```xml - + @@ -4215,7 +4215,7 @@ RESPONSE: ```xml - + Contact was not found @@ -4243,7 +4243,7 @@ REQUEST: ```xml - + @@ -4259,7 +4259,7 @@ RESPONSE: ```xml - + Required parameter missing: create > create > ns [ns] @@ -4287,7 +4287,7 @@ REQUEST: ```xml - + @@ -4331,7 +4331,7 @@ RESPONSE: ```xml - + Command completed successfully @@ -4357,7 +4357,7 @@ REQUEST: ```xml - + @@ -4393,7 +4393,7 @@ RESPONSE: ```xml - + Command completed successfully @@ -4419,7 +4419,7 @@ REQUEST: ```xml - + @@ -4466,7 +4466,7 @@ RESPONSE: ```xml - + Command completed successfully @@ -4492,7 +4492,7 @@ REQUEST: ```xml - + @@ -4534,7 +4534,7 @@ RESPONSE: ```xml - + IPv4 is missing [ipv4] @@ -4553,7 +4553,7 @@ REQUEST: ```xml - + @@ -4597,7 +4597,7 @@ RESPONSE: ```xml - + Domain name is too long (maximum is 63 characters) [puny_label] @@ -4616,7 +4616,7 @@ REQUEST: ```xml - + @@ -4660,7 +4660,7 @@ RESPONSE: ```xml - + Required parameter missing; reserved>pw element required for reserved domains @@ -4677,7 +4677,7 @@ REQUEST: ```xml - + @@ -4724,7 +4724,7 @@ RESPONSE: ```xml - + Invalid authorization information; invalid reserved>pw value @@ -4743,7 +4743,7 @@ REQUEST: ```xml - + @@ -4790,7 +4790,7 @@ RESPONSE: ```xml - + Command completed successfully @@ -4816,7 +4816,7 @@ REQUEST: ```xml - + @@ -4860,7 +4860,7 @@ RESPONSE: ```xml - + Data management policy violation: Domain name is blocked [name] @@ -4882,7 +4882,7 @@ REQUEST: ```xml - + @@ -4922,7 +4922,7 @@ RESPONSE: ```xml - + Required parameter missing: create > create > registrant [registrant] @@ -4941,7 +4941,7 @@ REQUEST: ```xml - + @@ -4975,7 +4975,7 @@ RESPONSE: ```xml - + Required parameter missing: create > create > ns [ns] @@ -4997,7 +4997,7 @@ REQUEST: ```xml - + @@ -5075,7 +5075,7 @@ RESPONSE: ```xml - + Nameservers count must be between 2-11 [nameservers] @@ -5094,7 +5094,7 @@ REQUEST: ```xml - + @@ -5136,7 +5136,7 @@ RESPONSE: ```xml - + Hostname is invalid [hostname] @@ -5164,7 +5164,7 @@ REQUEST: ```xml - + @@ -5202,7 +5202,7 @@ RESPONSE: ```xml - + Required parameter missing: create > create > ns > hostAttr [host_attr] @@ -5221,7 +5221,7 @@ REQUEST: ```xml - + @@ -5260,7 +5260,7 @@ RESPONSE: ```xml - + Command completed successfully @@ -5286,7 +5286,7 @@ REQUEST: ```xml - + @@ -5325,7 +5325,7 @@ RESPONSE: ```xml - + IPv4 is invalid [ipv4] @@ -5353,7 +5353,7 @@ REQUEST: ```xml - + @@ -5397,7 +5397,7 @@ RESPONSE: ```xml - + Command completed successfully @@ -5423,7 +5423,7 @@ REQUEST: ```xml - + @@ -5467,7 +5467,7 @@ RESPONSE: ```xml - + Command completed successfully @@ -5493,7 +5493,7 @@ REQUEST: ```xml - + @@ -5537,7 +5537,7 @@ RESPONSE: ```xml - + Command completed successfully @@ -5563,7 +5563,7 @@ REQUEST: ```xml - + @@ -5606,7 +5606,7 @@ RESPONSE: ```xml - + Command completed successfully @@ -5632,7 +5632,7 @@ REQUEST: ```xml - + @@ -5676,7 +5676,7 @@ RESPONSE: ```xml - + Period must add up to 1, 2 or 3 years [period] @@ -5698,7 +5698,7 @@ REQUEST: ```xml - + @@ -5742,7 +5742,7 @@ RESPONSE: ```xml - + Element '{https://epp.tld.ee/schema/domain-eis-1.0.xsd}period', attribute 'unit': [facet 'enumeration'] The value '' is not an element of the set {'y', 'm', 'd'}. @@ -5762,7 +5762,7 @@ REQUEST: ```xml - + @@ -5806,7 +5806,7 @@ RESPONSE: ```xml - + Element '{https://epp.tld.ee/schema/domain-eis-1.0.xsd}period', attribute 'unit': [facet 'enumeration'] The value 'bla' is not an element of the set {'y', 'm', 'd'}. @@ -5828,7 +5828,7 @@ REQUEST: ```xml - + @@ -5884,7 +5884,7 @@ RESPONSE: ```xml - + Command completed successfully @@ -5910,7 +5910,7 @@ REQUEST: ```xml - + @@ -5966,7 +5966,7 @@ RESPONSE: ```xml - + Element '{urn:ietf:params:xml:ns:secDNS-1.1}pubKey': [facet 'minLength'] The value has a length of '0'; this underruns the allowed minimum length of '1'. @@ -5986,7 +5986,7 @@ REQUEST: ```xml - + @@ -6042,7 +6042,7 @@ RESPONSE: ```xml - + Valid algorithms are: 3, 5, 6, 7, 8, 252, 253, 254, 255 [alg] @@ -6094,7 +6094,7 @@ REQUEST: ```xml - + @@ -6144,7 +6144,7 @@ RESPONSE: ```xml - + Public key already exists [public_key] @@ -6166,7 +6166,7 @@ REQUEST: ```xml - + @@ -6216,7 +6216,7 @@ RESPONSE: ```xml - + DNS keys count must be between 0-1 [dnskeys] @@ -6235,7 +6235,7 @@ REQUEST: ```xml - + @@ -6279,7 +6279,7 @@ RESPONSE: ```xml - + Command completed successfully @@ -6305,7 +6305,7 @@ REQUEST: ```xml - + @@ -6355,7 +6355,7 @@ RESPONSE: ```xml - + Command completed successfully @@ -6381,7 +6381,7 @@ REQUEST: ```xml - + @@ -6431,7 +6431,7 @@ RESPONSE: ```xml - + dsData object is not allowed @@ -6450,7 +6450,7 @@ REQUEST: ```xml - + @@ -6494,7 +6494,7 @@ RESPONSE: ```xml - + keyData object is not allowed @@ -6513,7 +6513,7 @@ REQUEST: ```xml - + @@ -6563,7 +6563,7 @@ RESPONSE: ```xml - + Element '{urn:ietf:params:xml:ns:secDNS-1.1}keyData': This element is not expected. Expected is ( {urn:ietf:params:xml:ns:secDNS-1.1}dsData ). @@ -6582,7 +6582,7 @@ REQUEST: ```xml - + @@ -6624,7 +6624,7 @@ RESPONSE: ```xml - + Command completed successfully @@ -6650,7 +6650,7 @@ REQUEST: ```xml - + @@ -6692,7 +6692,7 @@ RESPONSE: ```xml - + Admin contacts count must be between 1-10 [admin_domain_contacts] @@ -6711,7 +6711,7 @@ REQUEST: ```xml - + @@ -6753,7 +6753,7 @@ RESPONSE: ```xml - + Admin contact can be private person only @@ -6775,7 +6775,7 @@ REQUEST: ```xml - + registrar2 @@ -6804,7 +6804,7 @@ RESPONSE: ```xml - + Command completed successfully @@ -6821,7 +6821,7 @@ REQUEST: ```xml - + @@ -6845,7 +6845,7 @@ RESPONSE: ```xml - + Command completed successfully @@ -6873,7 +6873,7 @@ REQUEST: ```xml - + registrar1 @@ -6902,7 +6902,7 @@ RESPONSE: ```xml - + Command completed successfully @@ -6919,7 +6919,7 @@ REQUEST: ```xml - + ABC-12345 @@ -6931,7 +6931,7 @@ RESPONSE: ```xml - + Command completed successfully; ack to dequeue @@ -6963,7 +6963,7 @@ REQUEST: ```xml - + ABC-12345 @@ -6975,7 +6975,7 @@ RESPONSE: ```xml - + Command completed successfully @@ -6995,7 +6995,7 @@ REQUEST: ```xml - + registrar2 @@ -7024,7 +7024,7 @@ RESPONSE: ```xml - + Command completed successfully @@ -7041,7 +7041,7 @@ REQUEST: ```xml - + @@ -7065,7 +7065,7 @@ RESPONSE: ```xml - + Command completed successfully @@ -7093,7 +7093,7 @@ REQUEST: ```xml - + registrar1 @@ -7122,7 +7122,7 @@ RESPONSE: ```xml - + Command completed successfully @@ -7139,7 +7139,7 @@ REQUEST: ```xml - + registrar2 @@ -7168,7 +7168,7 @@ RESPONSE: ```xml - + Command completed successfully @@ -7185,7 +7185,7 @@ REQUEST: ```xml - + @@ -7209,7 +7209,7 @@ RESPONSE: ```xml - + Authorization error @@ -7226,7 +7226,7 @@ REQUEST: ```xml - + registrar1 @@ -7255,7 +7255,7 @@ RESPONSE: ```xml - + Command completed successfully @@ -7274,7 +7274,7 @@ REQUEST: ```xml - + registrar2 @@ -7303,7 +7303,7 @@ RESPONSE: ```xml - + Command completed successfully @@ -7320,7 +7320,7 @@ REQUEST: ```xml - + @@ -7339,7 +7339,7 @@ RESPONSE: ```xml - + Command completed successfully @@ -7367,7 +7367,7 @@ REQUEST: ```xml - + registrar1 @@ -7396,7 +7396,7 @@ RESPONSE: ```xml - + Command completed successfully @@ -7415,7 +7415,7 @@ REQUEST: ```xml - + registrar2 @@ -7444,7 +7444,7 @@ RESPONSE: ```xml - + Command completed successfully @@ -7461,7 +7461,7 @@ REQUEST: ```xml - + @@ -7480,7 +7480,7 @@ RESPONSE: ```xml - + Command completed successfully @@ -7508,7 +7508,7 @@ REQUEST: ```xml - + registrar1 @@ -7537,7 +7537,7 @@ RESPONSE: ```xml - + Command completed successfully @@ -7556,7 +7556,7 @@ REQUEST: ```xml - + registrar2 @@ -7585,7 +7585,7 @@ RESPONSE: ```xml - + Command completed successfully @@ -7602,7 +7602,7 @@ REQUEST: ```xml - + @@ -7621,7 +7621,7 @@ RESPONSE: ```xml - + Command completed successfully @@ -7649,7 +7649,7 @@ REQUEST: ```xml - + registrar1 @@ -7678,7 +7678,7 @@ RESPONSE: ```xml - + Command completed successfully @@ -7697,7 +7697,7 @@ REQUEST: ```xml - + registrar2 @@ -7726,7 +7726,7 @@ RESPONSE: ```xml - + Command completed successfully @@ -7743,7 +7743,7 @@ REQUEST: ```xml - + @@ -7762,7 +7762,7 @@ RESPONSE: ```xml - + Command completed successfully @@ -7790,7 +7790,7 @@ REQUEST: ```xml - + registrar1 @@ -7819,7 +7819,7 @@ RESPONSE: ```xml - + Command completed successfully @@ -7838,7 +7838,7 @@ REQUEST: ```xml - + registrar2 @@ -7867,7 +7867,7 @@ RESPONSE: ```xml - + Command completed successfully @@ -7884,7 +7884,7 @@ REQUEST: ```xml - + @@ -7903,7 +7903,7 @@ RESPONSE: ```xml - + Command completed successfully @@ -7931,7 +7931,7 @@ REQUEST: ```xml - + registrar1 @@ -7960,7 +7960,7 @@ RESPONSE: ```xml - + Command completed successfully @@ -7979,7 +7979,7 @@ REQUEST: ```xml - + registrar2 @@ -8008,7 +8008,7 @@ RESPONSE: ```xml - + Command completed successfully @@ -8025,7 +8025,7 @@ REQUEST: ```xml - + @@ -8044,7 +8044,7 @@ RESPONSE: ```xml - + Command completed successfully @@ -8072,7 +8072,7 @@ REQUEST: ```xml - + registrar1 @@ -8101,7 +8101,7 @@ RESPONSE: ```xml - + Command completed successfully @@ -8120,7 +8120,7 @@ REQUEST: ```xml - + registrar2 @@ -8149,7 +8149,7 @@ RESPONSE: ```xml - + Command completed successfully @@ -8166,7 +8166,7 @@ REQUEST: ```xml - + @@ -8185,7 +8185,7 @@ RESPONSE: ```xml - + Command completed successfully @@ -8213,7 +8213,7 @@ REQUEST: ```xml - + registrar1 @@ -8242,7 +8242,7 @@ RESPONSE: ```xml - + Command completed successfully @@ -8261,7 +8261,7 @@ REQUEST: ```xml - + registrar2 @@ -8290,7 +8290,7 @@ RESPONSE: ```xml - + Command completed successfully @@ -8307,7 +8307,7 @@ REQUEST: ```xml - + @@ -8326,7 +8326,7 @@ RESPONSE: ```xml - + Command completed successfully @@ -8354,7 +8354,7 @@ REQUEST: ```xml - + registrar1 @@ -8383,7 +8383,7 @@ RESPONSE: ```xml - + Command completed successfully @@ -8402,7 +8402,7 @@ REQUEST: ```xml - + registrar2 @@ -8431,7 +8431,7 @@ RESPONSE: ```xml - + Command completed successfully @@ -8448,7 +8448,7 @@ REQUEST: ```xml - + @@ -8464,7 +8464,7 @@ RESPONSE: ```xml - + Authorization error @@ -8481,7 +8481,7 @@ REQUEST: ```xml - + registrar1 @@ -8510,7 +8510,7 @@ RESPONSE: ```xml - + Command completed successfully @@ -8529,7 +8529,7 @@ REQUEST: ```xml - + @@ -8553,7 +8553,7 @@ RESPONSE: ```xml - + Command completed successfully @@ -8583,7 +8583,7 @@ REQUEST: ```xml - + registrar2 @@ -8612,7 +8612,7 @@ RESPONSE: ```xml - + Command completed successfully @@ -8629,7 +8629,7 @@ REQUEST: ```xml - + @@ -8653,7 +8653,7 @@ RESPONSE: ```xml - + Transfer can be rejected only by current registrar @@ -8670,7 +8670,7 @@ REQUEST: ```xml - + registrar1 @@ -8699,7 +8699,7 @@ RESPONSE: ```xml - + Command completed successfully @@ -8716,7 +8716,7 @@ REQUEST: ```xml - + @@ -8740,7 +8740,7 @@ RESPONSE: ```xml - + Command completed successfully @@ -8770,7 +8770,7 @@ REQUEST: ```xml - + registrar2 @@ -8799,7 +8799,7 @@ RESPONSE: ```xml - + Command completed successfully @@ -8816,7 +8816,7 @@ REQUEST: ```xml - + @@ -8840,7 +8840,7 @@ RESPONSE: ```xml - + Transfer can be approved only by current domain registrar @@ -8857,7 +8857,7 @@ REQUEST: ```xml - + registrar1 @@ -8886,7 +8886,7 @@ RESPONSE: ```xml - + Command completed successfully @@ -8905,7 +8905,7 @@ REQUEST: ```xml - + @@ -8929,7 +8929,7 @@ RESPONSE: ```xml - + Authorization error @@ -8948,7 +8948,7 @@ REQUEST: ```xml - + @@ -8972,7 +8972,7 @@ RESPONSE: ```xml - + Domain already belongs to the querying registrar @@ -8991,7 +8991,7 @@ REQUEST: ```xml - + @@ -9007,13 +9007,13 @@ RESPONSE: ```xml - + - Element '{urn:ietf:params:xml:ns:epp-1.0}transfer', attribute 'op': [facet 'enumeration'] The value 'bla' is not an element of the set {'approve', 'cancel', 'query', 'reject', 'request'}. + Element '{https://epp.tld.ee/schema/epp-ee-1.0.xsd}transfer', attribute 'op': [facet 'enumeration'] The value 'bla' is not an element of the set {'approve', 'cancel', 'query', 'reject', 'request'}. - Element '{urn:ietf:params:xml:ns:epp-1.0}transfer', attribute 'op': 'bla' is not a valid value of the atomic type '{urn:ietf:params:xml:ns:epp-1.0}transferOpType'. + Element '{https://epp.tld.ee/schema/epp-ee-1.0.xsd}transfer', attribute 'op': 'bla' is not a valid value of the atomic type '{https://epp.tld.ee/schema/epp-ee-1.0.xsd}transferOpType'. ABC-12345 @@ -9029,7 +9029,7 @@ REQUEST: ```xml - + registrar2 @@ -9058,7 +9058,7 @@ RESPONSE: ```xml - + Command completed successfully @@ -9075,7 +9075,7 @@ REQUEST: ```xml - + @@ -9099,7 +9099,7 @@ RESPONSE: ```xml - + Command completed successfully @@ -9127,7 +9127,7 @@ REQUEST: ```xml - + @@ -9151,7 +9151,7 @@ RESPONSE: ```xml - + Authorization error @@ -9168,7 +9168,7 @@ REQUEST: ```xml - + registrar1 @@ -9197,7 +9197,7 @@ RESPONSE: ```xml - + Command completed successfully @@ -9216,7 +9216,7 @@ REQUEST: ```xml - + @@ -9240,7 +9240,7 @@ RESPONSE: ```xml - + No transfers found @@ -9259,7 +9259,7 @@ REQUEST: ```xml - + @@ -9278,7 +9278,7 @@ RESPONSE: ```xml - + No transfers found @@ -9297,7 +9297,7 @@ REQUEST: ```xml - + @@ -9316,7 +9316,7 @@ RESPONSE: ```xml - + No transfers found @@ -9335,7 +9335,7 @@ REQUEST: ```xml - + registrar2 @@ -9364,7 +9364,7 @@ RESPONSE: ```xml - + Command completed successfully @@ -9381,7 +9381,7 @@ REQUEST: ```xml - + @@ -9401,7 +9401,7 @@ RESPONSE: ```xml - + Unimplemented object service @@ -9421,7 +9421,7 @@ REQUEST: ```xml - + registrar1 @@ -9450,7 +9450,7 @@ RESPONSE: ```xml - + Command completed successfully @@ -9469,7 +9469,7 @@ REQUEST: ```xml - + @@ -9494,7 +9494,7 @@ RESPONSE: ```xml - + Command completed successfully @@ -9513,7 +9513,7 @@ REQUEST: ```xml - + @@ -9538,7 +9538,7 @@ RESPONSE: ```xml - + Command completed successfully; action pending @@ -9557,7 +9557,7 @@ REQUEST: ```xml - + @@ -9578,7 +9578,7 @@ RESPONSE: ```xml - + Command completed successfully @@ -9597,7 +9597,7 @@ REQUEST: ```xml - + @@ -9635,7 +9635,7 @@ RESPONSE: ```xml - + Nameservers count must be between 2-11 [nameservers] @@ -9654,7 +9654,7 @@ REQUEST: ```xml - + @@ -9679,7 +9679,7 @@ RESPONSE: ```xml - + Nameservers count must be between 2-11 [nameservers] @@ -9698,7 +9698,7 @@ REQUEST: ```xml - + @@ -9723,7 +9723,7 @@ RESPONSE: ```xml - + Object status prohibits operation @@ -9742,7 +9742,7 @@ REQUEST: ```xml - + @@ -9767,7 +9767,7 @@ RESPONSE: ```xml - + Object status prohibits operation @@ -9786,7 +9786,7 @@ REQUEST: ```xml - + @@ -9833,7 +9833,7 @@ RESPONSE: ```xml - + Contact was not found @@ -9853,7 +9853,7 @@ REQUEST: ```xml - + @@ -9900,7 +9900,7 @@ RESPONSE: ```xml - + Command completed successfully @@ -9917,7 +9917,7 @@ REQUEST: ```xml - + @@ -9964,7 +9964,7 @@ RESPONSE: ```xml - + Nameserver already exists on this domain [hostname] @@ -10010,7 +10010,7 @@ REQUEST: ```xml - + @@ -10063,7 +10063,7 @@ RESPONSE: ```xml - + Contact was not found @@ -10083,7 +10083,7 @@ REQUEST: ```xml - + @@ -10136,7 +10136,7 @@ RESPONSE: ```xml - + Command completed successfully; action pending @@ -10155,7 +10155,7 @@ REQUEST: ```xml - + @@ -10175,7 +10175,7 @@ RESPONSE: ```xml - + Parameter value policy error. Client-side object status management not supported: status [status] @@ -10194,7 +10194,7 @@ REQUEST: ```xml - + @@ -10241,7 +10241,7 @@ RESPONSE: ```xml - + Command completed successfully @@ -10258,7 +10258,7 @@ REQUEST: ```xml - + @@ -10295,7 +10295,7 @@ RESPONSE: ```xml - + Command completed successfully @@ -10312,7 +10312,7 @@ REQUEST: ```xml - + @@ -10349,7 +10349,7 @@ RESPONSE: ```xml - + Nameserver was not found @@ -10389,7 +10389,7 @@ REQUEST: ```xml - + @@ -10408,7 +10408,7 @@ RESPONSE: ```xml - + Status was not found @@ -10430,7 +10430,7 @@ REQUEST: ```xml - + @@ -10454,7 +10454,7 @@ RESPONSE: ```xml - + Command completed successfully @@ -10471,7 +10471,7 @@ REQUEST: ```xml - + @@ -10495,7 +10495,7 @@ RESPONSE: ```xml - + Nameserver already exists on this domain [hostname] @@ -10523,7 +10523,7 @@ REQUEST: ```xml - + @@ -10542,7 +10542,7 @@ RESPONSE: ```xml - + Required parameter missing: extension > extdata > legalDocument [legal_document] @@ -10561,7 +10561,7 @@ REQUEST: ```xml - + @@ -10580,7 +10580,7 @@ RESPONSE: ```xml - + Element '{https://epp.tld.ee/schema/domain-eis-1.0.xsd}status', attribute 's': [facet 'enumeration'] The value 'invalidStatus' is not an element of the set {'clientDeleteProhibited', 'clientHold', 'clientRenewProhibited', 'clientTransferProhibited', 'clientUpdateProhibited', 'inactive', 'ok', 'pendingCreate', 'pendingDelete', 'pendingRenew', 'pendingTransfer', 'pendingUpdate', 'serverDeleteProhibited', 'serverHold', 'serverRenewProhibited', 'serverTransferProhibited', 'serverUpdateProhibited'}. @@ -10602,7 +10602,7 @@ REQUEST: ```xml - + @@ -10620,7 +10620,7 @@ RESPONSE: ```xml - + Command completed successfully @@ -10645,7 +10645,7 @@ REQUEST: ```xml - + @@ -10663,7 +10663,7 @@ RESPONSE: ```xml - + Command completed successfully @@ -10688,7 +10688,7 @@ REQUEST: ```xml - + @@ -10705,7 +10705,7 @@ RESPONSE: ```xml - + Command completed successfully @@ -10730,7 +10730,7 @@ REQUEST: ```xml - + @@ -10748,7 +10748,7 @@ RESPONSE: ```xml - + Element '{https://epp.tld.ee/schema/domain-eis-1.0.xsd}period', attribute 'unit': [facet 'enumeration'] The value '' is not an element of the set {'y', 'm', 'd'}. @@ -10768,7 +10768,7 @@ REQUEST: ```xml - + @@ -10786,7 +10786,7 @@ RESPONSE: ```xml - + Element '{https://epp.tld.ee/schema/domain-eis-1.0.xsd}period', attribute 'unit': [facet 'enumeration'] The value 'bla' is not an element of the set {'y', 'm', 'd'}. @@ -10808,7 +10808,7 @@ REQUEST: ```xml - + @@ -10826,7 +10826,7 @@ RESPONSE: ```xml - + Command completed successfully @@ -10851,7 +10851,7 @@ REQUEST: ```xml - + @@ -10869,7 +10869,7 @@ RESPONSE: ```xml - + Command completed successfully @@ -10894,7 +10894,7 @@ REQUEST: ```xml - + @@ -10912,7 +10912,7 @@ RESPONSE: ```xml - + Billing failure - credit balance low @@ -10931,7 +10931,7 @@ REQUEST: ```xml - + @@ -10949,7 +10949,7 @@ RESPONSE: ```xml - + Given and current expire dates do not match @@ -10974,7 +10974,7 @@ REQUEST: ```xml - + @@ -10992,7 +10992,7 @@ RESPONSE: ```xml - + Period must add up to 1, 2 or 3 years [period] @@ -11014,7 +11014,7 @@ REQUEST: ```xml - + @@ -11032,7 +11032,7 @@ RESPONSE: ```xml - + Object is not eligible for renewal @@ -11049,7 +11049,7 @@ REQUEST: ```xml - + @@ -11067,7 +11067,7 @@ RESPONSE: ```xml - + Command completed successfully @@ -11092,7 +11092,7 @@ REQUEST: ```xml - + @@ -11110,7 +11110,7 @@ RESPONSE: ```xml - + Command completed successfully @@ -11135,7 +11135,7 @@ REQUEST: ```xml - + @@ -11153,7 +11153,7 @@ RESPONSE: ```xml - + Object is not eligible for renewal @@ -11172,7 +11172,7 @@ REQUEST: ```xml - + @@ -11190,7 +11190,7 @@ RESPONSE: ```xml - + Command completed successfully @@ -11215,7 +11215,7 @@ REQUEST: ```xml - + registrar2 @@ -11244,7 +11244,7 @@ RESPONSE: ```xml - + Command completed successfully @@ -11261,7 +11261,7 @@ REQUEST: ```xml - + @@ -11279,7 +11279,7 @@ RESPONSE: ```xml - + Authorization error @@ -11296,7 +11296,7 @@ REQUEST: ```xml - + registrar1 @@ -11325,7 +11325,7 @@ RESPONSE: ```xml - + Command completed successfully @@ -11344,7 +11344,7 @@ REQUEST: ```xml - + @@ -11362,7 +11362,7 @@ RESPONSE: ```xml - + Command completed successfully @@ -11442,7 +11442,7 @@ REQUEST: ```xml - + @@ -11460,7 +11460,7 @@ RESPONSE: ```xml - + Command completed successfully @@ -11542,7 +11542,7 @@ REQUEST: ```xml - + @@ -11560,7 +11560,7 @@ RESPONSE: ```xml - + Element '{https://epp.tld.ee/schema/domain-eis-1.0.xsd}name', attribute 'hosts': [facet 'enumeration'] The value 'invalid' is not an element of the set {'all', 'del', 'none', 'sub'}. @@ -11579,7 +11579,7 @@ REQUEST: ```xml - + @@ -11597,7 +11597,7 @@ RESPONSE: ```xml - + Command completed successfully @@ -11642,7 +11642,7 @@ REQUEST: ```xml - + @@ -11660,7 +11660,7 @@ RESPONSE: ```xml - + Command completed successfully @@ -11700,7 +11700,7 @@ REQUEST: ```xml - + @@ -11718,7 +11718,7 @@ RESPONSE: ```xml - + Command completed successfully @@ -11751,7 +11751,7 @@ REQUEST: ```xml - + @@ -11769,7 +11769,7 @@ RESPONSE: ```xml - + Command completed successfully @@ -11821,7 +11821,7 @@ REQUEST: ```xml - + @@ -11839,7 +11839,7 @@ RESPONSE: ```xml - + Domain not found @@ -11860,7 +11860,7 @@ REQUEST: ```xml - + @@ -11878,7 +11878,7 @@ RESPONSE: ```xml - + Command completed successfully @@ -11927,7 +11927,7 @@ REQUEST: ```xml - + registrar2 @@ -11956,7 +11956,7 @@ RESPONSE: ```xml - + Command completed successfully @@ -11973,7 +11973,7 @@ REQUEST: ```xml - + @@ -11991,7 +11991,7 @@ RESPONSE: ```xml - + Authorization error @@ -12007,7 +12007,7 @@ REQUEST: ```xml - + registrar1 @@ -12036,7 +12036,7 @@ RESPONSE: ```xml - + Command completed successfully @@ -12055,7 +12055,7 @@ REQUEST: ```xml - + registrar2 @@ -12084,7 +12084,7 @@ RESPONSE: ```xml - + Command completed successfully @@ -12101,7 +12101,7 @@ REQUEST: ```xml - + @@ -12116,7 +12116,7 @@ RESPONSE: ```xml - + Command completed successfully @@ -12160,7 +12160,7 @@ REQUEST: ```xml - + registrar1 @@ -12189,7 +12189,7 @@ RESPONSE: ```xml - + Command completed successfully @@ -12208,7 +12208,7 @@ REQUEST: ```xml - + registrar2 @@ -12237,7 +12237,7 @@ RESPONSE: ```xml - + Command completed successfully @@ -12254,7 +12254,7 @@ REQUEST: ```xml - + @@ -12272,7 +12272,7 @@ RESPONSE: ```xml - + Command completed successfully @@ -12319,7 +12319,7 @@ REQUEST: ```xml - + registrar1 @@ -12348,7 +12348,7 @@ RESPONSE: ```xml - + Command completed successfully @@ -12367,7 +12367,7 @@ REQUEST: ```xml - + @@ -12388,7 +12388,7 @@ RESPONSE: ```xml - + Command completed successfully; action pending @@ -12407,7 +12407,7 @@ REQUEST: ```xml - + @@ -12428,7 +12428,7 @@ RESPONSE: ```xml - + Domain status prohibits operation @@ -12447,7 +12447,7 @@ REQUEST: ```xml - + @@ -12468,7 +12468,7 @@ RESPONSE: ```xml - + Object status prohibits operation @@ -12487,7 +12487,7 @@ REQUEST: ```xml - + @@ -12503,7 +12503,7 @@ RESPONSE: ```xml - + Required parameter missing: extension > extdata > legalDocument [legal_document] @@ -12522,7 +12522,7 @@ REQUEST: ```xml - + @@ -12538,7 +12538,7 @@ RESPONSE: ```xml - + Command completed successfully @@ -12562,7 +12562,7 @@ REQUEST: ```xml - + @@ -12578,7 +12578,7 @@ RESPONSE: ```xml - + Command completed successfully @@ -12605,7 +12605,7 @@ REQUEST: ```xml - + @@ -12623,7 +12623,7 @@ RESPONSE: ```xml - + Command completed successfully @@ -12655,7 +12655,7 @@ REQUEST: ```xml - + @@ -12672,7 +12672,7 @@ RESPONSE: ```xml - + Command completed successfully @@ -12702,7 +12702,7 @@ REQUEST: ```xml - + ABC-12345 @@ -12714,7 +12714,7 @@ RESPONSE: ```xml - + Command completed successfully; ack to dequeue @@ -12737,7 +12737,7 @@ REQUEST: ```xml - + registrar1 @@ -12766,7 +12766,7 @@ RESPONSE: ```xml - + Command completed successfully @@ -12785,7 +12785,7 @@ REQUEST: ```xml - + domain67.ee @@ -12811,7 +12811,7 @@ RESPONSE: ```xml - + Unimplemented object service @@ -12833,7 +12833,7 @@ REQUEST: ```xml - + domain67.ee @@ -12858,7 +12858,7 @@ RESPONSE: ```xml - + Required parameter missing: keyrelay > keyData > flags [flags] @@ -12883,7 +12883,7 @@ REQUEST: ```xml - + domain67.ee @@ -12909,7 +12909,7 @@ RESPONSE: ```xml - + Expiry relative must be compatible to ISO 8601 @@ -12931,7 +12931,7 @@ REQUEST: ```xml - + domain67.ee @@ -12957,7 +12957,7 @@ RESPONSE: ```xml - + Expiry absolute must be compatible to ISO 8601 @@ -12979,7 +12979,7 @@ REQUEST: ```xml - + domain67.ee @@ -13008,7 +13008,7 @@ RESPONSE: ```xml - + Unimplemented object service @@ -13030,7 +13030,7 @@ REQUEST: ```xml - + domain67.ee @@ -13059,7 +13059,7 @@ RESPONSE: ```xml - + Attribute is invalid: type @@ -13076,7 +13076,7 @@ REQUEST: ```xml - + registrar1 @@ -13105,7 +13105,7 @@ RESPONSE: ```xml - + Command completed successfully @@ -13124,7 +13124,7 @@ REQUEST: ```xml - + 1441791745 @@ -13136,7 +13136,7 @@ RESPONSE: ```xml - + Command completed successfully; no messages @@ -13155,7 +13155,7 @@ REQUEST: ```xml - + registrar2 @@ -13184,7 +13184,7 @@ RESPONSE: ```xml - + Command completed successfully @@ -13201,7 +13201,7 @@ REQUEST: ```xml - + 1441791746 @@ -13213,7 +13213,7 @@ RESPONSE: ```xml - + Command completed successfully; no messages @@ -13230,7 +13230,7 @@ REQUEST: ```xml - + registrar1 @@ -13259,7 +13259,7 @@ RESPONSE: ```xml - + Command completed successfully @@ -13276,7 +13276,7 @@ REQUEST: ```xml - + 1441791746 @@ -13288,7 +13288,7 @@ RESPONSE: ```xml - + Command completed successfully; ack to dequeue @@ -13309,7 +13309,7 @@ REQUEST: ```xml - + registrar2 @@ -13338,7 +13338,7 @@ RESPONSE: ```xml - + Command completed successfully @@ -13355,7 +13355,7 @@ REQUEST: ```xml - + 1441791746 @@ -13367,7 +13367,7 @@ RESPONSE: ```xml - + Message was not found @@ -13387,7 +13387,7 @@ REQUEST: ```xml - + registrar1 @@ -13416,7 +13416,7 @@ RESPONSE: ```xml - + Command completed successfully @@ -13433,7 +13433,7 @@ REQUEST: ```xml - + 1441791746 @@ -13445,7 +13445,7 @@ RESPONSE: ```xml - + Command completed successfully @@ -13463,7 +13463,7 @@ REQUEST: ```xml - + 1441791746 @@ -13475,7 +13475,7 @@ RESPONSE: ```xml - + Message was not found @@ -13497,7 +13497,7 @@ REQUEST: ```xml - + 1441791748 @@ -13509,13 +13509,13 @@ RESPONSE: ```xml - + - Element '{urn:ietf:params:xml:ns:epp-1.0}poll', attribute 'op': [facet 'enumeration'] The value 'bla' is not an element of the set {'ack', 'req'}. + Element '{https://epp.tld.ee/schema/epp-ee-1.0.xsd}poll', attribute 'op': [facet 'enumeration'] The value 'bla' is not an element of the set {'ack', 'req'}. - Element '{urn:ietf:params:xml:ns:epp-1.0}poll', attribute 'op': 'bla' is not a valid value of the atomic type '{urn:ietf:params:xml:ns:epp-1.0}pollOpType'. + Element '{https://epp.tld.ee/schema/epp-ee-1.0.xsd}poll', attribute 'op': 'bla' is not a valid value of the atomic type '{https://epp.tld.ee/schema/epp-ee-1.0.xsd}pollOpType'. 1441791748 @@ -13531,7 +13531,7 @@ REQUEST: ```xml - + 1441791749 @@ -13543,7 +13543,7 @@ RESPONSE: ```xml - + Command completed successfully; ack to dequeue @@ -13564,7 +13564,7 @@ REQUEST: ```xml - + 1441791749 @@ -13576,7 +13576,7 @@ RESPONSE: ```xml - + Command completed successfully @@ -13594,7 +13594,7 @@ REQUEST: ```xml - + 1441791749 @@ -13606,7 +13606,7 @@ RESPONSE: ```xml - + Command completed successfully; ack to dequeue @@ -13627,7 +13627,7 @@ REQUEST: ```xml - + 1441791749 @@ -13639,7 +13639,7 @@ RESPONSE: ```xml - + Command completed successfully @@ -13657,7 +13657,7 @@ REQUEST: ```xml - + 1441791749 @@ -13669,7 +13669,7 @@ RESPONSE: ```xml - + Command completed successfully; ack to dequeue @@ -13690,7 +13690,7 @@ REQUEST: ```xml - + 1441791749 @@ -13702,7 +13702,7 @@ RESPONSE: ```xml - + Command completed successfully @@ -13720,7 +13720,7 @@ REQUEST: ```xml - + 1441791749 @@ -13732,7 +13732,7 @@ RESPONSE: ```xml - + Command completed successfully; no messages @@ -13751,7 +13751,7 @@ RESPONSE: ```xml - + EPP server (EIS) 2015-09-09T09:42:29Z @@ -13794,7 +13794,7 @@ REQUEST: ```xml - + wrong-user @@ -13823,7 +13823,7 @@ RESPONSE: ```xml - + Authentication error; server closing connection (API user not found) @@ -13842,7 +13842,7 @@ REQUEST: ```xml - + inactive-user @@ -13871,7 +13871,7 @@ RESPONSE: ```xml - + Authentication error; server closing connection (API user is not active) @@ -13890,7 +13890,7 @@ REQUEST: ```xml - + @@ -13906,7 +13906,7 @@ RESPONSE: ```xml - + You need to login first. @@ -13925,7 +13925,7 @@ REQUEST: ```xml - + wrong-user @@ -13953,7 +13953,7 @@ RESPONSE: ```xml - + Authentication error; server closing connection (API user not found) @@ -13971,7 +13971,7 @@ REQUEST: ```xml - + 你好你好 @@ -14000,7 +14000,7 @@ RESPONSE: ```xml - + Parameter value policy error. Allowed only Latin characters. @@ -14019,7 +14019,7 @@ REQUEST: ```xml - + gitlab @@ -14048,7 +14048,7 @@ RESPONSE: ```xml - + Command completed successfully @@ -14067,7 +14067,7 @@ REQUEST: ```xml - + gitlab @@ -14096,7 +14096,7 @@ RESPONSE: ```xml - + Command completed successfully @@ -14113,7 +14113,7 @@ REQUEST: ```xml - + gitlab @@ -14142,7 +14142,7 @@ RESPONSE: ```xml - + Already logged in. Use <logout> first. @@ -14161,7 +14161,7 @@ REQUEST: ```xml - + gitlab @@ -14190,7 +14190,7 @@ RESPONSE: ```xml - + Command completed successfully @@ -14207,7 +14207,7 @@ REQUEST: ```xml - + ABC-12345 @@ -14219,7 +14219,7 @@ RESPONSE: ```xml - + Command completed successfully; ending session @@ -14238,7 +14238,7 @@ REQUEST: ```xml - + gitlab @@ -14268,7 +14268,7 @@ RESPONSE: ```xml - + Command completed successfully @@ -14287,7 +14287,7 @@ REQUEST: ```xml - + gitlab @@ -14317,13 +14317,13 @@ RESPONSE: ```xml - + - Element '{urn:ietf:params:xml:ns:epp-1.0}newPW': [facet 'minLength'] The value has a length of '0'; this underruns the allowed minimum length of '6'. + Element '{https://epp.tld.ee/schema/epp-ee-1.0.xsd}newPW': [facet 'minLength'] The value has a length of '0'; this underruns the allowed minimum length of '6'. - Element '{urn:ietf:params:xml:ns:epp-1.0}newPW': '' is not a valid value of the atomic type '{urn:ietf:params:xml:ns:epp-1.0}pwType'. + Element '{https://epp.tld.ee/schema/epp-ee-1.0.xsd}newPW': '' is not a valid value of the atomic type '{https://epp.tld.ee/schema/epp-ee-1.0.xsd}pwType'. ABC-12345 diff --git a/doc/epp/session.md b/doc/epp/session.md index a496e9ce0..1e10dce2b 100644 --- a/doc/epp/session.md +++ b/doc/epp/session.md @@ -4,7 +4,7 @@ Here are functions like login, logout, hello, poll ### Hello request - + diff --git a/lib/ext/xml_builder.rb b/lib/ext/xml_builder.rb index e00a471af..2c933c480 100644 --- a/lib/ext/xml_builder.rb +++ b/lib/ext/xml_builder.rb @@ -4,9 +4,9 @@ class Builder::XmlMarkup def epp_head self.instruct! epp( - 'xmlns' => 'urn:ietf:params:xml:ns:epp-1.0', + 'xmlns' => 'https://epp.tld.ee/schema/epp-ee-1.0.xsd', 'xmlns:xsi' => 'http://www.w3.org/2001/XMLSchema-instance', - 'xsi:schemaLocation' => 'urn:ietf:params:xml:ns:epp-1.0 epp-1.0.xsd' + 'xsi:schemaLocation' => 'lib/schemas/epp-ee-1.0.xsd' ) do yield end diff --git a/lib/schemas/all-ee-1.0.xsd b/lib/schemas/all-ee-1.0.xsd index 3013daf48..5cba9d965 100644 --- a/lib/schemas/all-ee-1.0.xsd +++ b/lib/schemas/all-ee-1.0.xsd @@ -18,7 +18,7 @@ --> - - @@ -11,7 +11,7 @@ Import common element types. --> - + @@ -385,4 +385,4 @@ Pending action notification response elements. - \ No newline at end of file + diff --git a/lib/schemas/contact-ee-1.1.xsd b/lib/schemas/contact-ee-1.1.xsd index 7fcb85bbc..6a115bfab 100644 --- a/lib/schemas/contact-ee-1.1.xsd +++ b/lib/schemas/contact-ee-1.1.xsd @@ -2,7 +2,7 @@ @@ -11,7 +11,7 @@ Import common element types. --> - + diff --git a/lib/schemas/contact-eis-1.0.xsd b/lib/schemas/contact-eis-1.0.xsd index cec571cec..6943c5abd 100644 --- a/lib/schemas/contact-eis-1.0.xsd +++ b/lib/schemas/contact-eis-1.0.xsd @@ -2,7 +2,7 @@ @@ -11,7 +11,7 @@ Import common element types. --> - + diff --git a/lib/schemas/domain-1.0.xsd b/lib/schemas/domain-1.0.xsd index 46859859e..329aef749 100644 --- a/lib/schemas/domain-1.0.xsd +++ b/lib/schemas/domain-1.0.xsd @@ -3,7 +3,7 @@ @@ -12,7 +12,7 @@ Import common element types. --> - + @@ -429,4 +429,4 @@ Pending action notification response elements. - \ No newline at end of file + diff --git a/lib/schemas/domain-eis-1.0.xsd b/lib/schemas/domain-eis-1.0.xsd index b38abf9d4..edf8676af 100644 --- a/lib/schemas/domain-eis-1.0.xsd +++ b/lib/schemas/domain-eis-1.0.xsd @@ -3,7 +3,7 @@ @@ -12,7 +12,7 @@ Import common element types. --> - + diff --git a/lib/schemas/epp-ee-1.0.xsd b/lib/schemas/epp-ee-1.0.xsd index 3b566e296..40388725c 100644 --- a/lib/schemas/epp-ee-1.0.xsd +++ b/lib/schemas/epp-ee-1.0.xsd @@ -1,7 +1,7 @@ - diff --git a/lib/schemas/host-1.0.xsd b/lib/schemas/host-1.0.xsd index d4bbc043e..07202779b 100644 --- a/lib/schemas/host-1.0.xsd +++ b/lib/schemas/host-1.0.xsd @@ -2,7 +2,7 @@ @@ -10,7 +10,7 @@ Import common element types. --> - + @@ -235,4 +235,4 @@ Pending action notification response elements. - \ No newline at end of file + diff --git a/lib/schemas/keyrelay-1.0.xsd b/lib/schemas/keyrelay-1.0.xsd index 2239754e7..d5a8335fd 100644 --- a/lib/schemas/keyrelay-1.0.xsd +++ b/lib/schemas/keyrelay-1.0.xsd @@ -2,7 +2,7 @@ - + diff --git a/spec/requests/epp/contact/create_spec.rb b/spec/requests/epp/contact/create_spec.rb index 9f5f2a16b..0f03fd6ac 100644 --- a/spec/requests/epp/contact/create_spec.rb +++ b/spec/requests/epp/contact/create_spec.rb @@ -2,7 +2,7 @@ require 'rails_helper' RSpec.describe 'EPP contact:create' do let(:request_xml_with_address) { ' - + @@ -86,7 +86,7 @@ RSpec.describe 'EPP contact:create' do context 'without address' do let(:request_xml_without_address) { ' - + diff --git a/spec/requests/epp/contact/info_spec.rb b/spec/requests/epp/contact/info_spec.rb index 63fd75b32..d37ac8e5f 100644 --- a/spec/requests/epp/contact/info_spec.rb +++ b/spec/requests/epp/contact/info_spec.rb @@ -2,7 +2,7 @@ require 'rails_helper' RSpec.describe 'EPP contact:update' do let(:request_xml) { ' - + diff --git a/spec/requests/epp/contact/update_spec.rb b/spec/requests/epp/contact/update_spec.rb index 0abb1ee37..cd596dd85 100644 --- a/spec/requests/epp/contact/update_spec.rb +++ b/spec/requests/epp/contact/update_spec.rb @@ -2,7 +2,7 @@ require 'rails_helper' RSpec.describe 'EPP contact:update' do let(:request_xml_with_address) { ' - + @@ -74,7 +74,7 @@ RSpec.describe 'EPP contact:update' do context 'without address' do let(:request_xml_without_address) { ' - + diff --git a/spec/support/requests/session_helpers.rb b/spec/support/requests/session_helpers.rb index 04fbb706b..3f75da577 100644 --- a/spec/support/requests/session_helpers.rb +++ b/spec/support/requests/session_helpers.rb @@ -2,7 +2,7 @@ module Requests module SessionHelpers def sign_in_to_epp_area(user: FactoryGirl.create(:api_user_epp)) login_xml = " - + #{user.username}