Merge pull request #2511 from internetee/72-poll-requests-for-xml-console

Added poll ack sample request
This commit is contained in:
Timo Võhmar 2022-12-14 15:19:53 +02:00 committed by GitHub
commit 4db0f9da86
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 0 deletions

View file

@ -0,0 +1,7 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<epp xmlns="https://epp.tld.ee/schema/epp-ee-1.0.xsd">
<command>
<poll op="ack" msgID="1"/>
<clTRID>ABC-12345</clTRID>
</command>
</epp>