google-nomulus/javatests/google/registry/tools/testdata/contact_create_minimal.xml
nickfelt 730cca257d Remove GtechCommand and other vestiges of gtech_tool
-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=134836647
2016-10-03 16:36:23 -04:00

18 lines
527 B
XML

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<epp xmlns="urn:ietf:params:xml:ns:epp-1.0">
<command>
<create>
<contact:create
xmlns:contact="urn:ietf:params:xml:ns:contact-1.0">
<contact:postalInfo type="loc">
<contact:addr>
</contact:addr>
</contact:postalInfo>
<contact:authInfo>
<contact:pw>abcdefghijklmnop</contact:pw>
</contact:authInfo>
</contact:create>
</create>
<clTRID>RegistryTool</clTRID>
</command>
</epp>