diff --git a/CHANGELOG.md b/CHANGELOG.md index 1e0e62e39..0d79c37d2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +08.06.2015 + +* Add sk service name to application.yml +* Renew zonefile procedure + 02.06.2015 * Added possibility to overwrite legal document types at application.yml level. diff --git a/Gemfile b/Gemfile index 2fbb63eb0..835585ea8 100644 --- a/Gemfile +++ b/Gemfile @@ -55,7 +55,7 @@ gem 'money-rails', '~> 1.3.0' # Money helpers # deploy gem 'whenever', '~> 0.9.4', require: false -gem 'data_migrate', +gem 'data_migrate', github: 'gitlabeu/data_migrate', ref: '35d22b09ff37a4e9d61ab326ad5d8eb0edf1fc81' @@ -73,7 +73,7 @@ gem 'digidoc_client', '~> 0.2.1' # epp gem 'epp', '~> 1.4.2', github: 'gitlabeu/epp' -gem 'epp-xml', '~> 1.0.1' # EPP XMLs +gem 'epp-xml', '~> 1.0.2' # EPP XMLs gem 'uuidtools', '~> 2.1.4' # For unique IDs (used by the epp gem) # for importing legacy db diff --git a/Gemfile.lock b/Gemfile.lock index e4b506df3..56fbc99ad 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -171,7 +171,7 @@ GEM nokogiri (>= 1.4.0) savon (>= 2.4.0) docile (1.1.5) - epp-xml (1.0.1) + epp-xml (1.0.2) activesupport (~> 4.1) builder (~> 3.2) equalizer (0.0.11) @@ -529,7 +529,7 @@ DEPENDENCIES devise (~> 3.4.1) digidoc_client (~> 0.2.1) epp (~> 1.4.2)! - epp-xml (~> 1.0.1) + epp-xml (~> 1.0.2) fabrication (~> 2.12.2) faker (~> 1.3.0) figaro (~> 1.1.0) diff --git a/app/views/epp/contacts/info.xml.builder b/app/views/epp/contacts/info.xml.builder index 164ce19c0..3862805d5 100644 --- a/app/views/epp/contacts/info.xml.builder +++ b/app/views/epp/contacts/info.xml.builder @@ -55,7 +55,7 @@ xml.epp_head do end if can? :view_full_info, @contact, @password xml.tag!('extension') do - xml.tag!('eis:extdata', 'xmlns:eis' => 'urn:ee:eis:xml:epp:eis-1.0') do + xml.tag!('eis:extdata', 'xmlns:eis' => 'https://raw.githubusercontent.com/internetee/registry/alpha/doc/schemas/eis-1.0.xsd') do xml.tag!('eis:ident', @contact.ident, type: @contact.ident_type, cc: @contact.ident_country_code) end diff --git a/app/views/epp/sessions/greeting.xml.builder b/app/views/epp/sessions/greeting.xml.builder index c5a1a1a9e..7a66dbc6e 100644 --- a/app/views/epp/sessions/greeting.xml.builder +++ b/app/views/epp/sessions/greeting.xml.builder @@ -11,7 +11,7 @@ xml.epp_head do xml.objURI 'urn:ietf:params:xml:ns:keyrelay-1.0' xml.svcExtension do xml.extURI 'urn:ietf:params:xml:ns:secDNS-1.1' - xml.extURI 'urn:ee:eis:xml:epp:eis-1.0' + xml.extURI 'https://raw.githubusercontent.com/internetee/registry/alpha/doc/schemas/eis-1.0.xsd' end end diff --git a/app/views/registrar/xml_consoles/epp_requests/contact/create.xml b/app/views/registrar/xml_consoles/epp_requests/contact/create.xml index 6264ddeb8..17d72dfbd 100644 --- a/app/views/registrar/xml_consoles/epp_requests/contact/create.xml +++ b/app/views/registrar/xml_consoles/epp_requests/contact/create.xml @@ -20,7 +20,7 @@ - + 123 JVBERi0xLjQKJcOkw7zDtsOfCjIgMCBvYmoKPDwvTGVuZ3RoIDMgMCBSL0Zp== 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 7b98c32df..c3e1b7b0c 100644 --- a/app/views/registrar/xml_consoles/epp_requests/contact/delete.xml +++ b/app/views/registrar/xml_consoles/epp_requests/contact/delete.xml @@ -11,7 +11,7 @@ - + JVBERi0xLjQKJcOkw7zDtsOfCjIgMCBvYmoKPDwvTGVuZ3RoIDMgMCBSL0Zp== 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 01e13e701..7396c6065 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 @@ -25,7 +25,7 @@ - + JVBERi0xLjQKJcOkw7zDtsOfCjIgMCBvYmoKPDwvTGVuZ3RoIDMgMCBSL0Zp== diff --git a/app/views/registrar/xml_consoles/epp_requests/domain/create.xml b/app/views/registrar/xml_consoles/epp_requests/domain/create.xml index 97be9f695..8584e0c82 100644 --- a/app/views/registrar/xml_consoles/epp_requests/domain/create.xml +++ b/app/views/registrar/xml_consoles/epp_requests/domain/create.xml @@ -33,7 +33,7 @@ - + JVBERi0xLjQKJcOkw7zDtsOfCjIgMCBvYmoKPDwvTGVuZ3RoIDMgMCBSL0Zp== diff --git a/app/views/registrar/xml_consoles/epp_requests/domain/delete.xml b/app/views/registrar/xml_consoles/epp_requests/domain/delete.xml index 47692e340..69b21e076 100644 --- a/app/views/registrar/xml_consoles/epp_requests/domain/delete.xml +++ b/app/views/registrar/xml_consoles/epp_requests/domain/delete.xml @@ -8,7 +8,7 @@ - + JVBERi0xLjQKJcOkw7zDtsOfCjIgMCBvYmoKPDwvTGVuZ3RoIDMgMCBSL0Zp== diff --git a/app/views/registrar/xml_consoles/epp_requests/domain/transfer.xml b/app/views/registrar/xml_consoles/epp_requests/domain/transfer.xml index 1c9e0a254..312f58bfa 100644 --- a/app/views/registrar/xml_consoles/epp_requests/domain/transfer.xml +++ b/app/views/registrar/xml_consoles/epp_requests/domain/transfer.xml @@ -11,7 +11,7 @@ - + JVBERi0xLjQKJcOkw7zDtsOfCjIgMCBvYmoKPDwvTGVuZ3RoIDMgMCBSL0Zp== diff --git a/app/views/registrar/xml_consoles/epp_requests/domain/update.xml b/app/views/registrar/xml_consoles/epp_requests/domain/update.xml index f0d4b1f81..aef4b2037 100644 --- a/app/views/registrar/xml_consoles/epp_requests/domain/update.xml +++ b/app/views/registrar/xml_consoles/epp_requests/domain/update.xml @@ -37,7 +37,7 @@ - + JVBERi0xLjQKJcOkw7zDtsOfCjIgMCBvYmoKPDwvTGVuZ3RoIDMgMCBSL0Zp== diff --git a/app/views/registrar/xml_consoles/epp_requests/keyrelay/keyrelay.xml b/app/views/registrar/xml_consoles/epp_requests/keyrelay/keyrelay.xml index 84ece643a..a209778c8 100644 --- a/app/views/registrar/xml_consoles/epp_requests/keyrelay/keyrelay.xml +++ b/app/views/registrar/xml_consoles/epp_requests/keyrelay/keyrelay.xml @@ -16,7 +16,7 @@ P1D - + JVBERi0xLjQKJcOkw7zDtsOfCjIgMCBvYmoKPDwvTGVuZ3RoIDMgMCBSL0Zp== 1422542244 diff --git a/db/schema.rb b/db/schema.rb index 48396524a..ac1e7e118 100644 --- a/db/schema.rb +++ b/db/schema.rb @@ -19,7 +19,7 @@ ActiveRecord::Schema.define(version: 20150603212659) do create_table "account_activities", force: :cascade do |t| t.integer "account_id" t.integer "invoice_id" - t.decimal "sum", precision: 10, scale: 2 + t.decimal "sum", precision: 8, scale: 2 t.string "currency" t.integer "bank_transaction_id" t.datetime "created_at" @@ -36,7 +36,7 @@ ActiveRecord::Schema.define(version: 20150603212659) do create_table "accounts", force: :cascade do |t| t.integer "registrar_id" t.string "account_type" - t.decimal "balance", precision: 10, scale: 2, default: 0.0, null: false + t.decimal "balance", precision: 8, scale: 2, default: 0.0, null: false t.datetime "created_at" t.datetime "updated_at" t.string "currency" @@ -98,7 +98,7 @@ ActiveRecord::Schema.define(version: 20150603212659) do t.string "buyer_name" t.string "document_no" t.string "description" - t.decimal "sum", precision: 10, scale: 2 + t.decimal "sum", precision: 8, scale: 2 t.string "reference_no" t.datetime "paid_at" t.datetime "created_at" @@ -114,7 +114,7 @@ ActiveRecord::Schema.define(version: 20150603212659) do t.string "vk_rec_id" t.string "vk_stamp" t.string "vk_t_no" - t.decimal "vk_amount", precision: 10, scale: 2 + t.decimal "vk_amount", precision: 8, scale: 2 t.string "vk_curr" t.string "vk_rec_acc" t.string "vk_rec_name" @@ -328,10 +328,10 @@ ActiveRecord::Schema.define(version: 20150603212659) do create_table "invoice_items", force: :cascade do |t| t.integer "invoice_id" - t.string "description", null: false + t.string "description", null: false t.string "unit" t.integer "amount" - t.decimal "price", precision: 10, scale: 2 + t.decimal "price", precision: 8, scale: 2 t.datetime "created_at" t.datetime "updated_at" t.string "creator_str" @@ -341,20 +341,20 @@ ActiveRecord::Schema.define(version: 20150603212659) do add_index "invoice_items", ["invoice_id"], name: "index_invoice_items_on_invoice_id", using: :btree create_table "invoices", force: :cascade do |t| - t.datetime "created_at", null: false - t.datetime "updated_at", null: false - t.string "invoice_type", null: false - t.datetime "due_date", null: false + t.datetime "created_at", null: false + t.datetime "updated_at", null: false + t.string "invoice_type", null: false + t.datetime "due_date", null: false t.string "payment_term" - t.string "currency", null: false + t.string "currency", null: false t.string "description" t.string "reference_no" - t.decimal "vat_prc", precision: 10, scale: 2, null: false + t.decimal "vat_prc", precision: 8, scale: 2, null: false t.datetime "paid_at" t.integer "seller_id" - t.string "seller_name", null: false + t.string "seller_name", null: false t.string "seller_reg_no" - t.string "seller_iban", null: false + t.string "seller_iban", null: false t.string "seller_bank" t.string "seller_swift" t.string "seller_vat_no" @@ -368,7 +368,7 @@ ActiveRecord::Schema.define(version: 20150603212659) do t.string "seller_email" t.string "seller_contact_name" t.integer "buyer_id" - t.string "buyer_name", null: false + t.string "buyer_name", null: false t.string "buyer_reg_no" t.string "buyer_country_code" t.string "buyer_state" @@ -382,7 +382,7 @@ ActiveRecord::Schema.define(version: 20150603212659) do t.string "updator_str" t.integer "number" t.datetime "cancelled_at" - t.decimal "sum_cache", precision: 10, scale: 2 + t.decimal "sum_cache", precision: 8, scale: 2 end add_index "invoices", ["buyer_id"], name: "index_invoices_on_buyer_id", using: :btree @@ -982,7 +982,7 @@ ActiveRecord::Schema.define(version: 20150603212659) do t.text "crt" t.string "type" t.string "registrant_ident" - t.string "encrypted_password", default: "" + t.string "encrypted_password", default: "", null: false t.datetime "remember_created_at" t.integer "failed_attempts", default: 0, null: false t.datetime "locked_at" diff --git a/doc/epp-doc.md b/doc/epp-doc.md index 7ac516f3c..5c4cc7562 100644 --- a/doc/epp-doc.md +++ b/doc/epp-doc.md @@ -16,5 +16,15 @@ Our implementation supports following protocols: [RFC5910 - DNSSEC Mapping](http://tools.ietf.org/html/rfc5910) [RFC3735 - Guidelines for Extending the EPP](http://tools.ietf.org/html/rfc3735) +Related XML Schema Definitions (may differ from policies applied to registry): + +[contact-1.0.xsd](schemas/contact-1.0.xsd) +[domain-1.0.xsd](schemas/domain-1.0.xsd) +[eis-1.0.xsd](schemas/eis-1.0.xsd) +[epp-1.0.xsd](schemas/epp-1.0.xsd) +[eppcom-1.0.xsd](schemas/eppcom-1.0.xsd) +[host-1.0.xsd](schemas/host-1.0.xsd) +[secDNS-1.1.xsd](schemas/secDNS-1.1.xsd) + More info about The Extensible Provisioning Protocol (EPP):
http://en.wikipedia.org/wiki/Extensible_Provisioning_Protocol diff --git a/doc/epp-examples.md b/doc/epp-examples.md index 0bf3e0f27..dd575bb27 100644 --- a/doc/epp-examples.md +++ b/doc/epp-examples.md @@ -1,6 +1,6 @@ # EPP REQUEST - RESPONSE EXAMPLES -GENERATED AT: 2015-06-02 14:33:32 UTC -EXAMPLE COUNT: 163 +GENERATED AT: 2015-06-09 08:35:54 UTC +EXAMPLE COUNT: 164 --- @@ -24,7 +24,7 @@ REQUEST: urn:ietf:params:xml:ns:keyrelay-1.0 urn:ietf:params:xml:ns:secDNS-1.1 - urn:ee:eis:xml:epp:eis-1.0 + https://raw.githubusercontent.com/internetee/registry/alpha/doc/schemas/eis-1.0.xsd @@ -44,7 +44,7 @@ RESPONSE: ABC-12345 - ccReg-6230722077 + ccReg-2865970246 @@ -98,7 +98,7 @@ RESPONSE: ABC-12345 - ccReg-2436314288 + ccReg-7329370206 @@ -128,9 +128,9 @@ REQUEST: - - dGVzdCBmYWlsCg== + 37605030299 + dGVzdCBmYWlsCg== ABC-12345 @@ -149,13 +149,13 @@ RESPONSE: - FIRST0:BFAAF15D - 2015-06-02T14:33:33Z + FIRST0:6DFC2D20 + 2015-06-09T08:35:56Z ABC-12345 - ccReg-4530178352 + ccReg-2164384391 @@ -185,9 +185,9 @@ REQUEST: - - dGVzdCBmYWlsCg== + 1990-22-12 + dGVzdCBmYWlsCg== ABC-12345 @@ -206,13 +206,13 @@ RESPONSE: - FIRST0:635DE0CA - 2015-06-02T14:33:33Z + FIRST0:57FCBB51 + 2015-06-09T08:35:56Z ABC-12345 - ccReg-5498820681 + ccReg-8294297097 @@ -242,9 +242,9 @@ REQUEST: - - dGVzdCBmYWlsCg== + 37605030299 + dGVzdCBmYWlsCg== ABC-12345 @@ -263,13 +263,13 @@ RESPONSE: - FIRST0:ECD18A3E - 2015-06-02T14:33:33Z + FIRST0:6145C90E + 2015-06-09T08:35:56Z ABC-12345 - ccReg-5765263080 + ccReg-4207474997 @@ -299,9 +299,9 @@ REQUEST: - - dGVzdCBmYWlsCg== + 37605030299 + dGVzdCBmYWlsCg== ABC-12345 @@ -320,13 +320,13 @@ RESPONSE: - FIRST0:FFDB1C8C - 2015-06-02T14:33:33Z + FIRST0:A00F2EFB + 2015-06-09T08:35:56Z ABC-12345 - ccReg-5853521848 + ccReg-1588652760 @@ -357,9 +357,9 @@ REQUEST: - - dGVzdCBmYWlsCg== + 37605030299 + dGVzdCBmYWlsCg== ABC-12345 @@ -379,12 +379,12 @@ RESPONSE: FIRST0:ABC12345 - 2015-06-02T14:33:33Z + 2015-06-09T08:35:56Z ABC-12345 - ccReg-8418715972 + ccReg-6158136387 @@ -415,9 +415,9 @@ REQUEST: - - dGVzdCBmYWlsCg== + 37605030299 + dGVzdCBmYWlsCg== ABC-12345 @@ -437,12 +437,12 @@ RESPONSE: FIRST0:ABC:ABC:12345 - 2015-06-02T14:33:34Z + 2015-06-09T08:35:56Z ABC-12345 - ccReg-6634701754 + ccReg-4119940650 @@ -473,9 +473,9 @@ REQUEST: - - dGVzdCBmYWlsCg== + 37605030299 + dGVzdCBmYWlsCg== ABC-12345 @@ -494,7 +494,7 @@ RESPONSE: ABC-12345 - ccReg-9426747388 + ccReg-1745531182 @@ -524,7 +524,7 @@ REQUEST: - + 1990-22-12 @@ -544,7 +544,7 @@ RESPONSE: ABC-12345 - ccReg-9000074813 + ccReg-3419070730 @@ -575,9 +575,9 @@ REQUEST: - - dGVzdCBmYWlsCg== + 37605030299 + dGVzdCBmYWlsCg== ABC-12345 @@ -597,12 +597,12 @@ RESPONSE: FIRST0:CID:FIRST0:ABC:ABC:NEW:12345 - 2015-06-02T14:33:34Z + 2015-06-09T08:35:56Z ABC-12345 - ccReg-2762778594 + ccReg-4206704078 @@ -633,9 +633,9 @@ REQUEST: - - dGVzdCBmYWlsCg== + 37605030299 + dGVzdCBmYWlsCg== ABC-12345 @@ -655,12 +655,12 @@ RESPONSE: FIRST0:CID:FIRST0:ABC:CID:ABC:NEW:12345 - 2015-06-02T14:33:34Z + 2015-06-09T08:35:56Z ABC-12345 - ccReg-4333012044 + ccReg-1412847936 @@ -691,9 +691,9 @@ REQUEST: - - dGVzdCBmYWlsCg== + 37605030299 + dGVzdCBmYWlsCg== ABC-12345 @@ -713,12 +713,12 @@ RESPONSE: FIRST0:ABC22 - 2015-06-02T14:33:34Z + 2015-06-09T08:35:56Z ABC-12345 - ccReg-7907073349 + ccReg-3704387100 @@ -749,9 +749,9 @@ REQUEST: - - dGVzdCBmYWlsCg== + 37605030299 + dGVzdCBmYWlsCg== ABC-12345 @@ -771,12 +771,12 @@ RESPONSE: FIRST0:CID2:FIRST0:ABC:ABC:11111 - 2015-06-02T14:33:34Z + 2015-06-09T08:35:56Z ABC-12345 - ccReg-5362420340 + ccReg-6569495751 @@ -807,9 +807,9 @@ REQUEST: - - dGVzdCBmYWlsCg== + 37605030299 + dGVzdCBmYWlsCg== ABC-12345 @@ -829,12 +829,12 @@ RESPONSE: FIRST0:CID:FIRST0 - 2015-06-02T14:33:34Z + 2015-06-09T08:35:57Z ABC-12345 - ccReg-5984172001 + ccReg-2815428273 @@ -864,9 +864,9 @@ REQUEST: - - dGVzdCBmYWlsCg== + 37605030299 + dGVzdCBmYWlsCg== ABC-12345 @@ -885,13 +885,13 @@ RESPONSE: - FIRST0:1AB4EF0A - 2015-06-02T14:33:34Z + FIRST0:A6DF7C8C + 2015-06-09T08:35:57Z ABC-12345 - ccReg-7374911098 + ccReg-6063676360 @@ -921,9 +921,9 @@ REQUEST: - - dGVzdCBmYWlsCg== + 37605030299 + dGVzdCBmYWlsCg== ABC-12345 @@ -942,13 +942,13 @@ RESPONSE: - FIRST0:506E3755 - 2015-06-02T14:33:34Z + FIRST0:5C9769C2 + 2015-06-09T08:35:57Z ABC-12345 - ccReg-1091018985 + ccReg-4482843821 @@ -979,9 +979,9 @@ REQUEST: - - dGVzdCBmYWlsCg== + 37605030299 + dGVzdCBmYWlsCg== ABC-12345 @@ -1000,7 +1000,7 @@ RESPONSE: ABC-12345 - ccReg-0955782824 + ccReg-7502239292 @@ -1031,9 +1031,9 @@ REQUEST: - - dGVzdCBmYWlsCg== + 37605030299 + dGVzdCBmYWlsCg== ABC-12345 @@ -1052,7 +1052,7 @@ RESPONSE: ABC-12345 - ccReg-9064313895 + ccReg-7208024246 @@ -1088,7 +1088,7 @@ RESPONSE: ABC-12345 - ccReg-0098456941 + ccReg-5882732505 @@ -1118,9 +1118,9 @@ REQUEST: - - dGVzdCBmYWlsCg== + 37605030299 + dGVzdCBmYWlsCg== ABC-12345 @@ -1142,7 +1142,7 @@ RESPONSE: ABC-12345 - ccReg-0459133757 + ccReg-2315301092 @@ -1172,9 +1172,9 @@ REQUEST: - - dGVzdCBmYWlsCg== + 37605030299 + dGVzdCBmYWlsCg== ABC-12345 @@ -1194,12 +1194,12 @@ RESPONSE: FIRST0:SH8013 - 2015-06-02T14:33:34Z + 2015-06-09T08:35:57Z ABC-12345 - ccReg-4068674584 + ccReg-8206457545 @@ -1240,12 +1240,12 @@ RESPONSE: FIRST0:SH8013 - 2015-06-02T14:33:34Z + 2015-06-09T08:35:57Z ABC-12345 - ccReg-6371937684 + ccReg-2935031159 @@ -1273,7 +1273,7 @@ REQUEST: urn:ietf:params:xml:ns:keyrelay-1.0 urn:ietf:params:xml:ns:secDNS-1.1 - urn:ee:eis:xml:epp:eis-1.0 + https://raw.githubusercontent.com/internetee/registry/alpha/doc/schemas/eis-1.0.xsd @@ -1293,7 +1293,7 @@ RESPONSE: ABC-12345 - ccReg-4287413368 + ccReg-8280934902 @@ -1321,9 +1321,9 @@ REQUEST: - - dGVzdCBmYWlsCg== + 37605030299 + dGVzdCBmYWlsCg== ABC-12345 @@ -1343,12 +1343,12 @@ RESPONSE: FIRST0:SH8013 - 2015-06-02T14:33:34Z + 2015-06-09T08:35:57Z ABC-12345 - ccReg-3629290845 + ccReg-4307896467 @@ -1374,7 +1374,7 @@ REQUEST: urn:ietf:params:xml:ns:keyrelay-1.0 urn:ietf:params:xml:ns:secDNS-1.1 - urn:ee:eis:xml:epp:eis-1.0 + https://raw.githubusercontent.com/internetee/registry/alpha/doc/schemas/eis-1.0.xsd @@ -1394,7 +1394,7 @@ RESPONSE: ABC-12345 - ccReg-3416539499 + ccReg-0760759574 @@ -1422,7 +1422,7 @@ REQUEST: urn:ietf:params:xml:ns:keyrelay-1.0 urn:ietf:params:xml:ns:secDNS-1.1 - urn:ee:eis:xml:epp:eis-1.0 + https://raw.githubusercontent.com/internetee/registry/alpha/doc/schemas/eis-1.0.xsd @@ -1442,7 +1442,7 @@ RESPONSE: ABC-12345 - ccReg-6084983175 + ccReg-5579601421 @@ -1480,7 +1480,7 @@ RESPONSE: ABC-12345 - ccReg-8736173206 + ccReg-4386640353 @@ -1506,7 +1506,7 @@ REQUEST: urn:ietf:params:xml:ns:keyrelay-1.0 urn:ietf:params:xml:ns:secDNS-1.1 - urn:ee:eis:xml:epp:eis-1.0 + https://raw.githubusercontent.com/internetee/registry/alpha/doc/schemas/eis-1.0.xsd @@ -1526,7 +1526,7 @@ RESPONSE: ABC-12345 - ccReg-5138470152 + ccReg-5621674888 @@ -1556,9 +1556,9 @@ REQUEST: - - dGVzdCBmYWlsCg== + 37605030299 + dGVzdCBmYWlsCg== ABC-12345 @@ -1580,7 +1580,7 @@ RESPONSE: ABC-12345 - ccReg-3106468971 + ccReg-4727971447 @@ -1611,9 +1611,9 @@ REQUEST: - - dGVzdCBmYWlsCg== + 37605030299 + dGVzdCBmYWlsCg== ABC-12345 @@ -1635,7 +1635,7 @@ RESPONSE: ABC-12345 - ccReg-9681225225 + ccReg-1151237375 @@ -1665,9 +1665,9 @@ REQUEST: - - dGVzdCBmYWlsCg== + 1990-22-12 + dGVzdCBmYWlsCg== ABC-12345 @@ -1687,12 +1687,12 @@ RESPONSE: FIRST0:SH8013 - 2015-06-02T14:33:34Z + 2015-06-09T08:35:57Z ABC-12345 - ccReg-5854801523 + ccReg-5438333223 @@ -1723,9 +1723,9 @@ REQUEST: - - dGVzdCBmYWlsCg== + 37605030299 + dGVzdCBmYWlsCg== ABC-12345 @@ -1744,7 +1744,7 @@ RESPONSE: ABC-12345 - ccReg-5014808216 + ccReg-5952721571 @@ -1775,9 +1775,9 @@ REQUEST: - - dGVzdCBmYWlsCg== + 37605030299 + dGVzdCBmYWlsCg== ABC-12345 @@ -1796,7 +1796,7 @@ RESPONSE: ABC-12345 - ccReg-3138655440 + ccReg-3010995561 @@ -1835,7 +1835,7 @@ RESPONSE: ABC-12345 - ccReg-1202026525 + ccReg-9864162306 @@ -1877,12 +1877,12 @@ RESPONSE: FIRST0:SH8013 - 2015-06-02T14:33:34Z + 2015-06-09T08:35:57Z ABC-12345 - ccReg-8482651143 + ccReg-5034103643 @@ -1927,7 +1927,7 @@ RESPONSE: ABC-12345 - ccReg-0476088143 + ccReg-7249146200 @@ -1972,12 +1972,12 @@ RESPONSE: FIRST0:SH8013 - 2015-06-02T14:33:34Z + 2015-06-09T08:35:57Z ABC-12345 - ccReg-2381236121 + ccReg-4631662339 @@ -2021,7 +2021,7 @@ RESPONSE: ABC-12345 - ccReg-9942427692 + ccReg-4281255957 @@ -2065,7 +2065,7 @@ RESPONSE: ABC-12345 - ccReg-1923124091 + ccReg-9219200962 @@ -2110,12 +2110,12 @@ RESPONSE: FIRST0:SH8013 - 2015-06-02T14:33:34Z + 2015-06-09T08:35:57Z ABC-12345 - ccReg-6937138477 + ccReg-5902019739 @@ -2160,12 +2160,12 @@ RESPONSE: FIRST0:SH8013 - 2015-06-02T14:33:34Z + 2015-06-09T08:35:57Z ABC-12345 - ccReg-8157062513 + ccReg-4481902749 @@ -2213,12 +2213,12 @@ RESPONSE: FIRST0:SH8013 - 2015-06-02T14:33:34Z + 2015-06-09T08:35:57Z ABC-12345 - ccReg-7418830300 + ccReg-3332712837 @@ -2262,12 +2262,12 @@ RESPONSE: FIRST0:SH8013 - 2015-06-02T14:33:34Z + 2015-06-09T08:35:57Z ABC-12345 - ccReg-8725012100 + ccReg-3330398417 @@ -2310,7 +2310,7 @@ RESPONSE: ABC-12345 - ccReg-9250241677 + ccReg-3427155084 @@ -2353,7 +2353,7 @@ RESPONSE: ABC-12345 - ccReg-2809833413 + ccReg-4323798792 @@ -2386,7 +2386,7 @@ RESPONSE: ABC-12345 - ccReg-5888335261 + ccReg-9874868286 @@ -2409,9 +2409,9 @@ REQUEST: - - dGVzdCBmYWlsCg== + 37605030299 + dGVzdCBmYWlsCg== ABC-12345 @@ -2433,7 +2433,7 @@ RESPONSE: ABC-12345 - ccReg-6947253989 + ccReg-3501648165 @@ -2449,16 +2449,16 @@ REQUEST: - FIRST0:SH775351913 + FIRST0:SH694791623 password - - dGVzdCBmYWlsCg== + 37605030299 + dGVzdCBmYWlsCg== ABC-12345 @@ -2477,7 +2477,7 @@ RESPONSE: ABC-12345 - ccReg-8502485863 + ccReg-4019793391 @@ -2493,16 +2493,16 @@ REQUEST: - FIRST0:SH122058824 + FIRST0:SH559117234 wrong password - - dGVzdCBmYWlsCg== + 37605030299 + dGVzdCBmYWlsCg== ABC-12345 @@ -2521,7 +2521,7 @@ RESPONSE: ABC-12345 - ccReg-7196323268 + ccReg-6478748925 @@ -2537,7 +2537,7 @@ REQUEST: - FIRST0:SH648085365 + FIRST0:SH445272175 ABC-12345 @@ -2556,7 +2556,7 @@ RESPONSE: ABC-12345 - ccReg-6213636307 + ccReg-2640661320 @@ -2572,16 +2572,16 @@ REQUEST: - FIRST0:SH093153696 + FIRST0:SH919077656 password - - dGVzdCBmYWlsCg== + 37605030299 + dGVzdCBmYWlsCg== ABC-12345 @@ -2600,7 +2600,7 @@ RESPONSE: ABC-12345 - ccReg-1553298253 + ccReg-5750411134 @@ -2628,7 +2628,7 @@ REQUEST: urn:ietf:params:xml:ns:keyrelay-1.0 urn:ietf:params:xml:ns:secDNS-1.1 - urn:ee:eis:xml:epp:eis-1.0 + https://raw.githubusercontent.com/internetee/registry/alpha/doc/schemas/eis-1.0.xsd @@ -2648,7 +2648,7 @@ RESPONSE: ABC-12345 - ccReg-2543150383 + ccReg-9340340541 @@ -2662,16 +2662,16 @@ REQUEST: - FIRST0:SH592496019 + FIRST0:SH186876389 password - - dGVzdCBmYWlsCg== + 37605030299 + dGVzdCBmYWlsCg== ABC-12345 @@ -2690,7 +2690,7 @@ RESPONSE: ABC-12345 - ccReg-8268301421 + ccReg-4516213939 @@ -2716,7 +2716,7 @@ REQUEST: urn:ietf:params:xml:ns:keyrelay-1.0 urn:ietf:params:xml:ns:secDNS-1.1 - urn:ee:eis:xml:epp:eis-1.0 + https://raw.githubusercontent.com/internetee/registry/alpha/doc/schemas/eis-1.0.xsd @@ -2736,7 +2736,7 @@ RESPONSE: ABC-12345 - ccReg-7898144133 + ccReg-2560997842 @@ -2764,7 +2764,7 @@ REQUEST: urn:ietf:params:xml:ns:keyrelay-1.0 urn:ietf:params:xml:ns:secDNS-1.1 - urn:ee:eis:xml:epp:eis-1.0 + https://raw.githubusercontent.com/internetee/registry/alpha/doc/schemas/eis-1.0.xsd @@ -2784,7 +2784,7 @@ RESPONSE: ABC-12345 - ccReg-9845535101 + ccReg-8103386186 @@ -2798,7 +2798,7 @@ REQUEST: - FIRST0:SH1717284010 + FIRST0:SH7118811310 ABC-12345 @@ -2817,7 +2817,7 @@ RESPONSE: ABC-12345 - ccReg-9590483188 + ccReg-1221506848 @@ -2843,7 +2843,7 @@ REQUEST: urn:ietf:params:xml:ns:keyrelay-1.0 urn:ietf:params:xml:ns:secDNS-1.1 - urn:ee:eis:xml:epp:eis-1.0 + https://raw.githubusercontent.com/internetee/registry/alpha/doc/schemas/eis-1.0.xsd @@ -2863,7 +2863,7 @@ RESPONSE: ABC-12345 - ccReg-2912535335 + ccReg-1921650511 @@ -2891,7 +2891,7 @@ REQUEST: urn:ietf:params:xml:ns:keyrelay-1.0 urn:ietf:params:xml:ns:secDNS-1.1 - urn:ee:eis:xml:epp:eis-1.0 + https://raw.githubusercontent.com/internetee/registry/alpha/doc/schemas/eis-1.0.xsd @@ -2911,7 +2911,7 @@ RESPONSE: ABC-12345 - ccReg-9456762174 + ccReg-5095721964 @@ -2925,16 +2925,16 @@ REQUEST: - FIRST0:SH7480704111 + FIRST0:SH6050821911 wrong password - - dGVzdCBmYWlsCg== + 37605030299 + dGVzdCBmYWlsCg== ABC-12345 @@ -2953,7 +2953,7 @@ RESPONSE: ABC-12345 - ccReg-3618211988 + ccReg-5517100733 @@ -2979,7 +2979,7 @@ REQUEST: urn:ietf:params:xml:ns:keyrelay-1.0 urn:ietf:params:xml:ns:secDNS-1.1 - urn:ee:eis:xml:epp:eis-1.0 + https://raw.githubusercontent.com/internetee/registry/alpha/doc/schemas/eis-1.0.xsd @@ -2999,7 +2999,7 @@ RESPONSE: ABC-12345 - ccReg-2435051659 + ccReg-0460264170 @@ -3032,7 +3032,7 @@ RESPONSE: ABC-12345 - ccReg-1012922903 + ccReg-1717960285 @@ -3079,7 +3079,7 @@ RESPONSE: ABC-12345 - ccReg-9154199000 + ccReg-0300174962 @@ -3126,7 +3126,7 @@ RESPONSE: ABC-12345 - ccReg-1186568828 + ccReg-0772346625 @@ -3159,7 +3159,7 @@ RESPONSE: ABC-12345 - ccReg-0978696432 + ccReg-9823513418 @@ -3200,7 +3200,7 @@ RESPONSE: ABC-12345 - ccReg-5470784563 + ccReg-0270934085 @@ -3252,10 +3252,10 @@ RESPONSE: +372.12345678 - aleandro@kub.info + gail.macejkovic@wiegandkaulke.name fixed registrar TEST-CREATOR - 2015-06-02T14:33:37Z + 2015-06-09T08:36:00Z password @@ -3268,7 +3268,7 @@ RESPONSE:
ABC-12345 - ccReg-9026818080 + ccReg-9759706024 @@ -3320,10 +3320,10 @@ RESPONSE: +372.12345678 - aleandro@kub.info + gail.macejkovic@wiegandkaulke.name fixed registrar TEST-CREATOR - 2015-06-02T14:33:37Z + 2015-06-09T08:36:00Z password @@ -3336,7 +3336,7 @@ RESPONSE:
ABC-12345 - ccReg-6616273205 + ccReg-1871480573 @@ -3388,10 +3388,10 @@ RESPONSE: +372.12345678 - aleandro@kub.info + gail.macejkovic@wiegandkaulke.name registrar1 TEST-CREATOR - 2015-06-02T14:33:37Z + 2015-06-09T08:36:00Z password @@ -3404,7 +3404,7 @@ RESPONSE:
ABC-12345 - ccReg-2074917129 + ccReg-2678476098 @@ -3420,7 +3420,7 @@ REQUEST: - FIRST0:SH946374880 + FIRST0:SH185858320 wrong-pw @@ -3442,11 +3442,11 @@ RESPONSE: - FIRST0:SH946374880 + FIRST0:SH185858320 EIS-1 - Kurt Schimmel0 + Willow Schaden0 Short street 11 Tallinn @@ -3456,10 +3456,10 @@ RESPONSE: +372.12345678 - aleandro@kub.info + gail.macejkovic@wiegandkaulke.name registrar1 TEST-CREATOR - 2015-06-02T14:33:33Z + 2015-06-09T08:35:56Z password @@ -3472,7 +3472,7 @@ RESPONSE:
ABC-12345 - ccReg-2944934209 + ccReg-2837599277 @@ -3514,7 +3514,7 @@ RESPONSE: EIS-32 - Freeda Kertzmann15 + Laurel Heidenreich15 Short street 11 Tallinn @@ -3524,10 +3524,10 @@ RESPONSE: +372.12345678 - aleandro@kub.info + gail.macejkovic@wiegandkaulke.name fixed registrar TEST-CREATOR - 2015-06-02T14:33:37Z + 2015-06-09T08:36:00Z password @@ -3540,7 +3540,7 @@ RESPONSE:
ABC-12345 - ccReg-9319680654 + ccReg-4896649483 @@ -3568,7 +3568,7 @@ REQUEST: urn:ietf:params:xml:ns:keyrelay-1.0 urn:ietf:params:xml:ns:secDNS-1.1 - urn:ee:eis:xml:epp:eis-1.0 + https://raw.githubusercontent.com/internetee/registry/alpha/doc/schemas/eis-1.0.xsd @@ -3588,7 +3588,7 @@ RESPONSE: ABC-12345 - ccReg-5256267515 + ccReg-3689663915 @@ -3602,7 +3602,7 @@ REQUEST: - FIRST0:SH946374880 + FIRST0:SH185858320 password @@ -3624,11 +3624,11 @@ RESPONSE: - FIRST0:SH946374880 + FIRST0:SH185858320 EIS-1 - Kurt Schimmel0 + Willow Schaden0 Short street 11 Tallinn @@ -3638,10 +3638,10 @@ RESPONSE: +372.12345678 - aleandro@kub.info + gail.macejkovic@wiegandkaulke.name registrar1 TEST-CREATOR - 2015-06-02T14:33:33Z + 2015-06-09T08:35:56Z password @@ -3654,7 +3654,7 @@ RESPONSE: ABC-12345 - ccReg-9855190337 + ccReg-1540276147 @@ -3680,7 +3680,7 @@ REQUEST: urn:ietf:params:xml:ns:keyrelay-1.0 urn:ietf:params:xml:ns:secDNS-1.1 - urn:ee:eis:xml:epp:eis-1.0 + https://raw.githubusercontent.com/internetee/registry/alpha/doc/schemas/eis-1.0.xsd @@ -3700,7 +3700,7 @@ RESPONSE: ABC-12345 - ccReg-7982342225 + ccReg-2090039985 @@ -3728,7 +3728,7 @@ REQUEST: urn:ietf:params:xml:ns:keyrelay-1.0 urn:ietf:params:xml:ns:secDNS-1.1 - urn:ee:eis:xml:epp:eis-1.0 + https://raw.githubusercontent.com/internetee/registry/alpha/doc/schemas/eis-1.0.xsd @@ -3748,7 +3748,7 @@ RESPONSE: ABC-12345 - ccReg-7845786975 + ccReg-4584299523 @@ -3762,7 +3762,7 @@ REQUEST: - FIRST0:SH946374880 + FIRST0:SH185858320 wrong-pw @@ -3784,7 +3784,7 @@ RESPONSE: ABC-12345 - ccReg-8286790305 + ccReg-3217195859 @@ -3810,7 +3810,7 @@ REQUEST: urn:ietf:params:xml:ns:keyrelay-1.0 urn:ietf:params:xml:ns:secDNS-1.1 - urn:ee:eis:xml:epp:eis-1.0 + https://raw.githubusercontent.com/internetee/registry/alpha/doc/schemas/eis-1.0.xsd @@ -3830,7 +3830,7 @@ RESPONSE: ABC-12345 - ccReg-7742830004 + ccReg-4005521762 @@ -3858,7 +3858,7 @@ REQUEST: urn:ietf:params:xml:ns:keyrelay-1.0 urn:ietf:params:xml:ns:secDNS-1.1 - urn:ee:eis:xml:epp:eis-1.0 + https://raw.githubusercontent.com/internetee/registry/alpha/doc/schemas/eis-1.0.xsd @@ -3878,7 +3878,7 @@ RESPONSE: ABC-12345 - ccReg-1203730643 + ccReg-7683758630 @@ -3892,7 +3892,7 @@ REQUEST: - FIRST0:SH946374880 + FIRST0:SH185858320 @@ -3914,20 +3914,20 @@ RESPONSE: - FIRST0:SH946374880 + FIRST0:SH185858320 EIS-1 - Kurt Schimmel0 + Willow Schaden0 registrar1 TEST-CREATOR - 2015-06-02T14:33:33Z + 2015-06-09T08:35:56Z ABC-12345 - ccReg-9164005912 + ccReg-8701356360 @@ -3953,7 +3953,7 @@ REQUEST: urn:ietf:params:xml:ns:keyrelay-1.0 urn:ietf:params:xml:ns:secDNS-1.1 - urn:ee:eis:xml:epp:eis-1.0 + https://raw.githubusercontent.com/internetee/registry/alpha/doc/schemas/eis-1.0.xsd @@ -3973,7 +3973,7 @@ RESPONSE: ABC-12345 - ccReg-6014474598 + ccReg-8158944545 @@ -3999,7 +3999,7 @@ REQUEST: urn:ietf:params:xml:ns:keyrelay-1.0 urn:ietf:params:xml:ns:secDNS-1.1 - urn:ee:eis:xml:epp:eis-1.0 + https://raw.githubusercontent.com/internetee/registry/alpha/doc/schemas/eis-1.0.xsd @@ -4019,7 +4019,7 @@ RESPONSE: ABC-12345 - ccReg-3586501704 + ccReg-7649885674 @@ -4035,7 +4035,7 @@ REQUEST: - example97979453077790513.ee + example97987474853070685.ee 1 @@ -4062,7 +4062,7 @@ REQUEST: AwEAAddt2AkLfYGKgiEZB5SmIF8EvrjxNMH6HtxWEA4RJ9Ao6LCWheg8 - + dGVzdCBmYWlsCg== @@ -4091,7 +4091,7 @@ RESPONSE: ABC-12345 - ccReg-8936253286 + ccReg-8837806947 @@ -4135,7 +4135,7 @@ RESPONSE: ABC-12345 - ccReg-3102704443 + ccReg-7386642080 @@ -4151,7 +4151,7 @@ REQUEST: - example48653744161833001.ee + example63728372046452496.ee 1 @@ -4178,7 +4178,7 @@ REQUEST: AwEAAddt2AkLfYGKgiEZB5SmIF8EvrjxNMH6HtxWEA4RJ9Ao6LCWheg8 - + dGVzdCBmYWlsCg== @@ -4198,14 +4198,14 @@ RESPONSE: - example48653744161833001.ee - 2015-06-02T14:33:38Z - 2016-06-02T00:00:00Z + example63728372046452496.ee + 2015-06-09T08:36:01Z + 2016-06-09T00:00:00Z ABC-12345 - ccReg-9286293243 + ccReg-4596378645 @@ -4221,7 +4221,7 @@ REQUEST: - example66817551944190561.ee + example56642164402520186.ee 1 @@ -4240,7 +4240,7 @@ REQUEST: - + dGVzdCBmYWlsCg== @@ -4260,14 +4260,14 @@ RESPONSE: - example66817551944190561.ee - 2015-06-02T14:33:38Z - 2016-06-02T00:00:00Z + example56642164402520186.ee + 2015-06-09T08:36:01Z + 2016-06-09T00:00:00Z ABC-12345 - ccReg-6995988129 + ccReg-6864789967 @@ -4283,14 +4283,14 @@ REQUEST: - example82402742861508907.ee + example66306265508695529.ee 1 - ns1.example82402742861508907.ee + ns1.example66306265508695529.ee - ns2.example82402742861508907.ee + ns2.example66306265508695529.ee FIXED:CITIZEN_1234 @@ -4308,7 +4308,7 @@ REQUEST: AwEAAddt2AkLfYGKgiEZB5SmIF8EvrjxNMH6HtxWEA4RJ9Ao6LCWheg8 - + dGVzdCBmYWlsCg== @@ -4328,7 +4328,7 @@ RESPONSE: ABC-12345 - ccReg-9037419208 + ccReg-5065358807 @@ -4371,7 +4371,7 @@ REQUEST: AwEAAddt2AkLfYGKgiEZB5SmIF8EvrjxNMH6HtxWEA4RJ9Ao6LCWheg8 - + dGVzdCBmYWlsCg== @@ -4391,7 +4391,7 @@ RESPONSE: ABC-12345 - ccReg-3085886901 + ccReg-5127914025 @@ -4434,7 +4434,7 @@ REQUEST: AwEAAddt2AkLfYGKgiEZB5SmIF8EvrjxNMH6HtxWEA4RJ9Ao6LCWheg8 - + dGVzdCBmYWlsCg== @@ -4457,7 +4457,7 @@ RESPONSE: ABC-12345 - ccReg-7084968793 + ccReg-9616196990 @@ -4473,7 +4473,7 @@ REQUEST: - example13970338235947248.ee + example92225820330858452.ee 1 @@ -4496,7 +4496,7 @@ REQUEST: AwEAAddt2AkLfYGKgiEZB5SmIF8EvrjxNMH6HtxWEA4RJ9Ao6LCWheg8 - + dGVzdCBmYWlsCg== @@ -4516,7 +4516,7 @@ RESPONSE: ABC-12345 - ccReg-9708640722 + ccReg-6794226513 @@ -4532,7 +4532,7 @@ REQUEST: - example36404812133760036.ee + example84699924332547257.ee 1 FIXED:CITIZEN_1234 FIXED:SH8013 @@ -4549,7 +4549,7 @@ REQUEST: AwEAAddt2AkLfYGKgiEZB5SmIF8EvrjxNMH6HtxWEA4RJ9Ao6LCWheg8 - + dGVzdCBmYWlsCg== @@ -4572,7 +4572,7 @@ RESPONSE: ABC-12345 - ccReg-6232255185 + ccReg-7989368915 @@ -4588,7 +4588,7 @@ REQUEST: - example64818663597612903.ee + example38015170042814519.ee 1 @@ -4649,7 +4649,7 @@ REQUEST: AwEAAddt2AkLfYGKgiEZB5SmIF8EvrjxNMH6HtxWEA4RJ9Ao6LCWheg8 - + dGVzdCBmYWlsCg== @@ -4669,7 +4669,7 @@ RESPONSE: ABC-12345 - ccReg-0166668620 + ccReg-6021481501 @@ -4685,7 +4685,7 @@ REQUEST: - example466056723821534.ee + example74136330965590583.ee 1 @@ -4710,7 +4710,7 @@ REQUEST: AwEAAddt2AkLfYGKgiEZB5SmIF8EvrjxNMH6HtxWEA4RJ9Ao6LCWheg8 - + dGVzdCBmYWlsCg== @@ -4739,7 +4739,7 @@ RESPONSE: ABC-12345 - ccReg-6405494345 + ccReg-1726798745 @@ -4755,7 +4755,7 @@ REQUEST: - example99592330630112280.ee + example8120351144818290.ee 1 ns1.example.ee @@ -4776,7 +4776,7 @@ REQUEST: AwEAAddt2AkLfYGKgiEZB5SmIF8EvrjxNMH6HtxWEA4RJ9Ao6LCWheg8 - + dGVzdCBmYWlsCg== @@ -4796,7 +4796,7 @@ RESPONSE: ABC-12345 - ccReg-8841286613 + ccReg-3084564664 @@ -4812,7 +4812,7 @@ REQUEST: - example83128312703818883.ee + example55623018369961596.ee 1 @@ -4834,7 +4834,7 @@ REQUEST: - + dGVzdCBmYWlsCg== @@ -4854,14 +4854,14 @@ RESPONSE: - example83128312703818883.ee - 2015-06-02T14:33:39Z - 2016-06-02T00:00:00Z + example55623018369961596.ee + 2015-06-09T08:36:01Z + 2016-06-09T00:00:00Z ABC-12345 - ccReg-7686175512 + ccReg-2817931370 @@ -4877,7 +4877,7 @@ REQUEST: - example95662100754576979.ee + example54387484784711041.ee 1 @@ -4899,7 +4899,7 @@ REQUEST: - + dGVzdCBmYWlsCg== @@ -4928,7 +4928,7 @@ RESPONSE: ABC-12345 - ccReg-8065017773 + ccReg-4192589444 @@ -4944,7 +4944,7 @@ REQUEST: - example31948540706621474.ee + example2043844147497628.ee 1 @@ -4971,7 +4971,7 @@ REQUEST: AwEAAddt2AkLfYGKgiEZB5SmIF8EvrjxNMH6HtxWEA4RJ9Ao6LCWheg8 - + dGVzdCBmYWlsCg== @@ -4991,14 +4991,14 @@ RESPONSE: - example31948540706621474.ee - 2015-06-02T14:33:39Z - 2016-06-02T00:00:00Z + example2043844147497628.ee + 2015-06-09T08:36:02Z + 2016-06-09T00:00:00Z ABC-12345 - ccReg-6969997272 + ccReg-9427208118 @@ -5014,7 +5014,7 @@ REQUEST: - example55223163817914543.ee + example35061115290756.ee 367 @@ -5041,7 +5041,7 @@ REQUEST: AwEAAddt2AkLfYGKgiEZB5SmIF8EvrjxNMH6HtxWEA4RJ9Ao6LCWheg8 - + dGVzdCBmYWlsCg== @@ -5064,7 +5064,7 @@ RESPONSE: ABC-12345 - ccReg-1469657787 + ccReg-4152498847 @@ -5080,7 +5080,7 @@ REQUEST: - example82050076629523994.ee + example56736705390751616.ee 1 @@ -5119,7 +5119,7 @@ REQUEST: 841936717ae427ace63c28d04918569a841936717ae427ace63c28d0 - + dGVzdCBmYWlsCg== @@ -5139,14 +5139,14 @@ RESPONSE: - example82050076629523994.ee - 2015-06-02T14:33:39Z - 2016-06-02T00:00:00Z + example56736705390751616.ee + 2015-06-09T08:36:02Z + 2016-06-09T00:00:00Z ABC-12345 - ccReg-1291527721 + ccReg-8775003506 @@ -5162,7 +5162,7 @@ REQUEST: - example88380998944355738.ee + example90262712232448658.ee 1 @@ -5201,7 +5201,7 @@ REQUEST: - + dGVzdCBmYWlsCg== @@ -5257,7 +5257,7 @@ RESPONSE: ABC-12345 - ccReg-2996508750 + ccReg-8803560351 @@ -5273,7 +5273,7 @@ REQUEST: - example78024773592821660.ee + example63564602795085813.ee 1 @@ -5306,7 +5306,7 @@ REQUEST: 700b97b591ed27ec2590d19f06f88bba700b97b591ed27ec2590d19f - + dGVzdCBmYWlsCg== @@ -5329,7 +5329,7 @@ RESPONSE: ABC-12345 - ccReg-3990884046 + ccReg-1275029581 @@ -5345,7 +5345,7 @@ REQUEST: - example62588279782335028.ee + example46824187435506673.ee 1 @@ -5378,7 +5378,7 @@ REQUEST: 700b97b591ed27ec2590d19f06f88bba700b97b591ed27ec2590d19f - + dGVzdCBmYWlsCg== @@ -5398,7 +5398,7 @@ RESPONSE: ABC-12345 - ccReg-9057177563 + ccReg-0169607896 @@ -5414,7 +5414,7 @@ REQUEST: - example23779866043469851.ee + example29258789453751378.ee 1 @@ -5441,7 +5441,7 @@ REQUEST: 49FD46E6C4B45C55D4AC - + dGVzdCBmYWlsCg== @@ -5461,14 +5461,14 @@ RESPONSE: - example23779866043469851.ee - 2015-06-02T14:33:40Z - 2016-06-02T00:00:00Z + example29258789453751378.ee + 2015-06-09T08:36:02Z + 2016-06-09T00:00:00Z ABC-12345 - ccReg-1959065324 + ccReg-0413362724 @@ -5484,7 +5484,7 @@ REQUEST: - example90731484534199208.ee + example98471226798148329.ee 1 @@ -5517,7 +5517,7 @@ REQUEST: - + dGVzdCBmYWlsCg== @@ -5537,14 +5537,14 @@ RESPONSE: - example90731484534199208.ee - 2015-06-02T14:33:40Z - 2016-06-02T00:00:00Z + example98471226798148329.ee + 2015-06-09T08:36:02Z + 2016-06-09T00:00:00Z ABC-12345 - ccReg-3315923078 + ccReg-9337773043 @@ -5560,7 +5560,7 @@ REQUEST: - example6010525958819346.ee + example55651392253467822.ee 1 @@ -5593,7 +5593,7 @@ REQUEST: - + dGVzdCBmYWlsCg== @@ -5613,7 +5613,7 @@ RESPONSE: ABC-12345 - ccReg-6597744146 + ccReg-6666555537 @@ -5629,7 +5629,7 @@ REQUEST: - example14316008823537053.ee + example95373239348978373.ee 1 @@ -5656,7 +5656,7 @@ REQUEST: 700b97b591ed27ec2590d19f06f88bba700b97b591ed27ec2590d19f - + dGVzdCBmYWlsCg== @@ -5676,7 +5676,7 @@ RESPONSE: ABC-12345 - ccReg-0772908747 + ccReg-8976281109 @@ -5692,7 +5692,7 @@ REQUEST: - example9010839918822151.ee + example86518918078753709.ee 1 @@ -5725,7 +5725,7 @@ REQUEST: 700b97b591ed27ec2590d19f06f88bba700b97b591ed27ec2590d19f - + dGVzdCBmYWlsCg== @@ -5745,7 +5745,7 @@ RESPONSE: ABC-12345 - ccReg-1833299590 + ccReg-4543883806 @@ -5761,7 +5761,7 @@ REQUEST: - example9990759274413940.ee + example88804876574671763.ee 1 @@ -5786,7 +5786,7 @@ REQUEST: AwEAAddt2AkLfYGKgiEZB5SmIF8EvrjxNMH6HtxWEA4RJ9Ao6LCWheg8 - + dGVzdCBmYWlsCg== @@ -5806,14 +5806,14 @@ RESPONSE: - example9990759274413940.ee - 2015-06-02T14:33:40Z - 2016-06-02T00:00:00Z + example88804876574671763.ee + 2015-06-09T08:36:03Z + 2016-06-09T00:00:00Z ABC-12345 - ccReg-6732223093 + ccReg-7148969596 @@ -5829,7 +5829,7 @@ REQUEST: - example39274446147988090.ee + example34810576015212664.ee 1 @@ -5854,7 +5854,7 @@ REQUEST: AwEAAddt2AkLfYGKgiEZB5SmIF8EvrjxNMH6HtxWEA4RJ9Ao6LCWheg8 - + dGVzdCBmYWlsCg== @@ -5874,7 +5874,7 @@ RESPONSE: ABC-12345 - ccReg-6391772176 + ccReg-4692202411 @@ -5890,7 +5890,7 @@ REQUEST: - example16815979329457392.ee + example26883400733835510.ee 1 @@ -5915,7 +5915,7 @@ REQUEST: AwEAAddt2AkLfYGKgiEZB5SmIF8EvrjxNMH6HtxWEA4RJ9Ao6LCWheg8 - + dGVzdCBmYWlsCg== @@ -5938,7 +5938,7 @@ RESPONSE: ABC-12345 - ccReg-3306715686 + ccReg-8553995678 @@ -5966,7 +5966,7 @@ REQUEST: urn:ietf:params:xml:ns:keyrelay-1.0 urn:ietf:params:xml:ns:secDNS-1.1 - urn:ee:eis:xml:epp:eis-1.0 + https://raw.githubusercontent.com/internetee/registry/alpha/doc/schemas/eis-1.0.xsd @@ -5986,7 +5986,7 @@ RESPONSE: ABC-12345 - ccReg-4123563386 + ccReg-1724560935 @@ -6002,12 +6002,12 @@ REQUEST: domain1.ee - 7e7586cd94b553f5a07d6d8aa45d644f + fbac813a18411e8e56f4743bd0fee959 - + dGVzdCBmYWlsCg== @@ -6030,15 +6030,15 @@ RESPONSE: domain1.ee serverApproved REGDOMAIN2 - 2015-06-02T14:33:41Z + 2015-06-09T08:36:03Z REGDOMAIN1 - 2015-06-02T14:33:41Z - 2016-06-02T00:00:00Z + 2015-06-09T08:36:03Z + 2016-06-09T00:00:00Z ABC-12345 - ccReg-8723385830 + ccReg-5298478906 @@ -6064,7 +6064,7 @@ REQUEST: urn:ietf:params:xml:ns:keyrelay-1.0 urn:ietf:params:xml:ns:secDNS-1.1 - urn:ee:eis:xml:epp:eis-1.0 + https://raw.githubusercontent.com/internetee/registry/alpha/doc/schemas/eis-1.0.xsd @@ -6084,7 +6084,7 @@ RESPONSE: ABC-12345 - ccReg-5383535423 + ccReg-8222807537 @@ -6112,23 +6112,23 @@ RESPONSE: Command completed successfully; ack to dequeue - 2015-06-02T14:33:41Z - Domain transfer was approved, associated contacts are: ["REGDOMAIN2:758A573F", "REGDOMAIN2:ED05964C"] + 2015-06-09T08:36:03Z + Domain transfer was approved, associated contacts are: ["REGDOMAIN2:0F533FD2", "REGDOMAIN2:99C31EFD"] domain1.ee serverApproved REGDOMAIN2 - 2015-06-02T14:33:41Z + 2015-06-09T08:36:03Z REGDOMAIN1 - 2015-06-02T14:33:41Z - 2016-06-02T00:00:00Z + 2015-06-09T08:36:03Z + 2016-06-09T00:00:00Z ABC-12345 - ccReg-2621052839 + ccReg-0789134619 @@ -6144,12 +6144,12 @@ REQUEST: domain1.ee - e6e69f7fe16e4e106d6731a4015377b0 + da668a945204e68f633947bb2055a1b3 - + dGVzdCBmYWlsCg== @@ -6172,15 +6172,15 @@ RESPONSE: domain1.ee pending REGDOMAIN1 - 2015-06-02T14:33:41Z + 2015-06-09T08:36:04Z REGDOMAIN2 - 2015-06-02T15:33:41Z - 2016-06-02T00:00:00Z + 2015-06-09T09:36:04Z + 2016-06-09T00:00:00Z ABC-12345 - ccReg-0830742222 + ccReg-6583101620 @@ -6196,12 +6196,12 @@ REQUEST: domain1.ee - e6e69f7fe16e4e106d6731a4015377b0 + da668a945204e68f633947bb2055a1b3 - + dGVzdCBmYWlsCg== @@ -6224,15 +6224,15 @@ RESPONSE: domain1.ee pending REGDOMAIN1 - 2015-06-02T14:33:41Z + 2015-06-09T08:36:04Z REGDOMAIN2 - 2015-06-02T15:33:41Z - 2016-06-02T00:00:00Z + 2015-06-09T09:36:04Z + 2016-06-09T00:00:00Z ABC-12345 - ccReg-9024073555 + ccReg-6395988906 @@ -6258,7 +6258,7 @@ REQUEST: urn:ietf:params:xml:ns:keyrelay-1.0 urn:ietf:params:xml:ns:secDNS-1.1 - urn:ee:eis:xml:epp:eis-1.0 + https://raw.githubusercontent.com/internetee/registry/alpha/doc/schemas/eis-1.0.xsd @@ -6278,7 +6278,7 @@ RESPONSE: ABC-12345 - ccReg-9937559312 + ccReg-5054748894 @@ -6306,7 +6306,7 @@ RESPONSE: Command completed successfully; ack to dequeue - 2015-06-02T14:33:41Z + 2015-06-09T08:36:04Z Transfer requested. @@ -6314,15 +6314,15 @@ RESPONSE: domain1.ee pending REGDOMAIN1 - 2015-06-02T14:33:41Z + 2015-06-09T08:36:04Z REGDOMAIN2 - 2015-06-02T15:33:41Z - 2016-06-02T00:00:00Z + 2015-06-09T09:36:04Z + 2016-06-09T00:00:00Z ABC-12345 - ccReg-7780959753 + ccReg-7962047075 @@ -6348,7 +6348,7 @@ REQUEST: urn:ietf:params:xml:ns:keyrelay-1.0 urn:ietf:params:xml:ns:secDNS-1.1 - urn:ee:eis:xml:epp:eis-1.0 + https://raw.githubusercontent.com/internetee/registry/alpha/doc/schemas/eis-1.0.xsd @@ -6368,7 +6368,7 @@ RESPONSE: ABC-12345 - ccReg-2246481184 + ccReg-6310113476 @@ -6394,7 +6394,7 @@ REQUEST: urn:ietf:params:xml:ns:keyrelay-1.0 urn:ietf:params:xml:ns:secDNS-1.1 - urn:ee:eis:xml:epp:eis-1.0 + https://raw.githubusercontent.com/internetee/registry/alpha/doc/schemas/eis-1.0.xsd @@ -6414,7 +6414,7 @@ RESPONSE: ABC-12345 - ccReg-1396088307 + ccReg-6360215093 @@ -6444,7 +6444,7 @@ RESPONSE: ABC-12345 - ccReg-6864941546 + ccReg-8626793333 @@ -6470,7 +6470,7 @@ REQUEST: urn:ietf:params:xml:ns:keyrelay-1.0 urn:ietf:params:xml:ns:secDNS-1.1 - urn:ee:eis:xml:epp:eis-1.0 + https://raw.githubusercontent.com/internetee/registry/alpha/doc/schemas/eis-1.0.xsd @@ -6490,7 +6490,7 @@ RESPONSE: ABC-12345 - ccReg-9877149049 + ccReg-6192211886 @@ -6518,7 +6518,7 @@ REQUEST: urn:ietf:params:xml:ns:keyrelay-1.0 urn:ietf:params:xml:ns:secDNS-1.1 - urn:ee:eis:xml:epp:eis-1.0 + https://raw.githubusercontent.com/internetee/registry/alpha/doc/schemas/eis-1.0.xsd @@ -6538,7 +6538,7 @@ RESPONSE: ABC-12345 - ccReg-8299015369 + ccReg-6311568634 @@ -6554,12 +6554,12 @@ REQUEST: domain2.ee - 4b6cfd8eac3aa625abcd2701cdab992e + f1fdd88838486f58a00e37ed5ae56218 - + dGVzdCBmYWlsCg== @@ -6582,15 +6582,15 @@ RESPONSE: domain2.ee pending REGDOMAIN2 - 2015-06-02T14:33:42Z + 2015-06-09T08:36:04Z REGDOMAIN1 - 2015-06-02T15:33:42Z - 2016-06-02T00:00:00Z + 2015-06-09T09:36:04Z + 2016-06-09T00:00:00Z ABC-12345 - ccReg-7619243484 + ccReg-7105689914 @@ -6616,7 +6616,7 @@ REQUEST: urn:ietf:params:xml:ns:keyrelay-1.0 urn:ietf:params:xml:ns:secDNS-1.1 - urn:ee:eis:xml:epp:eis-1.0 + https://raw.githubusercontent.com/internetee/registry/alpha/doc/schemas/eis-1.0.xsd @@ -6636,7 +6636,7 @@ RESPONSE: ABC-12345 - ccReg-1996107650 + ccReg-1090473937 @@ -6662,7 +6662,7 @@ REQUEST: urn:ietf:params:xml:ns:keyrelay-1.0 urn:ietf:params:xml:ns:secDNS-1.1 - urn:ee:eis:xml:epp:eis-1.0 + https://raw.githubusercontent.com/internetee/registry/alpha/doc/schemas/eis-1.0.xsd @@ -6682,7 +6682,7 @@ RESPONSE: ABC-12345 - ccReg-0249347226 + ccReg-4262080246 @@ -6698,12 +6698,12 @@ REQUEST: domain2.ee - 4b6cfd8eac3aa625abcd2701cdab992e + f1fdd88838486f58a00e37ed5ae56218 - + dGVzdCBmYWlsCg== @@ -6726,15 +6726,15 @@ RESPONSE: domain2.ee pending REGDOMAIN2 - 2015-06-02T14:33:42Z + 2015-06-09T08:36:04Z REGDOMAIN1 - 2015-06-02T15:33:42Z - 2016-06-02T00:00:00Z + 2015-06-09T09:36:04Z + 2016-06-09T00:00:00Z ABC-12345 - ccReg-4125354250 + ccReg-3213833429 @@ -6760,7 +6760,7 @@ REQUEST: urn:ietf:params:xml:ns:keyrelay-1.0 urn:ietf:params:xml:ns:secDNS-1.1 - urn:ee:eis:xml:epp:eis-1.0 + https://raw.githubusercontent.com/internetee/registry/alpha/doc/schemas/eis-1.0.xsd @@ -6780,7 +6780,7 @@ RESPONSE: ABC-12345 - ccReg-2686066388 + ccReg-4387243128 @@ -6808,7 +6808,7 @@ REQUEST: urn:ietf:params:xml:ns:keyrelay-1.0 urn:ietf:params:xml:ns:secDNS-1.1 - urn:ee:eis:xml:epp:eis-1.0 + https://raw.githubusercontent.com/internetee/registry/alpha/doc/schemas/eis-1.0.xsd @@ -6828,7 +6828,7 @@ RESPONSE: ABC-12345 - ccReg-3853305583 + ccReg-5586314248 @@ -6844,7 +6844,7 @@ REQUEST: domain3.ee - fbc72d17f1d36f777dae6b2b13596d78 + e0a898e9f41b506e67f11fb7ece153a3 @@ -6867,15 +6867,15 @@ RESPONSE: domain3.ee serverApproved REGDOMAIN2 - 2015-06-02T14:33:42Z + 2015-06-09T08:36:05Z REGDOMAIN1 - 2015-06-02T14:33:42Z - 2016-06-02T00:00:00Z + 2015-06-09T08:36:05Z + 2016-06-09T00:00:00Z ABC-12345 - ccReg-3487001485 + ccReg-6141070928 @@ -6901,7 +6901,7 @@ REQUEST: urn:ietf:params:xml:ns:keyrelay-1.0 urn:ietf:params:xml:ns:secDNS-1.1 - urn:ee:eis:xml:epp:eis-1.0 + https://raw.githubusercontent.com/internetee/registry/alpha/doc/schemas/eis-1.0.xsd @@ -6921,7 +6921,7 @@ RESPONSE: ABC-12345 - ccReg-6417869434 + ccReg-5929816190 @@ -6949,7 +6949,7 @@ REQUEST: urn:ietf:params:xml:ns:keyrelay-1.0 urn:ietf:params:xml:ns:secDNS-1.1 - urn:ee:eis:xml:epp:eis-1.0 + https://raw.githubusercontent.com/internetee/registry/alpha/doc/schemas/eis-1.0.xsd @@ -6969,7 +6969,7 @@ RESPONSE: ABC-12345 - ccReg-1335168095 + ccReg-3588056568 @@ -6985,7 +6985,7 @@ REQUEST: domain4.ee - 0221135c2fb643b574986c2af1a8cb9f + 3dc479ee321b594a2f68770385df53ed @@ -7008,15 +7008,15 @@ RESPONSE: domain4.ee serverApproved REGDOMAIN2 - 2015-06-02T14:33:43Z + 2015-06-09T08:36:05Z REGDOMAIN1 - 2015-06-02T14:33:43Z - 2016-06-02T00:00:00Z + 2015-06-09T08:36:05Z + 2016-06-09T00:00:00Z ABC-12345 - ccReg-1484348708 + ccReg-2708064292 @@ -7042,7 +7042,7 @@ REQUEST: urn:ietf:params:xml:ns:keyrelay-1.0 urn:ietf:params:xml:ns:secDNS-1.1 - urn:ee:eis:xml:epp:eis-1.0 + https://raw.githubusercontent.com/internetee/registry/alpha/doc/schemas/eis-1.0.xsd @@ -7062,7 +7062,7 @@ RESPONSE: ABC-12345 - ccReg-4456747164 + ccReg-9246499624 @@ -7090,7 +7090,7 @@ REQUEST: urn:ietf:params:xml:ns:keyrelay-1.0 urn:ietf:params:xml:ns:secDNS-1.1 - urn:ee:eis:xml:epp:eis-1.0 + https://raw.githubusercontent.com/internetee/registry/alpha/doc/schemas/eis-1.0.xsd @@ -7110,7 +7110,7 @@ RESPONSE: ABC-12345 - ccReg-6378968609 + ccReg-8230552065 @@ -7126,7 +7126,7 @@ REQUEST: domain5.ee - 8762d1f1c64594a5b80e5b1a68b5dc58 + 8c45f4ce5139140bcc0f8837ff5dfd72 @@ -7149,15 +7149,15 @@ RESPONSE: domain5.ee serverApproved REGDOMAIN2 - 2015-06-02T14:33:43Z + 2015-06-09T08:36:05Z REGDOMAIN1 - 2015-06-02T14:33:43Z - 2016-06-02T00:00:00Z + 2015-06-09T08:36:05Z + 2016-06-09T00:00:00Z ABC-12345 - ccReg-4043670156 + ccReg-6937127984 @@ -7183,7 +7183,7 @@ REQUEST: urn:ietf:params:xml:ns:keyrelay-1.0 urn:ietf:params:xml:ns:secDNS-1.1 - urn:ee:eis:xml:epp:eis-1.0 + https://raw.githubusercontent.com/internetee/registry/alpha/doc/schemas/eis-1.0.xsd @@ -7203,7 +7203,7 @@ RESPONSE: ABC-12345 - ccReg-8973567200 + ccReg-0741474473 @@ -7231,7 +7231,7 @@ REQUEST: urn:ietf:params:xml:ns:keyrelay-1.0 urn:ietf:params:xml:ns:secDNS-1.1 - urn:ee:eis:xml:epp:eis-1.0 + https://raw.githubusercontent.com/internetee/registry/alpha/doc/schemas/eis-1.0.xsd @@ -7251,7 +7251,7 @@ RESPONSE: ABC-12345 - ccReg-9166329529 + ccReg-4830145887 @@ -7267,7 +7267,7 @@ REQUEST: domain8.ee - 723383e28c2a831f8cd05d47a6fdae6a + 7ad466142cabfcd764f4766db2e04cea @@ -7290,15 +7290,15 @@ RESPONSE: domain8.ee serverApproved REGDOMAIN2 - 2015-06-02T14:33:44Z + 2015-06-09T08:36:06Z REGDOMAIN1 - 2015-06-02T14:33:44Z - 2016-06-02T00:00:00Z + 2015-06-09T08:36:06Z + 2016-06-09T00:00:00Z ABC-12345 - ccReg-9917679448 + ccReg-9939044224 @@ -7324,7 +7324,7 @@ REQUEST: urn:ietf:params:xml:ns:keyrelay-1.0 urn:ietf:params:xml:ns:secDNS-1.1 - urn:ee:eis:xml:epp:eis-1.0 + https://raw.githubusercontent.com/internetee/registry/alpha/doc/schemas/eis-1.0.xsd @@ -7344,7 +7344,7 @@ RESPONSE: ABC-12345 - ccReg-5483450921 + ccReg-5192712421 @@ -7372,7 +7372,7 @@ REQUEST: urn:ietf:params:xml:ns:keyrelay-1.0 urn:ietf:params:xml:ns:secDNS-1.1 - urn:ee:eis:xml:epp:eis-1.0 + https://raw.githubusercontent.com/internetee/registry/alpha/doc/schemas/eis-1.0.xsd @@ -7392,7 +7392,7 @@ RESPONSE: ABC-12345 - ccReg-0451723771 + ccReg-3693834198 @@ -7408,7 +7408,7 @@ REQUEST: domain9.ee - c1f7bdb825982a7d1da9170ef3721274 + c73565b9c8db34699f860c4171932e51 @@ -7431,15 +7431,15 @@ RESPONSE: domain9.ee serverApproved REGDOMAIN2 - 2015-06-02T14:33:44Z + 2015-06-09T08:36:06Z REGDOMAIN1 - 2015-06-02T14:33:44Z - 2016-06-02T00:00:00Z + 2015-06-09T08:36:06Z + 2016-06-09T00:00:00Z ABC-12345 - ccReg-9585905070 + ccReg-3902582408 @@ -7465,7 +7465,7 @@ REQUEST: urn:ietf:params:xml:ns:keyrelay-1.0 urn:ietf:params:xml:ns:secDNS-1.1 - urn:ee:eis:xml:epp:eis-1.0 + https://raw.githubusercontent.com/internetee/registry/alpha/doc/schemas/eis-1.0.xsd @@ -7485,7 +7485,7 @@ RESPONSE: ABC-12345 - ccReg-3585610255 + ccReg-8867756996 @@ -7513,7 +7513,7 @@ REQUEST: urn:ietf:params:xml:ns:keyrelay-1.0 urn:ietf:params:xml:ns:secDNS-1.1 - urn:ee:eis:xml:epp:eis-1.0 + https://raw.githubusercontent.com/internetee/registry/alpha/doc/schemas/eis-1.0.xsd @@ -7533,7 +7533,7 @@ RESPONSE: ABC-12345 - ccReg-2766683979 + ccReg-4133249243 @@ -7549,7 +7549,7 @@ REQUEST: domain11.ee - f6a02211d0c8ff3abdf3aa1e7b37f174 + fb56e9b1e264c6aff028bb8548fb0b8d @@ -7572,15 +7572,15 @@ RESPONSE: domain11.ee serverApproved REGDOMAIN2 - 2015-06-02T14:33:45Z + 2015-06-09T08:36:07Z REGDOMAIN1 - 2015-06-02T14:33:45Z - 2016-06-02T00:00:00Z + 2015-06-09T08:36:07Z + 2016-06-09T00:00:00Z ABC-12345 - ccReg-0499694005 + ccReg-9926708253 @@ -7606,7 +7606,7 @@ REQUEST: urn:ietf:params:xml:ns:keyrelay-1.0 urn:ietf:params:xml:ns:secDNS-1.1 - urn:ee:eis:xml:epp:eis-1.0 + https://raw.githubusercontent.com/internetee/registry/alpha/doc/schemas/eis-1.0.xsd @@ -7626,7 +7626,7 @@ RESPONSE: ABC-12345 - ccReg-2413360344 + ccReg-9637032264 @@ -7654,7 +7654,7 @@ REQUEST: urn:ietf:params:xml:ns:keyrelay-1.0 urn:ietf:params:xml:ns:secDNS-1.1 - urn:ee:eis:xml:epp:eis-1.0 + https://raw.githubusercontent.com/internetee/registry/alpha/doc/schemas/eis-1.0.xsd @@ -7674,7 +7674,7 @@ RESPONSE: ABC-12345 - ccReg-6430571545 + ccReg-2949002874 @@ -7690,7 +7690,7 @@ REQUEST: domain14.ee - c1c20e74faf394a064622007e2c4e817 + bdf9b622026eb88bbc28bfb7f36cbb77 @@ -7713,15 +7713,15 @@ RESPONSE: domain14.ee serverApproved REGDOMAIN2 - 2015-06-02T14:33:45Z + 2015-06-09T08:36:08Z REGDOMAIN1 - 2015-06-02T14:33:45Z - 2016-06-02T00:00:00Z + 2015-06-09T08:36:08Z + 2016-06-09T00:00:00Z ABC-12345 - ccReg-1645698502 + ccReg-4667919425 @@ -7747,7 +7747,7 @@ REQUEST: urn:ietf:params:xml:ns:keyrelay-1.0 urn:ietf:params:xml:ns:secDNS-1.1 - urn:ee:eis:xml:epp:eis-1.0 + https://raw.githubusercontent.com/internetee/registry/alpha/doc/schemas/eis-1.0.xsd @@ -7767,7 +7767,7 @@ RESPONSE: ABC-12345 - ccReg-8777538869 + ccReg-7442683045 @@ -7795,7 +7795,7 @@ REQUEST: urn:ietf:params:xml:ns:keyrelay-1.0 urn:ietf:params:xml:ns:secDNS-1.1 - urn:ee:eis:xml:epp:eis-1.0 + https://raw.githubusercontent.com/internetee/registry/alpha/doc/schemas/eis-1.0.xsd @@ -7815,7 +7815,7 @@ RESPONSE: ABC-12345 - ccReg-5887352110 + ccReg-0322878456 @@ -7831,7 +7831,7 @@ REQUEST: domain15.ee - 8b2b1a7aad43d979486245b9d0ff473b + fe0eaf2221af26a17038c8b7107941a4 @@ -7854,15 +7854,15 @@ RESPONSE: domain15.ee serverApproved REGDOMAIN2 - 2015-06-02T14:33:46Z + 2015-06-09T08:36:08Z REGDOMAIN1 - 2015-06-02T14:33:46Z - 2016-06-02T00:00:00Z + 2015-06-09T08:36:08Z + 2016-06-09T00:00:00Z ABC-12345 - ccReg-9002038233 + ccReg-0849416859 @@ -7888,7 +7888,7 @@ REQUEST: urn:ietf:params:xml:ns:keyrelay-1.0 urn:ietf:params:xml:ns:secDNS-1.1 - urn:ee:eis:xml:epp:eis-1.0 + https://raw.githubusercontent.com/internetee/registry/alpha/doc/schemas/eis-1.0.xsd @@ -7908,7 +7908,7 @@ RESPONSE: ABC-12345 - ccReg-4427386119 + ccReg-3529495977 @@ -7936,7 +7936,7 @@ REQUEST: urn:ietf:params:xml:ns:keyrelay-1.0 urn:ietf:params:xml:ns:secDNS-1.1 - urn:ee:eis:xml:epp:eis-1.0 + https://raw.githubusercontent.com/internetee/registry/alpha/doc/schemas/eis-1.0.xsd @@ -7956,7 +7956,7 @@ RESPONSE: ABC-12345 - ccReg-4954325500 + ccReg-2258794789 @@ -7992,7 +7992,7 @@ RESPONSE: ABC-12345 - ccReg-0070482481 + ccReg-3640871362 @@ -8018,7 +8018,7 @@ REQUEST: urn:ietf:params:xml:ns:keyrelay-1.0 urn:ietf:params:xml:ns:secDNS-1.1 - urn:ee:eis:xml:epp:eis-1.0 + https://raw.githubusercontent.com/internetee/registry/alpha/doc/schemas/eis-1.0.xsd @@ -8038,7 +8038,7 @@ RESPONSE: ABC-12345 - ccReg-0244475517 + ccReg-8360652929 @@ -8056,12 +8056,12 @@ REQUEST: domain17.ee - 15af0f0a594f1941ebdee1c246662730 + 0082941ec427ab48d9fe7785d137a05a - + dGVzdCBmYWlsCg== @@ -8084,15 +8084,15 @@ RESPONSE: domain17.ee clientApproved REGDOMAIN2 - 2015-06-02T14:33:46Z + 2015-06-09T08:36:09Z REGDOMAIN1 - 2015-06-02T14:33:46Z - 2016-06-02T00:00:00Z + 2015-06-09T08:36:09Z + 2016-06-09T00:00:00Z ABC-12345 - ccReg-0409704363 + ccReg-1208570036 @@ -8120,7 +8120,7 @@ REQUEST: urn:ietf:params:xml:ns:keyrelay-1.0 urn:ietf:params:xml:ns:secDNS-1.1 - urn:ee:eis:xml:epp:eis-1.0 + https://raw.githubusercontent.com/internetee/registry/alpha/doc/schemas/eis-1.0.xsd @@ -8140,7 +8140,7 @@ RESPONSE: ABC-12345 - ccReg-9977243825 + ccReg-8999219495 @@ -8156,12 +8156,12 @@ REQUEST: domain18.ee - 1acbd83c6c9bf4d5b3b5996f84ecc95e + 7cb8fad8dc6dad2cefafbe8c8cf6c77f - + dGVzdCBmYWlsCg== @@ -8181,7 +8181,7 @@ RESPONSE: ABC-12345 - ccReg-2167790493 + ccReg-1956816918 @@ -8207,7 +8207,7 @@ REQUEST: urn:ietf:params:xml:ns:keyrelay-1.0 urn:ietf:params:xml:ns:secDNS-1.1 - urn:ee:eis:xml:epp:eis-1.0 + https://raw.githubusercontent.com/internetee/registry/alpha/doc/schemas/eis-1.0.xsd @@ -8227,7 +8227,7 @@ RESPONSE: ABC-12345 - ccReg-7318846508 + ccReg-2500983868 @@ -8243,12 +8243,12 @@ REQUEST: domain18.ee - 1acbd83c6c9bf4d5b3b5996f84ecc95e + 7cb8fad8dc6dad2cefafbe8c8cf6c77f - + dGVzdCBmYWlsCg== @@ -8271,15 +8271,15 @@ RESPONSE: domain18.ee clientRejected REGDOMAIN2 - 2015-06-02T14:33:47Z + 2015-06-09T08:36:09Z REGDOMAIN1 - 2015-06-02T14:33:47Z - 2016-06-02T00:00:00Z + 2015-06-09T08:36:09Z + 2016-06-09T00:00:00Z ABC-12345 - ccReg-5500355407 + ccReg-1024564361 @@ -8307,7 +8307,7 @@ REQUEST: urn:ietf:params:xml:ns:keyrelay-1.0 urn:ietf:params:xml:ns:secDNS-1.1 - urn:ee:eis:xml:epp:eis-1.0 + https://raw.githubusercontent.com/internetee/registry/alpha/doc/schemas/eis-1.0.xsd @@ -8327,7 +8327,7 @@ RESPONSE: ABC-12345 - ccReg-6363376009 + ccReg-8861869182 @@ -8343,12 +8343,12 @@ REQUEST: domain19.ee - a870b5d70e38d38576944360c17d9cec + df0be69e62d7eed8967f0c71c31f4bbb - + dGVzdCBmYWlsCg== @@ -8368,7 +8368,7 @@ RESPONSE: ABC-12345 - ccReg-8901648621 + ccReg-0291111364 @@ -8394,7 +8394,7 @@ REQUEST: urn:ietf:params:xml:ns:keyrelay-1.0 urn:ietf:params:xml:ns:secDNS-1.1 - urn:ee:eis:xml:epp:eis-1.0 + https://raw.githubusercontent.com/internetee/registry/alpha/doc/schemas/eis-1.0.xsd @@ -8414,7 +8414,7 @@ RESPONSE: ABC-12345 - ccReg-1238161989 + ccReg-8532357781 @@ -8437,7 +8437,7 @@ REQUEST: - + dGVzdCBmYWlsCg== @@ -8457,7 +8457,7 @@ RESPONSE: ABC-12345 - ccReg-7376446516 + ccReg-1375138969 @@ -8475,12 +8475,12 @@ REQUEST: domain21.ee - 0d3a2916ece6b0c50896ab5d15367590 + 945dc0fdab747ed6c0dfb527a23c0a1c - + dGVzdCBmYWlsCg== @@ -8500,7 +8500,7 @@ RESPONSE: ABC-12345 - ccReg-3149883241 + ccReg-6115090677 @@ -8516,7 +8516,7 @@ REQUEST: - example20038696444836827.ee + example22366526817039686.ee 98oiewslkfkd @@ -8538,7 +8538,7 @@ RESPONSE: ABC-12345 - ccReg-7463389906 + ccReg-0531168607 @@ -8566,7 +8566,7 @@ REQUEST: urn:ietf:params:xml:ns:keyrelay-1.0 urn:ietf:params:xml:ns:secDNS-1.1 - urn:ee:eis:xml:epp:eis-1.0 + https://raw.githubusercontent.com/internetee/registry/alpha/doc/schemas/eis-1.0.xsd @@ -8586,7 +8586,7 @@ RESPONSE: ABC-12345 - ccReg-5292990151 + ccReg-0730435870 @@ -8602,12 +8602,12 @@ REQUEST: domain22.ee - 214caf4bb5bc9d803458b69400c8072e + febcd3baf60afe2e8eeeccce23c139d0 - + dGVzdCBmYWlsCg== @@ -8630,15 +8630,15 @@ RESPONSE: domain22.ee serverApproved REGDOMAIN2 - 2015-06-02T14:33:47Z + 2015-06-09T08:36:10Z REGDOMAIN1 - 2015-06-02T14:33:47Z - 2016-06-02T00:00:00Z + 2015-06-09T08:36:10Z + 2016-06-09T00:00:00Z ABC-12345 - ccReg-3677521670 + ccReg-1685658999 @@ -8654,12 +8654,12 @@ REQUEST: domain22.ee - 214caf4bb5bc9d803458b69400c8072e + febcd3baf60afe2e8eeeccce23c139d0 - + dGVzdCBmYWlsCg== @@ -8679,7 +8679,7 @@ RESPONSE: ABC-12345 - ccReg-4802342583 + ccReg-3710776542 @@ -8705,7 +8705,7 @@ REQUEST: urn:ietf:params:xml:ns:keyrelay-1.0 urn:ietf:params:xml:ns:secDNS-1.1 - urn:ee:eis:xml:epp:eis-1.0 + https://raw.githubusercontent.com/internetee/registry/alpha/doc/schemas/eis-1.0.xsd @@ -8725,7 +8725,7 @@ RESPONSE: ABC-12345 - ccReg-3924775811 + ccReg-6242962644 @@ -8743,12 +8743,12 @@ REQUEST: domain23.ee - cc0c225abd7c98fe19ae72398601bb8a + 3d9c0b44f5d60131d79e997970f07175 - + dGVzdCBmYWlsCg== @@ -8768,7 +8768,7 @@ RESPONSE: ABC-12345 - ccReg-4544248429 + ccReg-5214795492 @@ -8792,7 +8792,7 @@ REQUEST: - + dGVzdCBmYWlsCg== @@ -8812,7 +8812,7 @@ RESPONSE: ABC-12345 - ccReg-6875798999 + ccReg-3202552521 @@ -8836,7 +8836,7 @@ REQUEST: - + dGVzdCBmYWlsCg== @@ -8856,7 +8856,7 @@ RESPONSE: ABC-12345 - ccReg-3305778113 + ccReg-5867429188 @@ -8876,13 +8876,13 @@ REQUEST: - ns.bartell80.ee + ns.torphy80.ee - ns.jones79.ee + ns.medhurst79.ee - ns.powlowski78.ee + ns.bogan78.ee @@ -8893,7 +8893,7 @@ REQUEST: - + dGVzdCBmYWlsCg== @@ -8913,7 +8913,7 @@ RESPONSE: ABC-12345 - ccReg-0383550395 + ccReg-7659931739 @@ -8937,7 +8937,7 @@ REQUEST: - + dGVzdCBmYWlsCg== @@ -8957,7 +8957,7 @@ RESPONSE: ABC-12345 - ccReg-6286875915 + ccReg-5972428477 @@ -8981,7 +8981,7 @@ REQUEST: - + dGVzdCBmYWlsCg== @@ -9001,7 +9001,7 @@ RESPONSE: ABC-12345 - ccReg-8121147429 + ccReg-9533680566 @@ -9070,7 +9070,7 @@ RESPONSE: ABC-12345 - ccReg-8658915093 + ccReg-4239288982 @@ -9134,7 +9134,7 @@ RESPONSE: ABC-12345 - ccReg-8578037457 + ccReg-7959907858 @@ -9226,18 +9226,18 @@ RESPONSE: Public key already exists [public_key] - 841936717ae427ace63c28d04918569a841936717ae427ace63c28d0 + 700b97b591ed27ec2590d19f06f88bba700b97b591ed27ec2590d19f Public key already exists [public_key] - 700b97b591ed27ec2590d19f06f88bba700b97b591ed27ec2590d19f + 841936717ae427ace63c28d04918569a841936717ae427ace63c28d0 ABC-12345 - ccReg-7566265707 + ccReg-9892824587 @@ -9289,7 +9289,7 @@ REQUEST: - + dGVzdCBmYWlsCg== @@ -9312,7 +9312,7 @@ RESPONSE: ABC-12345 - ccReg-5950602333 + ccReg-6332991414 @@ -9362,7 +9362,7 @@ REQUEST: - + dGVzdCBmYWlsCg== @@ -9382,7 +9382,7 @@ RESPONSE: ABC-12345 - ccReg-7328085880 + ccReg-5760273926 @@ -9421,7 +9421,7 @@ RESPONSE: ABC-12345 - ccReg-7227191488 + ccReg-1270647516 @@ -9487,7 +9487,7 @@ RESPONSE: ABC-12345 - ccReg-8437379909 + ccReg-9594376773 @@ -9541,7 +9541,7 @@ RESPONSE: ABC-12345 - ccReg-9283346447 + ccReg-6246173699 @@ -9616,7 +9616,7 @@ RESPONSE: ABC-12345 - ccReg-1720108341 + ccReg-4548146465 @@ -9657,7 +9657,7 @@ RESPONSE: ABC-12345 - ccReg-9356081676 + ccReg-4490258123 @@ -9677,10 +9677,10 @@ REQUEST: - ns.will99.ee + ns.langoshbrekke99.ee - FIXED:SH1116533879 + FIXED:SH1593762079 @@ -9700,7 +9700,7 @@ RESPONSE: ABC-12345 - ccReg-5974789134 + ccReg-4608685311 @@ -9718,10 +9718,10 @@ REQUEST: - ns.will99.ee + ns.langoshbrekke99.ee - FIXED:SH1116533879 + FIXED:SH1593762079 @@ -9739,18 +9739,18 @@ RESPONSE: Nameserver already exists on this domain [hostname] - ns.will99.ee + ns.langoshbrekke99.ee Contact already exists on this domain [contact_code_cache] - FIXED:SH1116533879 + FIXED:SH1593762079 ABC-12345 - ccReg-8215045348 + ccReg-1907163317 @@ -9788,7 +9788,7 @@ RESPONSE: ABC-12345 - ccReg-7276382072 + ccReg-1627483749 @@ -9829,7 +9829,7 @@ RESPONSE: ABC-12345 - ccReg-5601896519 + ccReg-8206429646 @@ -9846,7 +9846,7 @@ REQUEST: domain37.ee - 2016-06-02 + 2016-06-09 1 @@ -9867,12 +9867,12 @@ RESPONSE: domain37.ee - 2017-06-02T00:00:00Z + 2017-06-09T00:00:00Z ABC-12345 - ccReg-3668937945 + ccReg-3156501133 @@ -9912,7 +9912,7 @@ RESPONSE: ABC-12345 - ccReg-8246202320 + ccReg-1389439102 @@ -9929,7 +9929,7 @@ REQUEST: domain39.ee - 2016-06-02 + 2016-06-09 4 @@ -9952,7 +9952,136 @@ RESPONSE: ABC-12345 - ccReg-5737709562 + ccReg-1543995211 + + + +``` + +### EPP Domain with valid domain does not renew foreign domain + +REQUEST: + +```xml + + + + + registrar2 + ghyt9e4fu + + 1.0 + en + + + urn:ietf:params:xml:ns:domain-1.0 + urn:ietf:params:xml:ns:contact-1.0 + urn:ietf:params:xml:ns:host-1.0 + urn:ietf:params:xml:ns:keyrelay-1.0 + + urn:ietf:params:xml:ns:secDNS-1.1 + https://raw.githubusercontent.com/internetee/registry/alpha/doc/schemas/eis-1.0.xsd + + + + ABC-12345 + + +``` + +RESPONSE: + +```xml + + + + + Command completed successfully + + + ABC-12345 + ccReg-1782614466 + + + +``` + +REQUEST: + +```xml + + + + + + domain40.ee + 2016-06-09 + 1 + + + ABC-12345 + + +``` + +RESPONSE: + +```xml + + + + + Authorization error + + + ABC-12345 + ccReg-7166336880 + + + +``` + +REQUEST: + +```xml + + + + + registrar1 + ghyt9e4fu + + 1.0 + en + + + urn:ietf:params:xml:ns:domain-1.0 + urn:ietf:params:xml:ns:contact-1.0 + urn:ietf:params:xml:ns:host-1.0 + urn:ietf:params:xml:ns:keyrelay-1.0 + + urn:ietf:params:xml:ns:secDNS-1.1 + https://raw.githubusercontent.com/internetee/registry/alpha/doc/schemas/eis-1.0.xsd + + + + ABC-12345 + + +``` + +RESPONSE: + +```xml + + + + + Command completed successfully + + + ABC-12345 + ccReg-7110476735 @@ -9968,7 +10097,7 @@ REQUEST: - domain40.ee + domain41.ee 2fooBAR @@ -9989,23 +10118,23 @@ RESPONSE: - domain40.ee - EIS-48 + domain41.ee + EIS-49 Payment overdue. - FIXED:REGISTRANT8974289838 - FIXED:SH4849477194 - FIXED:SH9764958293 + FIXED:REGISTRANT9902209139 + FIXED:SH7917487396 + FIXED:SH9518395695 - ns.littlewalter120.ee + ns.ratke123.ee 192.168.1.1 - ns.upton121.ee + ns.west124.ee 192.168.1.1 - ns.stroman122.ee + ns.mitchell125.ee 192.168.1.1 @@ -10015,11 +10144,11 @@ RESPONSE: registrar1 - 2015-06-02T14:33:51Z - 2015-06-02T14:33:51Z - 2016-06-02T00:00:00Z + 2015-06-09T08:36:14Z + 2015-06-09T08:36:14Z + 2016-06-09T00:00:00Z - a55da6ecdfddd94d11ec0905cb8655de + 9f35e4f7954abba3057650289bbfdf9a @@ -10052,313 +10181,7 @@ RESPONSE: - ccReg-0885097219 - - - -``` - -REQUEST: - -```xml - - - - - - domain40.ee - - 2fooBAR - - - - - -``` - -RESPONSE: - -```xml - - - - - Command completed successfully - - - - domain40.ee - EIS-48 - Payment overdue. - FIXED:REGISTRANT8974289838 - FIXED:SH4849477194 - FIXED:SH9764958293 - - - ns.littlewalter120.ee - 192.168.1.1 - - - ns.upton121.ee - 192.168.1.1 - - - ns.stroman122.ee - 192.168.1.1 - - - ns1.example.com - 192.168.1.1 - 1080:0:0:0:8:800:200C:417A - - - registrar1 - 2015-06-02T14:33:51Z - 2015-06-02T14:33:51Z - 2016-06-02T00:00:00Z - - a55da6ecdfddd94d11ec0905cb8655de - - - - - - - 123 - 3 - 1 - 0D85A305D22FCB355BBE29AE9809363D697B64782B9CC73AE349350F8C2AE4BB - - 257 - 3 - 3 - AwEAAddt2AkLfYGKgiEZB5SmIF8EvrjxNMH6HtxWEA4RJ9Ao6LCWheg8 - - - - 123 - 3 - 1 - 0D85A305D22FCB355BBE29AE9809363D697B64782B9CC73AE349350F8C2AE4BB - - 0 - 3 - 5 - 700b97b591ed27ec2590d19f06f88bba700b97b591ed27ec2590d19f - - - - - - ccReg-0658088724 - - - -``` - -### EPP Domain with valid domain returns domain info with different nameservers - -REQUEST: - -```xml - - - - - - domain41.ee - - 2fooBAR - - - - - -``` - -RESPONSE: - -```xml - - - - - Attribute is invalid: hosts - - - ccReg-3142249796 - - - -``` - -REQUEST: - -```xml - - - - - - domain41.ee - - 2fooBAR - - - - - -``` - -RESPONSE: - -```xml - - - - - Command completed successfully - - - - domain41.ee - EIS-49 - - FIXED:REGISTRANT9162686239 - FIXED:SH7788334096 - FIXED:SH1740525895 - - - ns1.domain41.ee - 192.168.1.1 - 1080:0:0:0:8:800:200C:417A - - - ns2.domain41.ee - 192.168.1.1 - 1080:0:0:0:8:800:200C:417A - - - registrar1 - 2015-06-02T14:33:52Z - 2015-06-02T14:33:52Z - 2016-06-02T00:00:00Z - - 5f736179dc1b98c7297181630045512a - - - - - ccReg-3283683958 - - - -``` - -REQUEST: - -```xml - - - - - - domain41.ee - - 2fooBAR - - - - - -``` - -RESPONSE: - -```xml - - - - - Command completed successfully - - - - domain41.ee - EIS-49 - - FIXED:REGISTRANT9162686239 - FIXED:SH7788334096 - FIXED:SH1740525895 - - - ns3.test.ee - 192.168.1.1 - 1080:0:0:0:8:800:200C:417A - - - registrar1 - 2015-06-02T14:33:52Z - 2015-06-02T14:33:52Z - 2016-06-02T00:00:00Z - - 5f736179dc1b98c7297181630045512a - - - - - ccReg-2854509297 - - - -``` - -REQUEST: - -```xml - - - - - - domain41.ee - - 2fooBAR - - - - - -``` - -RESPONSE: - -```xml - - - - - Command completed successfully - - - - domain41.ee - EIS-49 - - FIXED:REGISTRANT9162686239 - FIXED:SH7788334096 - FIXED:SH1740525895 - registrar1 - 2015-06-02T14:33:52Z - 2015-06-02T14:33:52Z - 2016-06-02T00:00:00Z - - 5f736179dc1b98c7297181630045512a - - - - - ccReg-8226722399 + ccReg-6222152975 @@ -10395,18 +10218,324 @@ RESPONSE: domain41.ee EIS-49 - - FIXED:REGISTRANT9162686239 - FIXED:SH7788334096 - FIXED:SH1740525895 + Payment overdue. + FIXED:REGISTRANT9902209139 + FIXED:SH7917487396 + FIXED:SH9518395695 - ns1.domain41.ee + ns.ratke123.ee + 192.168.1.1 + + + ns.west124.ee + 192.168.1.1 + + + ns.mitchell125.ee + 192.168.1.1 + + + ns1.example.com + 192.168.1.1 + 1080:0:0:0:8:800:200C:417A + + + registrar1 + 2015-06-09T08:36:14Z + 2015-06-09T08:36:14Z + 2016-06-09T00:00:00Z + + 9f35e4f7954abba3057650289bbfdf9a + + + + + + + 123 + 3 + 1 + 0D85A305D22FCB355BBE29AE9809363D697B64782B9CC73AE349350F8C2AE4BB + + 257 + 3 + 3 + AwEAAddt2AkLfYGKgiEZB5SmIF8EvrjxNMH6HtxWEA4RJ9Ao6LCWheg8 + + + + 123 + 3 + 1 + 0D85A305D22FCB355BBE29AE9809363D697B64782B9CC73AE349350F8C2AE4BB + + 0 + 3 + 5 + 700b97b591ed27ec2590d19f06f88bba700b97b591ed27ec2590d19f + + + + + + ccReg-5579405363 + + + +``` + +### EPP Domain with valid domain returns domain info with different nameservers + +REQUEST: + +```xml + + + + + + domain42.ee + + 2fooBAR + + + + + +``` + +RESPONSE: + +```xml + + + + + Attribute is invalid: hosts + + + ccReg-9802305383 + + + +``` + +REQUEST: + +```xml + + + + + + domain42.ee + + 2fooBAR + + + + + +``` + +RESPONSE: + +```xml + + + + + Command completed successfully + + + + domain42.ee + EIS-50 + + FIXED:REGISTRANT1416967640 + FIXED:SH2030159198 + FIXED:SH7597561397 + + + ns1.domain42.ee 192.168.1.1 1080:0:0:0:8:800:200C:417A - ns2.domain41.ee + ns2.domain42.ee + 192.168.1.1 + 1080:0:0:0:8:800:200C:417A + + + registrar1 + 2015-06-09T08:36:14Z + 2015-06-09T08:36:14Z + 2016-06-09T00:00:00Z + + b9a4d0a41df04574a424f3505c4e8f82 + + + + + ccReg-0979681355 + + + +``` + +REQUEST: + +```xml + + + + + + domain42.ee + + 2fooBAR + + + + + +``` + +RESPONSE: + +```xml + + + + + Command completed successfully + + + + domain42.ee + EIS-50 + + FIXED:REGISTRANT1416967640 + FIXED:SH2030159198 + FIXED:SH7597561397 + + + ns3.test.ee + 192.168.1.1 + 1080:0:0:0:8:800:200C:417A + + + registrar1 + 2015-06-09T08:36:14Z + 2015-06-09T08:36:14Z + 2016-06-09T00:00:00Z + + b9a4d0a41df04574a424f3505c4e8f82 + + + + + ccReg-3160318817 + + + +``` + +REQUEST: + +```xml + + + + + + domain42.ee + + 2fooBAR + + + + + +``` + +RESPONSE: + +```xml + + + + + Command completed successfully + + + + domain42.ee + EIS-50 + + FIXED:REGISTRANT1416967640 + FIXED:SH2030159198 + FIXED:SH7597561397 + registrar1 + 2015-06-09T08:36:14Z + 2015-06-09T08:36:14Z + 2016-06-09T00:00:00Z + + b9a4d0a41df04574a424f3505c4e8f82 + + + + + ccReg-9389868379 + + + +``` + +REQUEST: + +```xml + + + + + + domain42.ee + + 2fooBAR + + + + + +``` + +RESPONSE: + +```xml + + + + + Command completed successfully + + + + domain42.ee + EIS-50 + + FIXED:REGISTRANT1416967640 + FIXED:SH2030159198 + FIXED:SH7597561397 + + + ns1.domain42.ee + 192.168.1.1 + 1080:0:0:0:8:800:200C:417A + + + ns2.domain42.ee 192.168.1.1 1080:0:0:0:8:800:200C:417A @@ -10417,16 +10546,16 @@ RESPONSE: registrar1 - 2015-06-02T14:33:52Z - 2015-06-02T14:33:52Z - 2016-06-02T00:00:00Z + 2015-06-09T08:36:14Z + 2015-06-09T08:36:14Z + 2016-06-09T00:00:00Z - 5f736179dc1b98c7297181630045512a + b9a4d0a41df04574a424f3505c4e8f82 - ccReg-6981084869 + ccReg-1827215843 @@ -10465,7 +10594,7 @@ RESPONSE: - ccReg-1359177895 + ccReg-2146532736 @@ -10481,7 +10610,7 @@ REQUEST: - domain42.ee + domain43.ee 2fooBAR @@ -10502,37 +10631,37 @@ RESPONSE: - domain42.ee - EIS-50 + domain43.ee + EIS-51 - FIXED:REGISTRANT6447311340 - FIXED:SH0696214598 - FIXED:SH3579214897 + FIXED:REGISTRANT5420562741 + FIXED:SH72802080100 + FIXED:SH2567135099 - ns.torphyswaniawski126.ee + ns.pacochamccullough129.ee 192.168.1.1 - ns.runolfsson127.ee + ns.hodkiewicz130.ee 192.168.1.1 - ns.pfannerstill128.ee + ns.zboncakswaniawski131.ee 192.168.1.1 registrar1 - 2015-06-02T14:33:52Z - 2015-06-02T14:33:52Z - 2016-06-02T00:00:00Z + 2015-06-09T08:36:15Z + 2015-06-09T08:36:15Z + 2016-06-09T00:00:00Z - 24475eb76f7afbcbce6d58904499033c + da17ffa4724cb716c8f86906ebb2e2d4 - ccReg-6787531410 + ccReg-7051799819 @@ -10560,7 +10689,7 @@ REQUEST: urn:ietf:params:xml:ns:keyrelay-1.0 urn:ietf:params:xml:ns:secDNS-1.1 - urn:ee:eis:xml:epp:eis-1.0 + https://raw.githubusercontent.com/internetee/registry/alpha/doc/schemas/eis-1.0.xsd @@ -10580,7 +10709,7 @@ RESPONSE: ABC-12345 - ccReg-5789785835 + ccReg-7692369650 @@ -10594,7 +10723,7 @@ REQUEST: - domain43.ee + domain44.ee 2fooBAR @@ -10614,7 +10743,7 @@ RESPONSE: Authorization error - ccReg-8890052432 + ccReg-2778460726 @@ -10640,7 +10769,7 @@ REQUEST: urn:ietf:params:xml:ns:keyrelay-1.0 urn:ietf:params:xml:ns:secDNS-1.1 - urn:ee:eis:xml:epp:eis-1.0 + https://raw.githubusercontent.com/internetee/registry/alpha/doc/schemas/eis-1.0.xsd @@ -10660,7 +10789,7 @@ RESPONSE: ABC-12345 - ccReg-6132497444 + ccReg-7152409386 @@ -10688,7 +10817,7 @@ REQUEST: urn:ietf:params:xml:ns:keyrelay-1.0 urn:ietf:params:xml:ns:secDNS-1.1 - urn:ee:eis:xml:epp:eis-1.0 + https://raw.githubusercontent.com/internetee/registry/alpha/doc/schemas/eis-1.0.xsd @@ -10708,7 +10837,7 @@ RESPONSE: ABC-12345 - ccReg-6672790066 + ccReg-3440485851 @@ -10722,7 +10851,7 @@ REQUEST: - domain44.ee + domain45.ee @@ -10740,34 +10869,34 @@ RESPONSE: - domain44.ee - EIS-52 + domain45.ee + EIS-53 - FIXED:REGISTRANT0437071142 - FIXED:SH96779090102 - FIXED:SH52024319101 + FIXED:REGISTRANT3184368943 + FIXED:SH82853451104 + FIXED:SH65571981103 - ns.hettingerankunding132.ee + ns.hilpert135.ee 192.168.1.1 - ns.jenkinshilll133.ee + ns.champlin136.ee 192.168.1.1 - ns.moore134.ee + ns.nitzsche137.ee 192.168.1.1 registrar1 - 2015-06-02T14:33:52Z - 2015-06-02T14:33:52Z - 2016-06-02T00:00:00Z + 2015-06-09T08:36:15Z + 2015-06-09T08:36:15Z + 2016-06-09T00:00:00Z - ccReg-5470335926 + ccReg-6639037993 @@ -10793,7 +10922,7 @@ REQUEST: urn:ietf:params:xml:ns:keyrelay-1.0 urn:ietf:params:xml:ns:secDNS-1.1 - urn:ee:eis:xml:epp:eis-1.0 + https://raw.githubusercontent.com/internetee/registry/alpha/doc/schemas/eis-1.0.xsd @@ -10813,7 +10942,7 @@ RESPONSE: ABC-12345 - ccReg-7477648038 + ccReg-1935691061 @@ -10841,7 +10970,7 @@ REQUEST: urn:ietf:params:xml:ns:keyrelay-1.0 urn:ietf:params:xml:ns:secDNS-1.1 - urn:ee:eis:xml:epp:eis-1.0 + https://raw.githubusercontent.com/internetee/registry/alpha/doc/schemas/eis-1.0.xsd @@ -10861,7 +10990,7 @@ RESPONSE: ABC-12345 - ccReg-0189080988 + ccReg-9219750583 @@ -10875,9 +11004,9 @@ REQUEST: - domain45.ee + domain46.ee - 3e1fb38b022d134ee01fb5a7fd0d22bd + 5716e4cd39298d5b9e23e4743c1c611f @@ -10896,37 +11025,37 @@ RESPONSE: - domain45.ee - EIS-53 + domain46.ee + EIS-54 - FIXED:REGISTRANT0039423743 - FIXED:SH26361564104 - FIXED:SH08557300103 + FIXED:REGISTRANT4253160844 + FIXED:SH58106291106 + FIXED:SH53942737105 - ns.will135.ee + ns.emardschimmel138.ee 192.168.1.1 - ns.oreilly136.ee + ns.rogahnkautzer139.ee 192.168.1.1 - ns.kozey137.ee + ns.williamson140.ee 192.168.1.1 registrar1 - 2015-06-02T14:33:53Z - 2015-06-02T14:33:53Z - 2016-06-02T00:00:00Z + 2015-06-09T08:36:15Z + 2015-06-09T08:36:15Z + 2016-06-09T00:00:00Z - 3e1fb38b022d134ee01fb5a7fd0d22bd + 5716e4cd39298d5b9e23e4743c1c611f - ccReg-5317920253 + ccReg-2332432950 @@ -10952,7 +11081,7 @@ REQUEST: urn:ietf:params:xml:ns:keyrelay-1.0 urn:ietf:params:xml:ns:secDNS-1.1 - urn:ee:eis:xml:epp:eis-1.0 + https://raw.githubusercontent.com/internetee/registry/alpha/doc/schemas/eis-1.0.xsd @@ -10972,7 +11101,7 @@ RESPONSE: ABC-12345 - ccReg-8397152597 + ccReg-3949328810 @@ -10988,11 +11117,11 @@ REQUEST: - domain46.ee + domain47.ee - + dGVzdCBmYWlsCg== @@ -11012,7 +11141,7 @@ RESPONSE: ABC-12345 - ccReg-7041717131 + ccReg-2174361954 @@ -11028,11 +11157,11 @@ REQUEST: - domain47.ee + domain48.ee - + dGVzdCBmYWlsCg== @@ -11052,7 +11181,7 @@ RESPONSE: ABC-12345 - ccReg-4433625658 + ccReg-9289090383 @@ -11068,11 +11197,11 @@ REQUEST: - domain48.ee + domain49.ee - + dGVzdCBmYWlsCg== @@ -11092,7 +11221,7 @@ RESPONSE: ABC-12345 - ccReg-0993946563 + ccReg-7066492121 @@ -11127,7 +11256,7 @@ RESPONSE: ABC-12345 - ccReg-0059261865 + ccReg-1352766591 @@ -11169,7 +11298,7 @@ RESPONSE: ABC-12345 - ccReg-0464564986 + ccReg-6510837409 @@ -11183,7 +11312,7 @@ REQUEST: - domain49.ee + domain50.ee ABC-12345 @@ -11203,14 +11332,14 @@ RESPONSE: - domain49.ee + domain50.ee in use ABC-12345 - ccReg-9143909071 + ccReg-8308852231 @@ -11260,7 +11389,7 @@ RESPONSE: ABC-12345 - ccReg-7975888398 + ccReg-7685217390 @@ -11307,7 +11436,7 @@ RESPONSE: ABC-12345 - ccReg-2094076134 + ccReg-7061476050 @@ -11335,7 +11464,7 @@ REQUEST: urn:ietf:params:xml:ns:keyrelay-1.0 urn:ietf:params:xml:ns:secDNS-1.1 - urn:ee:eis:xml:epp:eis-1.0 + https://raw.githubusercontent.com/internetee/registry/alpha/doc/schemas/eis-1.0.xsd @@ -11355,7 +11484,7 @@ RESPONSE: ABC-12345 - ccReg-8002054128 + ccReg-9805972354 @@ -11370,7 +11499,7 @@ REQUEST: - domain50.ee + domain51.ee 256 3 @@ -11378,13 +11507,13 @@ REQUEST: cmlraXN0aGViZXN0 - d74cd8d1c9da83127bcbfdbefc781dd1 + bc3607dfc0abad30db69c78e282098ca P1M13D - 1433255634 + 1433838977 ``` @@ -11398,12 +11527,12 @@ RESPONSE: Unimplemented object service - domain50.ee + domain51.ee - 1433255634 - ccReg-7577662278 + 1433838977 + ccReg-0536178799 @@ -11418,20 +11547,20 @@ REQUEST: - domain50.ee + domain51.ee 3 8 cmlraXN0aGViZXN0 - d74cd8d1c9da83127bcbfdbefc781dd1 + bc3607dfc0abad30db69c78e282098ca Invalid Expiry - 1433255634 + 1433838977 ``` @@ -11452,8 +11581,8 @@ RESPONSE: - 1433255634 - ccReg-8125274982 + 1433838977 + ccReg-3494911118 @@ -11468,7 +11597,7 @@ REQUEST: - domain50.ee + domain51.ee 256 3 @@ -11476,13 +11605,13 @@ REQUEST: cmlraXN0aGViZXN0 - d74cd8d1c9da83127bcbfdbefc781dd1 + bc3607dfc0abad30db69c78e282098ca Invalid Expiry - 1433255634 + 1433838977 ``` @@ -11500,8 +11629,8 @@ RESPONSE: - 1433255634 - ccReg-5401810171 + 1433838977 + ccReg-6592929800 @@ -11516,7 +11645,7 @@ REQUEST: - domain50.ee + domain51.ee 256 3 @@ -11524,13 +11653,13 @@ REQUEST: cmlraXN0aGViZXN0 - d74cd8d1c9da83127bcbfdbefc781dd1 + bc3607dfc0abad30db69c78e282098ca Invalid Absolute - 1433255634 + 1433838977 ``` @@ -11548,8 +11677,8 @@ RESPONSE: - 1433255634 - ccReg-7214355118 + 1433838977 + ccReg-6084067746 @@ -11564,7 +11693,7 @@ REQUEST: - domain50.ee + domain51.ee 256 3 @@ -11572,14 +11701,14 @@ REQUEST: cmlraXN0aGViZXN0 - d74cd8d1c9da83127bcbfdbefc781dd1 + bc3607dfc0abad30db69c78e282098ca P1D 2014-12-23 - 1433255634 + 1433838977 ``` @@ -11594,8 +11723,8 @@ RESPONSE: Exactly one parameter required: keyrelay > expiry > relative OR keyrelay > expiry > absolute - 1433255634 - ccReg-7644188011 + 1433838977 + ccReg-8516888198 @@ -11610,7 +11739,7 @@ REQUEST: - domain50.ee + domain51.ee 256 3 @@ -11618,16 +11747,16 @@ REQUEST: cmlraXN0aGViZXN0 - d74cd8d1c9da83127bcbfdbefc781dd1 + bc3607dfc0abad30db69c78e282098ca P1D - + JVBERi0xLjQKJcOkw7zDtsOfCjIgMCBvYmoKPDwvTGVuZ3RoIDMgMCBSL0Zp== - 1433255634 + 1433838977 ``` @@ -11641,12 +11770,12 @@ RESPONSE: Unimplemented object service - domain50.ee + domain51.ee - 1433255634 - ccReg-3128458487 + 1433838977 + ccReg-8232702895 @@ -11661,7 +11790,7 @@ REQUEST: - domain50.ee + domain51.ee 256 3 @@ -11669,16 +11798,16 @@ REQUEST: cmlraXN0aGViZXN0 - d74cd8d1c9da83127bcbfdbefc781dd1 + bc3607dfc0abad30db69c78e282098ca P1D - + JVBERi0xLjQKJcOkw7zDtsOfCjIgMCBvYmoKPDwvTGVuZ3RoIDMgMCBSL0Zp== - 1433255634 + 1433838977 ``` @@ -11693,8 +11822,8 @@ RESPONSE: Attribute is invalid: type - 1433255634 - ccReg-0297240223 + 1433838977 + ccReg-7347831746 @@ -11720,7 +11849,7 @@ REQUEST: urn:ietf:params:xml:ns:keyrelay-1.0 urn:ietf:params:xml:ns:secDNS-1.1 - urn:ee:eis:xml:epp:eis-1.0 + https://raw.githubusercontent.com/internetee/registry/alpha/doc/schemas/eis-1.0.xsd @@ -11740,7 +11869,7 @@ RESPONSE: ABC-12345 - ccReg-2389453333 + ccReg-6957321606 @@ -11755,7 +11884,7 @@ REQUEST: - 1433255635 + 1433838977 ``` @@ -11770,8 +11899,8 @@ RESPONSE: Command completed successfully; no messages - 1433255635 - ccReg-4831425687 + 1433838977 + ccReg-7280946306 @@ -11799,7 +11928,7 @@ REQUEST: urn:ietf:params:xml:ns:keyrelay-1.0 urn:ietf:params:xml:ns:secDNS-1.1 - urn:ee:eis:xml:epp:eis-1.0 + https://raw.githubusercontent.com/internetee/registry/alpha/doc/schemas/eis-1.0.xsd @@ -11819,7 +11948,7 @@ RESPONSE: ABC-12345 - ccReg-5009213156 + ccReg-4457071307 @@ -11832,7 +11961,7 @@ REQUEST: - 1433255635 + 1433838978 ``` @@ -11847,8 +11976,8 @@ RESPONSE: Command completed successfully; no messages - 1433255635 - ccReg-4579720314 + 1433838978 + ccReg-4398699880 @@ -11874,7 +12003,7 @@ REQUEST: urn:ietf:params:xml:ns:keyrelay-1.0 urn:ietf:params:xml:ns:secDNS-1.1 - urn:ee:eis:xml:epp:eis-1.0 + https://raw.githubusercontent.com/internetee/registry/alpha/doc/schemas/eis-1.0.xsd @@ -11894,7 +12023,7 @@ RESPONSE: ABC-12345 - ccReg-1117836622 + ccReg-0217641123 @@ -11907,7 +12036,7 @@ REQUEST: - 1433255635 + 1433838978 ``` @@ -11922,12 +12051,12 @@ RESPONSE: Command completed successfully; ack to dequeue - 2015-06-02T14:33:55Z + 2015-06-09T08:36:18Z Balance low. - 1433255635 - ccReg-6818644062 + 1433838978 + ccReg-7607492743 @@ -11953,7 +12082,7 @@ REQUEST: urn:ietf:params:xml:ns:keyrelay-1.0 urn:ietf:params:xml:ns:secDNS-1.1 - urn:ee:eis:xml:epp:eis-1.0 + https://raw.githubusercontent.com/internetee/registry/alpha/doc/schemas/eis-1.0.xsd @@ -11973,7 +12102,7 @@ RESPONSE: ABC-12345 - ccReg-5629164655 + ccReg-9437883841 @@ -11986,7 +12115,7 @@ REQUEST: - 1433255635 + 1433838978 ``` @@ -12004,8 +12133,8 @@ RESPONSE: - 1433255635 - ccReg-8779692532 + 1433838978 + ccReg-8062813150 @@ -12031,7 +12160,7 @@ REQUEST: urn:ietf:params:xml:ns:keyrelay-1.0 urn:ietf:params:xml:ns:secDNS-1.1 - urn:ee:eis:xml:epp:eis-1.0 + https://raw.githubusercontent.com/internetee/registry/alpha/doc/schemas/eis-1.0.xsd @@ -12051,7 +12180,7 @@ RESPONSE: ABC-12345 - ccReg-2322466492 + ccReg-7375947588 @@ -12064,7 +12193,7 @@ REQUEST: - 1433255635 + 1433838978 ``` @@ -12080,8 +12209,8 @@ RESPONSE: - 1433255635 - ccReg-1448968329 + 1433838978 + ccReg-3620249876 @@ -12094,7 +12223,7 @@ REQUEST: - 1433255635 + 1433838978 ``` @@ -12112,8 +12241,8 @@ RESPONSE: - 1433255635 - ccReg-5059320168 + 1433838978 + ccReg-6067663237 @@ -12128,7 +12257,7 @@ REQUEST: - 1433255635 + 1433838978 ``` @@ -12143,8 +12272,8 @@ RESPONSE: Attribute is invalid: op - 1433255635 - ccReg-7334193234 + 1433838978 + ccReg-7413670688 @@ -12159,7 +12288,7 @@ REQUEST: - 1433255635 + 1433838978 ``` @@ -12174,12 +12303,12 @@ RESPONSE: Command completed successfully; ack to dequeue - 2015-06-02T14:33:55Z + 2015-06-09T08:36:18Z Smth else. - 1433255635 - ccReg-8601126353 + 1433838978 + ccReg-5811523803 @@ -12192,7 +12321,7 @@ REQUEST: - 1433255635 + 1433838978 ``` @@ -12208,8 +12337,8 @@ RESPONSE: - 1433255635 - ccReg-0720878869 + 1433838978 + ccReg-9029512861 @@ -12222,7 +12351,7 @@ REQUEST: - 1433255635 + 1433838978 ``` @@ -12237,12 +12366,12 @@ RESPONSE: Command completed successfully; ack to dequeue - 2015-06-02T14:33:55Z + 2015-06-09T08:36:18Z Something. - 1433255635 - ccReg-6387534980 + 1433838978 + ccReg-9070767409 @@ -12255,7 +12384,7 @@ REQUEST: - 1433255635 + 1433838978 ``` @@ -12271,8 +12400,8 @@ RESPONSE: - 1433255635 - ccReg-7629601014 + 1433838978 + ccReg-4771878461 @@ -12285,7 +12414,7 @@ REQUEST: - 1433255635 + 1433838978 ``` @@ -12300,12 +12429,12 @@ RESPONSE: Command completed successfully; ack to dequeue - 2015-06-02T14:33:55Z + 2015-06-09T08:36:18Z Balance low. - 1433255635 - ccReg-7195300830 + 1433838978 + ccReg-5466698073 @@ -12318,7 +12447,7 @@ REQUEST: - 1433255635 + 1433838978 ``` @@ -12334,8 +12463,8 @@ RESPONSE: - 1433255635 - ccReg-9650279518 + 1433838978 + ccReg-8311131831 @@ -12348,7 +12477,7 @@ REQUEST: - 1433255635 + 1433838978 ``` @@ -12363,8 +12492,8 @@ RESPONSE: Command completed successfully; no messages - 1433255635 - ccReg-7592361386 + 1433838978 + ccReg-7842661026 @@ -12379,7 +12508,7 @@ RESPONSE: EPP server (EIS) - 2015-06-02T14:33:56Z + 2015-06-09T08:36:18Z 1.0 en @@ -12389,7 +12518,7 @@ RESPONSE: urn:ietf:params:xml:ns:keyrelay-1.0 urn:ietf:params:xml:ns:secDNS-1.1 - urn:ee:eis:xml:epp:eis-1.0 + https://raw.githubusercontent.com/internetee/registry/alpha/doc/schemas/eis-1.0.xsd @@ -12435,7 +12564,7 @@ REQUEST: urn:ietf:params:xml:ns:keyrelay-1.0 urn:ietf:params:xml:ns:secDNS-1.1 - urn:ee:eis:xml:epp:eis-1.0 + https://raw.githubusercontent.com/internetee/registry/alpha/doc/schemas/eis-1.0.xsd @@ -12455,7 +12584,7 @@ RESPONSE: ABC-12345 - ccReg-7464095017 + ccReg-6669927401 @@ -12483,7 +12612,7 @@ REQUEST: urn:ietf:params:xml:ns:keyrelay-1.0 urn:ietf:params:xml:ns:secDNS-1.1 - urn:ee:eis:xml:epp:eis-1.0 + https://raw.githubusercontent.com/internetee/registry/alpha/doc/schemas/eis-1.0.xsd @@ -12503,7 +12632,7 @@ RESPONSE: ABC-12345 - ccReg-2654938305 + ccReg-5787374463 @@ -12538,7 +12667,7 @@ RESPONSE: ABC-12345 - ccReg-9898783286 + ccReg-1459974868 @@ -12566,7 +12695,7 @@ REQUEST: urn:ietf:params:xml:ns:keyrelay-1.0 urn:ietf:params:xml:ns:secDNS-1.1 - urn:ee:eis:xml:epp:eis-1.0 + https://raw.githubusercontent.com/internetee/registry/alpha/doc/schemas/eis-1.0.xsd @@ -12584,7 +12713,7 @@ RESPONSE: Authentication error; server closing connection - ccReg-8185595001 + ccReg-1280122888 @@ -12612,7 +12741,7 @@ REQUEST: urn:ietf:params:xml:ns:keyrelay-1.0 urn:ietf:params:xml:ns:secDNS-1.1 - urn:ee:eis:xml:epp:eis-1.0 + https://raw.githubusercontent.com/internetee/registry/alpha/doc/schemas/eis-1.0.xsd @@ -12632,7 +12761,7 @@ RESPONSE: ABC-12345 - ccReg-4199405905 + ccReg-3540292664 @@ -12660,7 +12789,7 @@ REQUEST: urn:ietf:params:xml:ns:keyrelay-1.0 urn:ietf:params:xml:ns:secDNS-1.1 - urn:ee:eis:xml:epp:eis-1.0 + https://raw.githubusercontent.com/internetee/registry/alpha/doc/schemas/eis-1.0.xsd @@ -12680,7 +12809,7 @@ RESPONSE: ABC-12345 - ccReg-0414590639 + ccReg-0445464506 @@ -12706,7 +12835,7 @@ REQUEST: urn:ietf:params:xml:ns:keyrelay-1.0 urn:ietf:params:xml:ns:secDNS-1.1 - urn:ee:eis:xml:epp:eis-1.0 + https://raw.githubusercontent.com/internetee/registry/alpha/doc/schemas/eis-1.0.xsd @@ -12726,7 +12855,7 @@ RESPONSE: ABC-12345 - ccReg-6335502065 + ccReg-3831628419 @@ -12754,7 +12883,7 @@ REQUEST: urn:ietf:params:xml:ns:keyrelay-1.0 urn:ietf:params:xml:ns:secDNS-1.1 - urn:ee:eis:xml:epp:eis-1.0 + https://raw.githubusercontent.com/internetee/registry/alpha/doc/schemas/eis-1.0.xsd @@ -12774,7 +12903,7 @@ RESPONSE: ABC-12345 - ccReg-6677960555 + ccReg-5356629665 @@ -12803,7 +12932,7 @@ RESPONSE: ABC-12345 - ccReg-5660755803 + ccReg-4472975931 @@ -12832,7 +12961,7 @@ REQUEST: urn:ietf:params:xml:ns:keyrelay-1.0 urn:ietf:params:xml:ns:secDNS-1.1 - urn:ee:eis:xml:epp:eis-1.0 + https://raw.githubusercontent.com/internetee/registry/alpha/doc/schemas/eis-1.0.xsd @@ -12852,7 +12981,7 @@ RESPONSE: ABC-12345 - ccReg-3509704396 + ccReg-7236528022 @@ -12881,7 +13010,7 @@ REQUEST: urn:ietf:params:xml:ns:keyrelay-1.0 urn:ietf:params:xml:ns:secDNS-1.1 - urn:ee:eis:xml:epp:eis-1.0 + https://raw.githubusercontent.com/internetee/registry/alpha/doc/schemas/eis-1.0.xsd @@ -12901,7 +13030,7 @@ RESPONSE: ABC-12345 - ccReg-9043992654 + ccReg-0303234642 @@ -12930,7 +13059,7 @@ REQUEST: urn:ietf:params:xml:ns:keyrelay-1.0 urn:ietf:params:xml:ns:secDNS-1.1 - urn:ee:eis:xml:epp:eis-1.0 + https://raw.githubusercontent.com/internetee/registry/alpha/doc/schemas/eis-1.0.xsd @@ -12950,7 +13079,7 @@ RESPONSE: ABC-12345 - ccReg-6766869050 + ccReg-1313107130 diff --git a/doc/epp/contact.md b/doc/epp/contact.md index a129123f5..83036a61e 100644 --- a/doc/epp/contact.md +++ b/doc/epp/contact.md @@ -26,7 +26,7 @@ Contact Mapping protocol short version: 1 Phone number in format \+ddd.d+ 1 E-mail 1 - 1 Attribute: xmlns:eis="urn:ee:eis:xml:epp:eis-1.0" + 1 Attribute: xmlns:eis="https://raw.githubusercontent.com/internetee/registry/alpha/doc/schemas/eis-1.0.xsd" 1 Contact identificator Attribute: "type" "bic" # Business registry code @@ -62,7 +62,7 @@ Contact Mapping protocol short version: 0-1 Required if registrar is not the owner of the contact. 1 Contact password. Attribute: roid="String" 0-1 - 0-1 Attribute: xmlns:eis="urn:ee:eis:xml:epp:eis-1.0" + 0-1 Attribute: xmlns:eis="https://raw.githubusercontent.com/internetee/registry/alpha/doc/schemas/eis-1.0.xsd" 0-1 Contact identificator Attribute: "type" "bic" # Business registry code @@ -87,7 +87,7 @@ Contact Mapping protocol short version: 0-1 Required if registrar is not the owner of the contact. 1 Contact password. Attribute: roid="String" 0-1 - 0-1 Attribute: xmlns:eis="urn:ee:eis:xml:epp:eis-1.0" + 0-1 Attribute: xmlns:eis="https://raw.githubusercontent.com/internetee/registry/alpha/doc/schemas/eis-1.0.xsd" 0-1 Base64 encoded document. Attribute: type="pdf/bdoc/ddoc/zip/rar/gz/tar/7z" 0-1 Client transaction id diff --git a/doc/epp/domain.md b/doc/epp/domain.md index 0d3eede4a..16aadb9f8 100644 --- a/doc/epp/domain.md +++ b/doc/epp/domain.md @@ -35,7 +35,7 @@ Domain name mapping protocol short version: 1 Allowed values: 3 1 Allowed values: 3, 5, 6, 7, 8, 252, 253, 254, 255 1 Public key - 1 Attribute: xmlns:eis="urn:ee:eis:xml:epp:eis-1.0" + 1 Attribute: xmlns:eis="https://raw.githubusercontent.com/internetee/registry/alpha/doc/schemas/eis-1.0.xsd" 1 Base64 encoded document. Attribute: type="pdf/bdoc/ddoc/zip/rar/gz/tar/7z" 0-1 Client transaction id @@ -82,7 +82,7 @@ Domain name mapping protocol short version: 0-1 1-n 1 Public key - 0-1 Attribute: xmlns:eis="urn:ee:eis:xml:epp:eis-1.0" + 0-1 Attribute: xmlns:eis="https://raw.githubusercontent.com/internetee/registry/alpha/doc/schemas/eis-1.0.xsd" 0-1 Base64 encoded document. Required if registrant is changing. Attribute: type="pdf/bdoc/ddoc/zip/rar/gz/tar/7z" 0-1 Client transaction id @@ -98,7 +98,7 @@ Domain name mapping protocol short version: Optional attribute: verified="yes/no" 1 Domain name. Can contain unicode characters. 1 - 1 Attribute: xmlns:eis="urn:ee:eis:xml:epp:eis-1.0" + 1 Attribute: xmlns:eis="https://raw.githubusercontent.com/internetee/registry/alpha/doc/schemas/eis-1.0.xsd" 1 Base64 encoded document. Attribute: type="pdf/bdoc/ddoc/zip/rar/gz/tar/7z" 0-1 Client transaction id @@ -130,7 +130,7 @@ Domain name mapping protocol short version: 1 Registration period for domain. Must add up to 1 / 2 / 3 years. Attribute: unit="y/m/d" 0-1 - 0-1 Attribute: xmlns:eis="urn:ee:eis:xml:epp:eis-1.0" + 0-1 Attribute: xmlns:eis="https://raw.githubusercontent.com/internetee/registry/alpha/doc/schemas/eis-1.0.xsd" 0-1 Base64 encoded document. Attribute: type="pdf/bdoc/ddoc/zip/rar/gz/tar/7z" 0-1 Client transaction id @@ -147,7 +147,7 @@ Domain name mapping protocol short version: 1 1 Domain password. Attribute: roid="String" 0-1 - 0-1 Attribute: xmlns:eis="urn:ee:eis:xml:epp:eis-1.0" + 0-1 Attribute: xmlns:eis="https://raw.githubusercontent.com/internetee/registry/alpha/doc/schemas/eis-1.0.xsd" 0-1 Base64 encoded document. Attribute: type="pdf/bdoc/ddoc/zip/rar/gz/tar/7z" 0-1 Client transaction id diff --git a/doc/schemas/contact-1.0.xsd b/doc/schemas/contact-1.0.xsd index 96e7a0f97..a3c463544 100644 --- a/doc/schemas/contact-1.0.xsd +++ b/doc/schemas/contact-1.0.xsd @@ -12,7 +12,6 @@ --> - @@ -73,23 +72,6 @@ - - - - - - - - - - - - - - - - - @@ -103,8 +85,6 @@ - @@ -220,8 +200,6 @@ minOccurs="0"/> - diff --git a/doc/schemas/contact-eis-1.0.xsd b/doc/schemas/contact-eis-1.0.xsd new file mode 100644 index 000000000..2ad88b6c9 --- /dev/null +++ b/doc/schemas/contact-eis-1.0.xsd @@ -0,0 +1,366 @@ + + + + + + + + + + + + Extensible Provisioning Protocol v1.0 + contact provisioning schema. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/doc/schemas/domain-1.0.xsd b/doc/schemas/domain-1.0.xsd index 9ce83db8d..2f62e3e8b 100644 --- a/doc/schemas/domain-1.0.xsd +++ b/doc/schemas/domain-1.0.xsd @@ -15,7 +15,6 @@ - diff --git a/doc/schemas/domain-eis-1.0.xsd b/doc/schemas/domain-eis-1.0.xsd new file mode 100644 index 000000000..0e77bebe1 --- /dev/null +++ b/doc/schemas/domain-eis-1.0.xsd @@ -0,0 +1,451 @@ + + + + + + + + + + + + + + Extensible Provisioning Protocol v1.0 + domain provisioning schema. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/doc/schemas/eis-1.0.xsd b/doc/schemas/eis-1.0.xsd index 98a73caf6..262d94581 100644 --- a/doc/schemas/eis-1.0.xsd +++ b/doc/schemas/eis-1.0.xsd @@ -1,39 +1,39 @@ - EIS Extensible Provisioning Protocol v1.0 - extension schema. + EIS Extensible Provisioning Protocol v1.0 extension schema. - + - + - - + + - + + + @@ -55,6 +55,9 @@ + @@ -66,10 +69,9 @@ - + - diff --git a/lib/tasks/zonefile.rake b/lib/tasks/zonefile.rake index 11b7c7fe3..3609341cd 100644 --- a/lib/tasks/zonefile.rake +++ b/lib/tasks/zonefile.rake @@ -13,7 +13,7 @@ namespace :zonefile do ret text; BEGIN -- define filters - include_filter = '%' || i_origin; + include_filter = '%.' || i_origin; -- for %.%.% IF i_origin ~ '\\.' THEN diff --git a/spec/epp/contact_spec.rb b/spec/epp/contact_spec.rb index 08e06b1c1..a0c9920fc 100644 --- a/spec/epp/contact_spec.rb +++ b/spec/epp/contact_spec.rb @@ -2,7 +2,7 @@ require 'rails_helper' describe 'EPP Contact', epp: true do before :all do - @xsd = Nokogiri::XML::Schema(File.read('doc/schemas/contact-1.0.xsd')) + @xsd = Nokogiri::XML::Schema(File.read('doc/schemas/contact-eis-1.0.xsd')) @registrar1 = Fabricate(:registrar1) @registrar2 = Fabricate(:registrar2) @epp_xml = EppXml::Contact.new(cl_trid: 'ABC-12345') @@ -15,13 +15,13 @@ describe 'EPP Contact', epp: true do @contact = Fabricate(:contact, registrar: @registrar1) @extension = { - legalDocument: { - value: 'dGVzdCBmYWlsCg==', - attrs: { type: 'pdf' } - }, ident: { value: '37605030299', attrs: { type: 'priv', cc: 'EE' } + }, + legalDocument: { + value: 'dGVzdCBmYWlsCg==', + attrs: { type: 'pdf' } } } @update_extension = { @@ -112,13 +112,13 @@ describe 'EPP Contact', epp: true do it 'successfully saves ident type with legal document' do extension = { - legalDocument: { - value: 'dGVzdCBmYWlsCg==', - attrs: { type: 'pdf' } - }, ident: { value: '1990-22-12', attrs: { type: 'birthday', cc: 'US' } + }, + legalDocument: { + value: 'dGVzdCBmYWlsCg==', + attrs: { type: 'pdf' } } } response = create_request({}, extension) @@ -402,13 +402,13 @@ describe 'EPP Contact', epp: true do it 'should not be able to update ident' do extension = { - legalDocument: { - value: 'dGVzdCBmYWlsCg==', - attrs: { type: 'pdf' } - }, ident: { value: '1990-22-12', attrs: { type: 'birthday', cc: 'US' } + }, + legalDocument: { + value: 'dGVzdCBmYWlsCg==', + attrs: { type: 'pdf' } } } response = update_request({ id: { value: 'FIRST0:SH8013' } }, extension) diff --git a/spec/epp/domain_spec.rb b/spec/epp/domain_spec.rb index f14c79915..0fed345ae 100644 --- a/spec/epp/domain_spec.rb +++ b/spec/epp/domain_spec.rb @@ -2,7 +2,7 @@ require 'rails_helper' describe 'EPP Domain', epp: true do before(:all) do - @xsd = Nokogiri::XML::Schema(File.read('doc/schemas/domain-1.0.xsd')) + @xsd = Nokogiri::XML::Schema(File.read('doc/schemas/domain-eis-1.0.xsd')) @epp_xml = EppXml.new(cl_trid: 'ABC-12345') @registrar1 = Fabricate(:registrar1, code: 'REGDOMAIN1') @registrar2 = Fabricate(:registrar2, code: 'REGDOMAIN2') diff --git a/spec/models/zonefile_setting_spec.rb b/spec/models/zonefile_setting_spec.rb index 9604a1cd0..c8909f2eb 100644 --- a/spec/models/zonefile_setting_spec.rb +++ b/spec/models/zonefile_setting_spec.rb @@ -24,7 +24,7 @@ describe ZonefileSetting do master_nameserver: 'ns.tld.ee' }).first_or_create! - d = Fabricate(:domain_with_dnskeys) + d = Fabricate(:domain_with_dnskeys, name: 'testpri.ee') d.nameservers << Nameserver.new({ hostname: "ns.#{d.name}", ipv4: '123.123.123.123',