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