From 18fb3462c45e59b81bede262b59debd8ebf80b55 Mon Sep 17 00:00:00 2001 From: Maciej Szlosarczyk Date: Thu, 30 May 2019 14:08:55 +0300 Subject: [PATCH] Add example EPP frames They correspond with EIS schema used in the registry project --- EXAMPLES.md | 68 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 68 insertions(+) create mode 100644 EXAMPLES.md diff --git a/EXAMPLES.md b/EXAMPLES.md new file mode 100644 index 0000000..cc450f6 --- /dev/null +++ b/EXAMPLES.md @@ -0,0 +1,68 @@ +# Example EPP commands + +Can be used for local testing +``` +Login + + + + +test_bestnames +testtest + + 1.0 + en + + + https://epp.tld.ee/schema/domain-eis-1.0.xsd + https://epp.tld.ee/schema/contact-ee-1.1.xsd + urn:ietf:params:xml:ns:host-1.0 + urn:ietf:params:xml:ns:keyrelay-1.0 + + + + + +Logout + + + + +test_bestnames +testtest + + 1.0 + en + + + https://epp.tld.ee/schema/domain-eis-1.0.xsd + https://epp.tld.ee/schema/contact-ee-1.1.xsd + urn:ietf:params:xml:ns:host-1.0 + urn:ietf:params:xml:ns:keyrelay-1.0 + + + + + +Poll + + + + + foo bar baz + + + +Check + + + + + + airport.test + + + Some some some + + +```