Re: Problem in Sending Message

"gaetanogiunta2000" <[email protected]> Fri, 01 Sep 2006 07:45:56 -0000
Newsgroups gmane.text.xml.rpc.specification
Message-ID <[email protected]>
Given the error message you are receiving, you are either using the
PEAR::RPC library or the php-xmlrpc library (the two are very similar...)

To "enable debugging", as the message suggested, all you have to do is:

$client->setDebug(1);

where $client is the xmlrpcclient (XML_RPC_Client or xmlrpc_client
object instance)

and the full response received from server will be printed to screen.

most likely causes are:
-server responding with some html message instead of a valid xmlrpc
response
- wrong url

Hope it helps
Gaetano

--- In [email protected], "sb_kuttibtech" <sb_kuttibtech@...> wrote:
>
> Hi,
> 
>    I am new to XMLRPC. I have problem with sending request to server.
> 
> when I send the xml format request to server 
> 
> I got 
> 
>  "Invalid return payload: enable debugging to examine incoming payload 
> missing top level xmlrpc element".
> 
> this error.
> 
> Why it is appear?
> 
> anybody know it.
> 
> Thanks in advance.
>






 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/xml-rpc/

<*> To unsubscribe from this group, send an email to:
    [email protected]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/