Data files for SOAP unit test.
authorScott Cantor <cantor.2@osu.edu>
Tue, 31 May 2011 03:32:56 +0000 (03:32 +0000)
committerScott Cantor <cantor.2@osu.edu>
Tue, 31 May 2011 03:32:56 +0000 (03:32 +0000)
xmltoolingtest/data/SOAPFault.xml [new file with mode: 0644]
xmltoolingtest/data/catalog.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
index 8c3226a..53b38db 100644 (file)
@@ -3,4 +3,5 @@
     <system systemId="http://www.w3.org/XML/1998/namespace" uri="../schemas/xml.xsd"/>
     <system systemId="http://www.w3.org/2001/04/xmlenc#" uri="../schemas/xenc-schema.xsd"/>
     <system systemId="http://www.w3.org/2000/09/xmldsig#" uri="../schemas/xmldsig-core-schema.xsd"/>
+    <system systemId="http://schemas.xmlsoap.org/soap/envelope/" uri="../schemas/soap-envelope.xsd"/>
 </catalog>