mirror of
https://github.com/google/nomulus.git
synced 2025-08-05 01:11:50 +02:00
This is a follow-up to [] It also removes a couple of the doSuccessfulTest() overloads (having that many was overkill), and statically imports a few constants for line length reasons. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=204971899
19 lines
557 B
XML
19 lines
557 B
XML
<epp xmlns="urn:ietf:params:xml:ns:epp-1.0">
|
|
<response>
|
|
<result code="1000">
|
|
<msg>Command completed successfully</msg>
|
|
</result>
|
|
<resData>
|
|
<domain:creData
|
|
xmlns:domain="urn:ietf:params:xml:ns:domain-1.0">
|
|
<domain:name>%DOMAIN%</domain:name>
|
|
<domain:crDate>1999-04-03T22:00:00.0Z</domain:crDate>
|
|
<domain:exDate>2001-04-03T22:00:00.0Z</domain:exDate>
|
|
</domain:creData>
|
|
</resData>
|
|
<trID>
|
|
<clTRID>ABC-12345</clTRID>
|
|
<svTRID>server-trid</svTRID>
|
|
</trID>
|
|
</response>
|
|
</epp>
|