<?xml version="1.0" ?>
<!-- $Id: message5.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:Action>http://www.w3.org/2005/08/addressing/fault</wsa:Action>
        <wsa:FaultDetail>
            <wsa:ProblemAction>
                <wsa:Action>BadAction</wsa:Action>
            </wsa:ProblemAction>
        </wsa:FaultDetail>
        <wsa:RelatesTo>uuid:d36d576c-0be8-469b-8d40-d8c30c84b795</wsa:RelatesTo>
    </S:Header>
    <S:Body>
        <S:Fault>
            <faultcode xmlns="">wsa:ActionNotSupported</faultcode>
            <faultstring xmlns="">The "BadAction" cannot be processed at the receiver</faultstring>
        </S:Fault>
    </S:Body>
</S:Envelope>