<?xml version='1.0' ?>
<!-- $Id: message2.xml,v 1.1 2007/07/09 20:39:11 plehegar Exp $ -->
<S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:wsa="http://www.w3.org/2005/08/addressing">
    <S:Header>
        <wsa:To xmlns="http://www.w3.org/2005/08/addressing">http://example.org/node/A</wsa:To>
        <wsa:MessageID>uuid:fcd0ca97-1ce1-4900-bfb4-1adc87994b21</wsa:MessageID>
        <wsa:ReplyTo xmlns="http://www.w3.org/2005/08/addressing">
            <wsa:Address>http://www.w3.org/2005/08/addressing/anonymous</wsa:Address>
        </wsa:ReplyTo>
        <wsa:Action xmlns="http://www.w3.org/2005/08/addressing">
            http://example.org/action/echoIn</wsa:Action>
    </S:Header>
    <S:Body>
        <ns2:echoIn xmlns="http://example.org/notify" xmlns:ns2="http://example.org/echo">Message</ns2:echoIn>
    </S:Body>
</S:Envelope>
