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
> 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
> 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
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