mirror of
https://github.com/google/nomulus.git
synced 2025-07-22 10:46:10 +02:00
11 lines
234 B
XML
11 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>
|