<!DOCTYPE html (View Source for full doctype...)>
- <html xmlns="
http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
- <head>
<title>XML-RPC client for phpMyFAQ 1.4.0</title>
<meta http-equiv="content-type" content="application/xhtml+xml; charset=utf-8" />
<meta name="author" content="Thorsten Rinne" />
</head>
- <body>
<h1>XML-RPC client demo</h1>
<?xml version="1.0" encoding="UTF-8" ?>
- <methodResponse>
- <fault>
- <value>
- <struct>
- <member>
<name>faultCode</name>
- <value>
<int>103</int>
</value>
</member>
- <member>
<name>faultString</name>
- <value>
<string>XML error: no element found at line 1</string>
</value>
</member>
</struct>
</value>
</fault>
</methodResponse>
- <form method="post" action="/test/phpmyfaq/xmlrpc-client.php" enctype="application/x-www-form-urlencoded">
<input type="text" name="param" value="" />
<input type="submit" value="Call Web Service" />
</form>
</body>
</html>