Add SOAP fault unit test.
[shibboleth/cpp-xmltooling.git] / xmltoolingtest / data / SOAPFault.xml
diff --git a/xmltoolingtest/data/SOAPFault.xml b/xmltoolingtest/data/SOAPFault.xml
new file mode 100644 (file)
index 0000000..c7c874f
--- /dev/null
@@ -0,0 +1,8 @@
+<S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/">
+  <S:Body>
+    <S:Fault>
+      <faultcode>S:Server</faultcode>
+      <faultstring>a message goes here</faultstring>
+    </S:Fault>
+   </S:Body>
+</S:Envelope>
\ No newline at end of file