<?xml version="1.0"?>

<soap:Envelope xmlns:soap="http://www.w3.org/2003/05/soap-envelope/"
               xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing"
               soap:encodingStyle="http://www.w3.org/2003/05/soap-encoding">
    <soap:Header>
        <wsa:Action>myaction</wsa:Action>
        <wsa:To>/endpoint</wsa:To>
        <wsa:MessageID>uuid:{{UUID}}</wsa:MessageID>
        <wsa:ReplyTo>
            <wsa:Address>http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous</wsa:Address>
        </wsa:ReplyTo>
    </soap:Header>
</soap:Envelope>
