mirror of
https://github.com/google/nomulus
synced 2026-02-05 20:41:08 +00:00
12 lines
234 B
XML
12 lines
234 B
XML
<epp xmlns="urn:ietf:params:xml:ns:epp-1.0">
|
|
<response>
|
|
<result code="%CODE%">
|
|
<msg>%MSG%</msg>
|
|
</result>
|
|
<trID>
|
|
<clTRID>ABC-12345</clTRID>
|
|
<svTRID>server-trid</svTRID>
|
|
</trID>
|
|
</response>
|
|
</epp>
|