Add SOAP fault unit test.
[shibboleth/cpp-xmltooling.git] / xmltoolingtest / data / SOAPFault.xml
1 <S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/">
2   <S:Body>
3     <S:Fault>
4       <faultcode>S:Server</faultcode>
5       <faultstring>a message goes here</faultstring>
6     </S:Fault>
7    </S:Body>
8 </S:Envelope>