XML-RPC + pgSQL

Questions about the MySQL, PostgreSQL, and most other databases, as well as using it with PHP can be asked here.

Moderator: General Moderators

Post Reply
orbano
Forum Newbie
Posts: 1
Joined: Tue Mar 16, 2004 7:06 pm
Location: Budapest, Hunary

XML-RPC + pgSQL

Post 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?
Post Reply