Page 1 of 1

XML-RPC + pgSQL

Posted: Tue Mar 16, 2004 7:06 pm
by orbano
Hi there! Im quite new to php and web based programming, and i have a big big problem. I have created an xml-rpc server with a simple function. Without any database access it works fine, but when i call the connect function, the rpc call fails with the message:
XML-RPC Fault #2: Invalid return payload: enabling debugging to examine incoming payload
How do database acess calls interfere with the xml-rpc protocol? Could anyone help me?