Sha256: 8efa6b5cf64ef8fc86c8aeadc06bb1b3a3bd6af6a02e772ac7f9ee1c59ef91f2

Contents?: true

Size: 1.06 KB

Versions: 7

Compression:

Stored size: 1.06 KB

Contents

<?xml version="1.0" encoding="utf-8" standalone="no"?>
<epp xmlns="urn:ietf:params:xml:ns:epp-1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="urn:ietf:params:xml:ns:epp-1.0 epp-1.0.xsd">
  <command>
    <create>
      <domain:create xmlns:domain="http://www.nic.cz/xml/epp/domain-1.4" xsi:schemaLocation="http://www.nic.cz/xml/epp/domain-1.4 domain-1.4.xsd">
        <domain:name>testing.ee</domain:name>
        <domain:period unit="y">1</domain:period>
        <domain:nsset>name_server_set1</domain:nsset>
        <domain:registrant>domain_registrator1</domain:registrant>
        <domain:admin>administrative_contact1</domain:admin>
        <domain:authInfo>password</domain:authInfo>
      </domain:create>
    </create>
    <extension>
      <eis:extdata xmlns:eis="urn:ee:eis:xml:epp:eis-1.0" xsi:schemaLocation="urn:ee:eis:xml:epp:eis-1.0 eis-1.0.xsd">
        <eis:legalDocument type="ddoc">.... base64 encoded document ....</eis:legalDocument>
      </eis:extdata>
    </extension>
    <clTRID>dpbx005#10-01-29at19:21:47</clTRID>
  </command>
</epp>

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
epp-eis-2.0.0 spec/xml/requests/domain/create_domain.xml
epp-eis-1.0.2 spec/xml/requests/domain/create_domain.xml
epp-eis-1.0.1 spec/xml/requests/domain/create_domain.xml
epp-eis-1.0.0 spec/xml/requests/domain/create_domain.xml
epp-eis-0.2.2 spec/xml/requests/domain/create_domain.xml
epp-eis-0.2.1 spec/xml/requests/domain/create_domain.xml
epp-eis-0.1.1 spec/xml/requests/domain/create_domain.xml