<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:wsa="http://www.w3.org/2005/08/addressing"
	xmlns:soapenv="http://www.w3.org/2003/05/soap-envelope">
	<soapenv:Header>
		<wsa:Action soapenv:mustUnderstand="1">
			http://tempuri.org/IEchoString/EchoResponse
		</wsa:Action>
		<wsa:RelatesTo>
			urn:uuid:9eeef435-85c9-4579-8dc3-9681f8c3651a
		</wsa:RelatesTo>
	</soapenv:Header>
	<soapenv:Body>
		<EchoResponse xmlns="http://tempuri.org/">
			<EchoResult>Message</EchoResult>
		</EchoResponse>
	</soapenv:Body>
</soapenv:Envelope>
