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

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

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

execute void

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