initial load of upstream version 1.06.32
[xmlrpc-c] / src / test / data / req_no_params.xml
diff --git a/src/test/data/req_no_params.xml b/src/test/data/req_no_params.xml
new file mode 100644 (file)
index 0000000..6ed51a4
--- /dev/null
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!-- This may or may not be legal XML-RPC, but some old clients (including
+Ruby and xmlrpc-epi) send it.  This should be interpreted as a call with no
+parameters. -->
+
+<methodCall>
+  <methodName>foo</methodName>
+</methodCall>