<?xml version="1.0" encoding="UTF-8"?>
<soap12:Envelope 
    xmlns:soap12="http://www.w3.org/2003/05/soap-envelope" 
    xmlns:wsa="http://www.w3.org/2005/08/addressing" 
    xmlns:wsrf-bf="http://docs.oasis-open.org/wsrf/bf-2" 
    xmlns:wsrf-r="http://docs.oasis-open.org/wsrf/r-2"
    xmlns:wsnt="http://docs.oasis-open.org/wsn/b-2"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
    xsi:schemaLocation="http://schemas.xmlsoap.org/soap/envelope/  http://schemas.xmlsoap.org/soap/envelope/
    http://www.opengis.net/pubsub/1.0 http://schemas.opengis.net/pubsub/1.0/pubsubAll.xsd
    http://www.w3.org/2003/05/soap-envelope http://www.w3.org/2003/05/soap-envelope
    http://docs.oasis-open.org/wsrf/r-2 http://docs.oasis-open.org/wsrf/r-2.xsd
    http://docs.oasis-open.org/wsn/b-2 http://docs.oasis-open.org/wsn/b-2.xsd"> 
    <soap12:Header> 
        <wsa:Action>http://docs.oasis-open.org/wsn/fault</wsa:Action>
    </soap12:Header>
    <soap12:Body>
        <soap12:Fault>
            <soap12:Code>
                <soap12:Value>soap12:Sender</soap12:Value>
            </soap12:Code>
            <soap12:Reason>
                <soap12:Text xml:lang="en">The publication identifier 'xyz' is invalid</soap12:Text>
            </soap12:Reason>
            <soap12:Detail>
              <wsnt:SubscribeCreationFailedFault>
                    <wsrf-bf:Timestamp>
                        2005-05-04T20:18:44.970Z
                    </wsrf-bf:Timestamp>
                    <wsrf-bf:FaultCause>
                        <ows:ExceptionReport version="1.0.0" xmlns:ows="http://www.opengis.net/ows/1.1">
                            <ows:Exception exceptionCode="InvalidPublicationIdentifier" locator="xyz">
                                <ows:ExceptionText>
                                    The publication identifier 'xyz' is invalid
                                </ows:ExceptionText>
                            </ows:Exception>
                        </ows:ExceptionReport>
                    </wsrf-bf:FaultCause>
                </wsnt:SubscribeCreationFailedFault>
            </soap12:Detail> 
        </soap12:Fault> 
    </soap12:Body> 
</soap12:Envelope> 

