<?xml version="1.0" ?>
<!-- $Id: message1.xml,v 1.2 2006/07/26 00:12:03 agupta Exp $ -->
<S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"
        xmlns:wsa="http://www.w3.org/2005/08/addressing">
    <S:Header>
        <wsa:To>http://www.w3.org/2005/08/addressing/anonymous</wsa:To>
        <wsa:Action xmlns="http://www.w3.org/2005/08/addressing">
            http://example.org/wsaTestService2/wsaTestPortType/echoResponse</wsa:Action>
        <wsa:RelatesTo>uuid:6d503f87-3bdd-4627-8fbf-330985f3b922</wsa:RelatesTo>
    </S:Header>
    <S:Body>
        <ns2:echoOut xmlns:ns2="http://example.org/echo">Message</ns2:echoOut>
    </S:Body>
</S:Envelope>
