mirror of
https://github.com/google/nomulus.git
synced 2025-07-23 11:16:04 +02:00
This also refactors some of the existing EPP XML testdata files to use a consistent wildcard naming scheme. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=154569632
17 lines
460 B
XML
17 lines
460 B
XML
<epp xmlns="urn:ietf:params:xml:ns:epp-1.0">
|
|
<response>
|
|
<result code="1000">
|
|
<msg>Command completed successfully</msg>
|
|
</result>
|
|
<resData>
|
|
<host:creData xmlns:host="urn:ietf:params:xml:ns:host-1.0">
|
|
<host:name>%HOSTNAME%</host:name>
|
|
<host:crDate>%CRDATE%</host:crDate>
|
|
</host:creData>
|
|
</resData>
|
|
<trID>
|
|
<clTRID>ABC-12345</clTRID>
|
|
<svTRID>server-trid</svTRID>
|
|
</trID>
|
|
</response>
|
|
</epp>
|