mirror of
https://github.com/internetee/registry.git
synced 2025-07-28 05:26:17 +02:00
Merge pull request #2511 from internetee/72-poll-requests-for-xml-console
Added poll ack sample request
This commit is contained in:
commit
4db0f9da86
2 changed files with 7 additions and 0 deletions
7
app/views/epp/sample_requests/poll/poll_ack.xml
Normal file
7
app/views/epp/sample_requests/poll/poll_ack.xml
Normal 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>
|
Loading…
Add table
Add a link
Reference in a new issue