Re: execute void method

2002-05-24 Thread Steffen Schwigon
daniel martin wrote: > > i searched the archive at http://xmlrpc.helma.org/archives/xmlrpc/ Ah, and that's the "wrong" archive. Try those: http://marc.theaimsgroup.com/?l=rpc-user http://marc.theaimsgroup.com/?l=rpc-dev Steffen -- Steffen Schwigon <[EMAIL PROTECTED]>

Re: execute void method

2002-05-24 Thread Steffen Schwigon
daniel martin wrote: > > i searched the archive at http://xmlrpc.helma.org/archives/xmlrpc/ > > there is one message which is related to my problem. There was some discussion about returning void methods. I will email you the answers to your question and to a similar question of someone else a

Re: execute void method

2002-05-24 Thread daniel martin
i searched the archive at http://xmlrpc.helma.org/archives/xmlrpc/ there is one message which is related to my problem. somebody says that it is fixed in the apache version of xml-rpc. but it seems not to be, because the null value is not in the original xml-rpc spec. Is there another archive? w

Re: execute void method

2002-05-24 Thread Steffen Schwigon
daniel martin wrote: > > I could be that this message was posted twice. Twice is not enough ... Maybe reading the list with the answers as useful complement to posting a question would help. :-) GreetinX Steffen -- Steffen Schwigon <[EMAIL PROTECTED]>

execute void method

2002-05-23 Thread daniel martin
I could be that this message was posted twice. I had some problems with my email system! Hi List! XML-RPC works fine if i execute methods which return a value. but if i execute a void method, the method is executed and then the following error will be thrown: org.apache.xmlrpc.XmlRpcExceptio

execute void method

2002-05-23 Thread daniel martin
Hi List!     XML-RPC works fine if i execute methods which return a value. but if i execute a void method, the method is executed and then the following error will be thrown:   org.apache.xmlrpc.XmlRpcException: java.lang.RuntimeException: null value not supported by XML-RPC   is there anoth

Réf. : execute void method

2002-05-22 Thread pierre . rust
PROTECTED]> on 22/05/2002 17:26:38 Veuillez répondre à [EMAIL PROTECTED] Pour :<[EMAIL PROTECTED]> cc : Objet : execute void method Hi List! XML-RPC works fine if i execute methods which return a value. but if i execute a void method, the method is executed and then the fol

execute void method

2002-05-22 Thread daniel martin
Hi List!     XML-RPC works fine if i execute methods which return a value. but if i execute a void method, the method is executed and then the following error will be thrown:   org.apache.xmlrpc.XmlRpcException: java.lang.RuntimeException: null value not supported by XML-RPC   is there anothe