epp-client 0.7.0

EPP (Extensible Provisioning Protocol) Client Library for Domain Registration and Management
Documentation
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<epp xmlns="urn:ietf:params:xml:ns:epp-1.0">
    <command>
        <create>
            <contact:create xmlns:contact="urn:ietf:params:xml:ns:contact-1.0">
                <contact:id>eppdev-contact-3</contact:id>
                <contact:postalInfo type="int">
                    <contact:name>John Doe</contact:name>
                    <contact:org>Acme Widgets</contact:org>
                    <contact:addr>
                        <contact:street>58</contact:street>
                        <contact:street>Orchid Road</contact:street>
                        <contact:city>Paris</contact:city>
                        <contact:sp>Paris</contact:sp>
                        <contact:pc>392374</contact:pc>
                        <contact:cc>FR</contact:cc>
                    </contact:addr>
                </contact:postalInfo>
                <contact:voice x="123">+33.47237942</contact:voice>
                <contact:fax x="677">+33.86698799</contact:fax>
                <contact:email>contact@eppdev.net</contact:email>
                <contact:authInfo>
                    <contact:pw>eppdev-387323</contact:pw>
                </contact:authInfo>
            </contact:create>
        </create>
        <clTRID>cltrid:1626454866</clTRID>
    </command>
</epp>