This page shows examples of EPP XML sequences between an EPP client and the EPP server.
Change history
- 2023-05-16: A few minor corrections.
- 2021-08-24: The newest version of the applicant declaration (applicant dataset version) is now version 3.2, and must be used instead of the example value.
- 2019-12-10: The newest version of the applicant declaration (applicant dataset version) is now version 3.1, and must be used instead of the example value.
- 2018-08-07:
Updated three of the sequences to show use of the most recent personal declaration, version 3.0:- Domain create
- Domain info showing the created domain
- Domain update of applicant dataset only Please note that other examples may use version 2.0, but in practice, version 2.0 may be rejected. If that happens, use 3.0 instead.
- 2018-05-14:
Sequences for new data model is standard, and sequences for old model were removed. The number of sequences is therefore reduced.
The examples are mostly dumped via a Net::DRI command line client developed for .no, but for service messages, the web client for EPP and the client’s log function has also been used.
Please note: The sequences contain example data only. All texts are in English.
DNSSEC: Domain create with one DS record
Create a domain, intitially with one DS record with one digest for one key tag - new data model: An info is executed after the create to show the result. ----- <?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="urn:ietf:params:xml:ns:domain-1.0" xsi:schemaLocation="urn:ietf:params:xml:ns:domain-1.0 domain-1.0.xsd"> <domain:name>2017-09-09-dom-test-ny2.no</domain:name> <domain:ns> <domain:hostObj>ns2.sol.no</domain:hostObj> <domain:hostObj>ns3.sol.no</domain:hostObj> </domain:ns> <domain:registrant>TH1251O</domain:registrant> <domain:contact type="tech">TR85R</domain:contact> <domain:authInfo> <domain:pw>I7owhpPS</domain:pw> </domain:authInfo> </domain:create> </create> <extension> <no-ext-domain:create xmlns:no-ext-domain="http://www.norid.no/xsd/no-ext-domain-1.1" xsi:schemaLocation="http://www.norid.no/xsd/no-ext-domain-1.1 no-ext-domain-1.1.xsd"> <no-ext-domain:applicantDataset> <no-ext-domain:versionNumber>2.0</no-ext-domain:versionNumber> <no-ext-domain:acceptName>Peter Absalon</no-ext-domain:acceptName> <no-ext-domain:acceptDate>2017-08-07T08:19:31Z</no-ext-domain:acceptDate> </no-ext-domain:applicantDataset> </no-ext-domain:create> <secDNS:create xmlns:secDNS="urn:ietf:params:xml:ns:secDNS-1.1" xsi:schemaLocation="urn:ietf:params:xml:ns:secDNS-1.1 secDNS-1.1.xsd"> <secDNS:dsData> <secDNS:keyTag>48321</secDNS:keyTag> <secDNS:alg>10</secDNS:alg> <secDNS:digestType>1</secDNS:digestType> <secDNS:digest>C1EE5292D263C2797FD2722FDABA2F3234DDED36</secDNS:digest> </secDNS:dsData> </secDNS:create> </extension> <clTRID>NORID-EC0.97-2ae2-20170911082837-0a86e8</clTRID> </command> </epp> 2017-09-11 10:28:39.098129 [NOTICE] <transport>NORID-EC0.97-2ae2-20170911082837-0a86e8 IN <?xml version="1.0" encoding="UTF-8" standalone="no"?> <epp xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:ietf:params:xml:ns:epp-1.0" xsi:schemaLocation="urn:ietf:params:xml:ns:epp-1.0 epp-1.0.xsd"> <response> <result code="1000"> <msg>Command completed successfully</msg> </result> <msgQ count="7" id="435030380"/> <resData> <domain:creData xmlns="urn:ietf:params:xml:ns:domain-1.0" xmlns:domain="urn:ietf:params:xml:ns:domain-1.0" xsi:schemaLocation="urn:ietf:params:xml:ns:domain-1.0 domain-1.0.xsd"> <domain:name>2017-09-09-dom-test-ny2.no</domain:name> <domain:crDate>2017-09-11T08:28:37.68Z</domain:crDate> </domain:creData> </resData> <trID> <clTRID>NORID-EC0.97-2ae2-20170911082837-0a86e8</clTRID> <svTRID>20170911102837690686-xpiwca-reg9094-NORID</svTRID> </trID> </response> </epp> --- <?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> <info> <domain:info xmlns:domain="urn:ietf:params:xml:ns:domain-1.0" xsi:schemaLocation="urn:ietf:params:xml:ns:domain-1.0 domain-1.0.xsd"> <domain:name hosts="all">2017-09-09-dom-test-ny2.no</domain:name> </domain:info> </info> <clTRID>NORID-EC0.97-19ef-20170911082921-00540b</clTRID> </command> </epp> 2017-09-11 10:29:21.107827 [NOTICE] <transport>NORID-EC0.97-19ef-20170911082921-00540b IN <?xml version="1.0" encoding="UTF-8" standalone="no"?> <epp xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:ietf:params:xml:ns:epp-1.0" xsi:schemaLocation="urn:ietf:params:xml:ns:epp-1.0 epp-1.0.xsd"> <response> <result code="1000"> <msg>Command completed successfully</msg> </result> <msgQ count="7" id="435030380"/> <resData> <domain:infData xmlns="urn:ietf:params:xml:ns:domain-1.0" xmlns:domain="urn:ietf:params:xml:ns:domain-1.0" xsi:schemaLocation="urn:ietf:params:xml:ns:domain-1.0 domain-1.0.xsd"> <domain:name>2017-09-09-dom-test-ny2.no</domain:name> <domain:roid>DOM659887D-NORID</domain:roid> <domain:status s="ok"/> <domain:registrant>TH1251O</domain:registrant> <domain:contact type="tech">TR85R</domain:contact> <domain:ns> <domain:hostObj>ns2.sol.no</domain:hostObj> <domain:hostObj>ns3.sol.no</domain:hostObj> </domain:ns> <domain:clID>reg9094</domain:clID> <domain:crID>reg9094</domain:crID> <domain:crDate>2017-09-11T08:28:37.68Z</domain:crDate> <domain:exDate>2018-09-11T08:28:38.80Z</domain:exDate> <domain:authInfo> <domain:pw>I7owhpPS</domain:pw> </domain:authInfo> </domain:infData> </resData> <extension> <no-ext-domain:infData xmlns="http://www.norid.no/xsd/no-ext-domain-1.1" xmlns:no-ext-domain="http://www.norid.no/xsd/no-ext-domain-1.1"> <no-ext-domain:applicantDataset> <no-ext-domain:versionNumber>2.0</no-ext-domain:versionNumber> <no-ext-domain:acceptName>Peter Absalon</no-ext-domain:acceptName> <no-ext-domain:acceptDate>2017-08-07T08:19:31.00Z</no-ext-domain:acceptDate> <no-ext-domain:updateClientID>reg9094</no-ext-domain:updateClientID> <no-ext-domain:updateDate>2017-09-11T08:28:38.29Z</no-ext-domain:updateDate> </no-ext-domain:applicantDataset> </no-ext-domain:infData> <secDNS:infData xmlns="urn:ietf:params:xml:ns:secDNS-1.1" xmlns:secDNS="urn:ietf:params:xml:ns:secDNS-1.1"> <secDNS:dsData> <secDNS:keyTag>48321</secDNS:keyTag> <secDNS:alg>10</secDNS:alg> <secDNS:digestType>1</secDNS:digestType> <secDNS:digest>c1ee5292d263c2797fd2722fdaba2f3234dded36</secDNS:digest> </secDNS:dsData> </secDNS:infData> </extension> <trID> <clTRID>NORID-EC0.97-19ef-20170911082921-00540b</clTRID> <svTRID>20170911102921021954-vuz6yp-reg9094-NORID</svTRID> </trID> </response> </epp> ---