<?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:To soapenv:mustUnderstand="1">
			http://localhost/client/endpoint
		</wsa:To>
		<wsa:Action soapenv:mustUnderstand="1">
			http://tempuri.org/IEchoString/EchoResponse
		</wsa:Action>
		<wsa:RelatesTo>
			urn:uuid:d67d2bbd-8496-4202-b709-9aaafe43ffef
		</wsa:RelatesTo>
	</soapenv:Header>
	<soapenv:Body>
		<EchoResponse xmlns="http://tempuri.org/">
			<EchoResult>Message</EchoResult>
		</EchoResponse>
	</soapenv:Body>
</soapenv:Envelope>