summaryrefslogtreecommitdiffstats
path: root/test/xmlrpc/data/fault.xml
diff options
context:
space:
mode:
author(no author) <(no author)@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-11-17 14:49:07 +0000
committer(no author) <(no author)@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-11-17 14:49:07 +0000
commitce33bd81948999e524b4e1e3a9033c16edf2515f (patch)
tree1e37d084a73f58c65e2ac108483bca12b5097d0d /test/xmlrpc/data/fault.xml
parent97a1753fddae712895c0851d6b4f9e09471cd81e (diff)
downloadruby-ce33bd81948999e524b4e1e3a9033c16edf2515f.tar.gz
ruby-ce33bd81948999e524b4e1e3a9033c16edf2515f.tar.xz
ruby-ce33bd81948999e524b4e1e3a9033c16edf2515f.zip
This commit was manufactured by cvs2svn to create branch 'ruby_1_8'.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@7302 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'test/xmlrpc/data/fault.xml')
-rw-r--r--test/xmlrpc/data/fault.xml16
1 files changed, 16 insertions, 0 deletions
diff --git a/test/xmlrpc/data/fault.xml b/test/xmlrpc/data/fault.xml
new file mode 100644
index 000000000..041c464eb
--- /dev/null
+++ b/test/xmlrpc/data/fault.xml
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<methodResponse>
+ <fault>
+ <value><struct>
+ <member>
+ <name>faultCode</name>
+ <value><int>4</int></value>
+ </member>
+ <member>
+ <name>faultString</name>
+ <value>an error message</value>
+ </member>
+ </struct></value>
+ </fault>
+</methodResponse>
+