xmlrpc

Please report bugs here!

Moderator: Thorsten

Post Reply
meier
Posts: 3
Joined: Thu Sep 16, 2004 6:31 pm

xmlrpc

Post by meier »

Ich bekomme beim xmlrpc-client.php nur eine xml-artige seite, mit:
XML error: no element found at line 1
Sollte daraus nicht eine Abfrage -Seite entstehen?
Bitte um Hilfe. :roll:
Thorsten
Posts: 15725
Joined: Tue Sep 25, 2001 11:14 am
Location: #phpmyfaq
Contact:

Post by Thorsten »

Hi,

kannst du mir deine Beispielseite mal zeigen?

bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
meier
Posts: 3
Joined: Thu Sep 16, 2004 6:31 pm

Hier das Output

Post by meier »

<!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>
Thorsten
Posts: 15725
Joined: Tue Sep 25, 2001 11:14 am
Location: #phpmyfaq
Contact:

Post by Thorsten »

Hi,

das ist ne XML-RPC Fehlermeldung. Woher die kommt, kann ich so nicht sagen.

bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
meier
Posts: 3
Joined: Thu Sep 16, 2004 6:31 pm

re

Post by meier »

würde mich interessieren warum das demo bei dir funtioniert hat.
Bei mir wird auch nur xml im browser angezeigt (unabhängig von der fehlermeldung). :shock:
Post Reply