I am  just start to learn the php/xml/rpc. I decompress the
xmlrpc1_02tar.gz and ftpped to our apache/php web server.

from the browser I type in the url(http://hostname/xmlrpctest/) click the
server.php sample code, it returns:

<?xml version="1.0"?>
<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>

Is this the right way to invoke a rpc server, if is, why doesn't work, if
not, what is the right way?

Thanks!

--
For information about how to subscribe and unsubscribe from this list
visit http://xmlrpc.usefulinc.com/list.html

Reply via email to