From HEXONET Wiki
COMMAND
<?xml version="1.0" encoding="UTF-8" standalone="no"?> <epp xmlns="urn:ietf:params:xml:ns:epp-1.0"> <command> <update> <contact:update xmlns:contact="urn:ietf:params:xml:ns:contact-1.0"> <contact:id>ABC123543</contact:id> <contact:add> <contact:status s="clientDeleteProhibited"/> </contact:add> <contact:chg> <contact:postalInfo type="int"> <contact:org/> <contact:addr> <contact:street>18 Beispiel St.</contact:street> <contact:street>Suite 200</contact:street> <contact:city>Dulles</contact:city> <contact:sp>VA</contact:sp> <contact:pc>20166-6503</contact:pc> <contact:cc>US</contact:cc> </contact:addr> </contact:postalInfo> <contact:voice>+1.7034444444</contact:voice> <contact:fax/> <contact:authInfo> <contact:pw>2fooBAR</contact:pw> </contact:authInfo> </contact:chg> </contact:update> </update> <clTRID>ABC-12345</clTRID> </command> </epp>
RESPONSE
<?xml version="1.0" encoding="UTF-8" standalone="no"?> <epp xmlns="urn:ietf:params:xml:ns:epp-1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="urn:ietf:params:xml:ns:epp-1.0 epp-1.0.xsd"> <response> <result code="1000"> <msg>Command completed successfully</msg> </result> <trID> <clTRID>ABC-12345</clTRID> <svTRID>RW-797-1360241597998779</svTRID> </trID> </response> </epp>