Subreg EPP server documentation
[All Commands]

Hello

Returns greeting with basic information about the server, you can use svDate for synchronization and objURIs for basic knowledge of recognized namespaces. Request could also serve as keep alive request.

Output fields

  • svID - title of the server (required)
  • svDate - current server time in UTC (required)
  • svcMenu - version, language and list of namespaces provided by the server (required)

Example


<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<epp xmlns="urn:ietf:params:xml:ns:epp-1.0">
  <hello/>
</epp>

<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<epp xmlns="urn:ietf:params:xml:ns:epp-1.0">
 <greeting>
  <svID>Subreg.CZ EPP server</svID>
  <svDate>2012-01-01T23:28:35.0Z</svDate>
  <svcMenu>
   <version>1.0</version>
   <lang>en</lang>
   <objURI>urn:ietf:params:xml:ns:domain-1.0</objURI>
   <objURI>urn:ietf:params:xml:ns:contact-1.0</objURI>
   <objURI>urn:ietf:params:xml:ns:host-1.0</objURI>
   <objURI>urn:ietf:params:xml:ns:registrar-info-1.0</objURI>
   <objURI>http://epp.subreg.cz/order-1.0</objURI>
   <svcExtension>
    <extURI>http://epp.subreg.cz/subreg-1.0</extURI>
   </svcExtension>
  </svcMenu>
 </greeting>
</epp>

Subreg EPP server documentation - version 1.0