epp-client 0.7.0

EPP (Extensible Provisioning Protocol) Client Library for Domain Registration and Management
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<epp xmlns="urn:ietf:params:xml:ns:epp-1.0">
    <response>
        <result code="1000">
            <msg>Command completed successfully</msg>
        </result>
        <resData>
            <host:creData xmlns:host="urn:ietf:params:xml:ns:host-1.0">
                <host:name>host2.eppdev-1.com</host:name>
                <host:crDate>2021-07-26T05:28:55.0Z</host:crDate>
            </host:creData>
        </resData>
        <trID>
            <clTRID>cltrid:1626454866</clTRID>
            <svTRID>RO-6879-1627224678242975</svTRID>
        </trID>
    </response>
</epp>