<?xml version="1.0" encoding="UTF-8"?>
<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">
	<command>
		<login>
			<clID>##USERNAME##</clID>
			<pw>##PASSWORD##</pw>
			<options>
				<version>1.0</version>
				<lang>en</lang>
			</options>
			<svcs>
				<objURI>urn:ietf:params:xml:ns:epp:contact-1.0</objURI>
				<objURI>urn:ietf:params:xml:ns:epp:domain-1.0</objURI>
				<objURI>urn:ietf:params:xml:ns:epp:host-1.0</objURI>
				<svcExtension>
					<extURI>http://eppdev.dns.pt/schemas/ptcontact-1.0</extURI>
					<extURI>http://eppdev.dns.pt/schemas/ptdomain-1.0</extURI>
				</svcExtension>
			</svcs>
		</login>
		<clTRID>##CLIENT_ID##</clTRID>
	</command>
</epp>
