XML-RPC server-client communication

Laszlo Nagy gandalf at designaproduct.biz
Wed Jul 5 12:36:03 EDT 2006


Stefka írta:
> Hi all,
>
> I try to implement a python xml-rpc server and call it from a php
> client. If the server and the client are on the same machine
> (localhost) the communication between them is just fine. When I start
> the server on a different host I don't get an answer.
>   
Please go to the machine where you php program resides, and check if the 
server is not blocked by firewall rules. For example, do

telnet xxx.xxx.xxx.xxx 22999

If it does not connect, then the problem is with your network or 
firewall settings. (I thought this is the most probable...)

Best,

   Laszlo
> What is missing there?? I tried also to set username and password,
> cause I thought there is an authenticate issue but it didn't work
> either.
>   




More information about the Python-list mailing list