mirror of
https://github.com/google/nomulus.git
synced 2025-08-03 08:22:13 +02:00
Daggerizes all of the EPP flows. This does not change anything yet about the flows themselves, just how they are invoked, but after this CL it's safe to @Inject things into flow classes. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=125382478
36 lines
1.2 KiB
XML
36 lines
1.2 KiB
XML
<epp xmlns="urn:ietf:params:xml:ns:epp-1.0"
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
|
<response>
|
|
<result code="1000">
|
|
<msg>Command completed successfully</msg>
|
|
</result>
|
|
<resData>
|
|
<domain:infData
|
|
xmlns:domain="urn:ietf:params:xml:ns:domain-1.0">
|
|
<domain:name>example.tld</domain:name>
|
|
<domain:roid>%ROID%</domain:roid>
|
|
<domain:status s="inactive"/>
|
|
<domain:status s="pendingDelete"/>
|
|
<domain:registrant>jd1234</domain:registrant>
|
|
<domain:contact type="admin">sh8013</domain:contact>
|
|
<domain:contact type="tech">sh8013</domain:contact>
|
|
<domain:clID>NewRegistrar</domain:clID>
|
|
<domain:crID>NewRegistrar</domain:crID>
|
|
<domain:crDate>2000-06-01T00:02:00.0Z</domain:crDate>
|
|
<domain:exDate>2002-06-01T00:02:00.0Z</domain:exDate>
|
|
<domain:authInfo>
|
|
<domain:pw>2fooBAR</domain:pw>
|
|
</domain:authInfo>
|
|
</domain:infData>
|
|
</resData>
|
|
<extension>
|
|
<rgp:infData xmlns:rgp="urn:ietf:params:xml:ns:rgp-1.0">
|
|
<rgp:rgpStatus s="pendingDelete"/>
|
|
</rgp:infData>
|
|
</extension>
|
|
<trID>
|
|
<clTRID>ABC-12345</clTRID>
|
|
<svTRID>server-trid</svTRID>
|
|
</trID>
|
|
</response>
|
|
</epp>
|