Re: [Gambas-user] Bug fixed XMLRPC server

2009-11-18 Thread Ron
I agree, but couldn't create a scenario in where that line was needed, but it looks like its useful. It would also be better to check for the exact amount of parameters, now it doesn't detect this (faultreply 6) Regards, Ron_2nd --- This e-mail is sent from my mobile phone. On Nov 18, 2009 10:41

Re: [Gambas-user] Bug fixed XMLRPC server

2009-11-18 Thread Benoît Minisini
> Benoit, > > I have found a bug in the file > gambas/2.0/gb.xml/src/rpc/gb.xml.rpc/RpcServer.class > > I had to comment out one line to get more than one parameter to work. > > This line ' IF Xml.Node.Type = XmlReaderNodeType.EndElement THEN BREAK > in the code snippet below > is responsable f

Re: [Gambas-user] Bug fixed XMLRPC server

2009-11-18 Thread Benoît Minisini
> Benoit, > > I have found a bug in the file > gambas/2.0/gb.xml/src/rpc/gb.xml.rpc/RpcServer.class > > I had to comment out one line to get more than one parameter to work. > > This line ' IF Xml.Node.Type = XmlReaderNodeType.EndElement THEN BREAK > in the code snippet below > is responsable f

[Gambas-user] Bug fixed XMLRPC server

2009-11-18 Thread Ron
Benoit, I have found a bug in the file gambas/2.0/gb.xml/src/rpc/gb.xml.rpc/RpcServer.class I had to comment out one line to get more than one parameter to work. This line ' IF Xml.Node.Type = XmlReaderNodeType.EndElement THEN BREAK in the code snippet below is responsable for a premature br