mirror of
https://github.com/instant-labs/instant-epp.git
synced 2025-02-08 09:52:03 +00:00
Ideally we might have modeled this with an enum with one named field in the variants, but instant-xml is not yet up to the task; in the mean-time, this provides more robust types, and manual ToXml implementations aren't too verbose anyway.
8 lines
226 B
XML
8 lines
226 B
XML
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
<epp xmlns="urn:ietf:params:xml:ns:epp-1.0">
|
|
<command>
|
|
<poll op="ack" msgID="12345" />
|
|
<clTRID>cltrid:1626454866</clTRID>
|
|
</command>
|
|
</epp>
|