Hi keroppi It looks as if you hit on a main difference between *helma* xmlrpc and *apache* xmlrpc. maybe the are some more pitfalls !? IMO it would be a good idea to update the howto.
Andreas > -----Original Message----- > From: keroppi kero [mailto:[EMAIL PROTECTED] > Sent: Sunday, November 28, 2004 3:18 PM > To: [EMAIL PROTECTED] > Subject: Re: Impossible use this library > > > I must thanks everybody for your help. > > Today I have caould connect with server :) > > My error was I didn't start the server. The server must be > started before > use. I thougt the server start itself. The instruction > necessary is .start() > > In the example of > http://xmlrpc-c.sourceforge.net/xmlrpc-howto/xmlrpc-howto-java > -server.html > there is an error because this instruction don't exist. > > >From: "keroppi kero" <[EMAIL PROTECTED]> > >Reply-To: [EMAIL PROTECTED] > >To: [EMAIL PROTECTED] > >Subject: Re: Impossible use this library > >Date: Sun, 28 Nov 2004 13:53:23 +0000 > > > >I start my server and then I do netstat -an and I can't find > the port wich > >I started my server. > > > >I tryied to do telnet but I recibed a connection refused message. > > > >But if I try this: java org.apache.xmlrpc.WebServer 4001 > >then I can see port 4001 listening in netstat -an . And if > then I try java > >org.apache.xmlrpc.XmlRpcClient http://localhost echo test > 123, then I > >recibe the correct message ( [test , 123] ). > > > >>From: James Russo <[EMAIL PROTECTED]> > >>Reply-To: [EMAIL PROTECTED] > >>To: [EMAIL PROTECTED] > >>Subject: Re: Impossible use this library > >>Date: Sun, 28 Nov 2004 08:29:50 -0500 > >> > >>Couple of things you can check.. > >> > >>Check netstat (from command console, run netstat -an, look > for LISTEN > >>lines with port of server) and ensure that the server is actually > >>listening on the port you think it is. Double check all the > hostnames, and > >>port numbers you are using in your client/server. Can you > 'telnet' to the > >>server port with a simple telnet client and get an accepted > connection or > >>does that too result in connection refused? > >> > >>-james > >> > >>keroppi kero wrote: > >> > >>>I don't have SP2. I tryied in a differents systems, ones > with firewall > >>>and others without it. In all systems I have the same missage. > >>> > >>>>From: Matthias Guenther <[EMAIL PROTECTED]> > >>>>Reply-To: [EMAIL PROTECTED] > >>>>To: [EMAIL PROTECTED] > >>>>Subject: Re: Impossible use this library > >>>>Date: Sun, 28 Nov 2004 14:14:30 +0100 > >>>> > >>>>Hi, > >>>> > >>>>>client launch a exception with this message: Connection refused: > >>>>>connect > >>>> > >>>>XP SP2? Maybe a firewall problem... > >>> > >>> > >>>_________________________________________________________________ > >>>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_mailsenvia dos_correosmasdivertidos >>> >>> > >_________________________________________________________________ >M�viles, DVD, c�maras digitales, coleccionismo... Con unas ofertas que ni >te imaginas. http://www.msn.es/Subastas/ > _________________________________________________________________ Moda para esta temporada. Ponte al d�a de todas las tendencias. http://www.msn.es/Mujer/moda/default.asp
