• Trying to use local editor to connector my site.

    Get XML-RPC Services are disabled

    If I go to site/xmlrpc.php I get XML-RPC server accepts POST requests only.

    When I use curl to test I get the following output

    <?xml version=”1.0″ encoding=”UTF-8″?>
    <methodResponse>
    <fault>
    <value>
    <struct>
    <member>
    <name>faultCode</name>
    <value><int>-32700</int></value>
    </member>
    <member>
    <name>faultString</name>
    <value><string>parse error. not well formed</string></value>
    </member>
    </struct>
    </value>
    </fault>
    </methodResponse>

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘XML RPC Issue’ is closed to new replies.