Refactor delete.xml to builder

This commit is contained in:
Martin Lensment 2014-09-01 12:10:31 +03:00
parent 08a4650f4a
commit afc69629ef
5 changed files with 72 additions and 14 deletions

View file

@ -103,6 +103,20 @@
</command>
</epp>
<!-- DOMAIN DELETE -->
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<epp xmlns="urn:ietf:params:xml:ns:epp-1.0">
<command>
<delete>
<domain:delete
xmlns:domain="urn:ietf:params:xml:ns:domain-1.0">
<domain:name>example.ee</domain:name>
</domain:delete>
</delete>
<clTRID>ABC-12345</clTRID>
</command>
</epp>
<!-- CREATE CONTACT -->
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<epp xmlns="urn:ietf:params:xml:ns:epp-1.0">