<?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://www.w3.org/2005/08/addressing/anonymous
			</wsa:Address>
		</wsa:ReplyTo>
		<wsa:MessageID>
			urn:uuid:9eeef435-85c9-4579-8dc3-9681f8c3651a
		</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>
