R: [phpxmlrpc] Call to other xmlrpc server

Gaetano Giunta giunta.gaetano at sea-aeroportimilano.it
Tue Nov 30 09:00:33 PST 2004


You can call (almost) any xmlrpc server.
That is the whole purpose of the protocol, anyway.

Suggestions:

1) try $c = new xmlrpc_client("/","65.27.126.32",5555); (else you would be doing a POST without specifyng the URL, which is probably invalid)

2) try to enable debugging in the client object

3) try to open http://65.27.126.32:5555 in a browser and see what you get

bye
Gaetano


> -----Messaggio originale-----
> Da: phpxmlrpc-bounces at lists.usefulinc.com
> [mailto:phpxmlrpc-bounces at lists.usefulinc.com]Per conto di 
> keroppi kero
> Inviato: martedì 30 novembre 2004 17:30
> A: phpxmlrpc at usefulinc.com
> Oggetto: [phpxmlrpc] Call to other xmlrpc server
> 
> 
> I have make a client and a server that talk well with each other.
> 
> But now, I need my client call to a xmlrpc server wich is write in 
> java(ws.apache.org/xmlrpc).
> 
> This server is listening in a 5555 port of an IP. I tryied to 
> call it with 
> this called:
> 
> $c = new xmlrpc_client("","65.27.126.32",5555);
> 
> $r=$c->send($myCorrectMessage);
> 
> But $r->faultCode() is full with this values:
>             $r->faultCode() is 6
>             $r->faultString() is No data received from server.
> 
> CAn I call all services that support xmlrpc, or I can only 
> call to php 
> xmlrpc servers?
> 
> keroppi
> 
> _________________________________________________________________
> Acepta el reto MSN Premium: Correos más divertidos con fotos y textos 
> increíbles en MSN Premium. Descárgalo y pruébalo 2 meses gratis. 
> http://join.msn.com?XAPID=1697&DI=1055&HL=Footer_mailsenviados
> _correosmasdivertidos
> 
> _______________________________________________
> phpxmlrpc mailing list
> phpxmlrpc at lists.usefulinc.com
> http://lists.usefulinc.com/cgi-bin/mailman/listinfo/phpxmlrpc



More information about the phpxmlrpc mailing list