initial load of upstream version 1.06.32
[xmlrpc-c] / src / test / data / req_no_params.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2
3 <!-- This may or may not be legal XML-RPC, but some old clients (including
4 Ruby and xmlrpc-epi) send it.  This should be interpreted as a call with no
5 parameters. -->
6
7 <methodCall>
8   <methodName>foo</methodName>
9 </methodCall>