You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@ws.apache.org by pi...@edf.fr on 2002/05/22 18:37:57 UTC

Réf. : execute void method

You could just wrap your request handler in a proxy that would return
something like an error code (which you can ignore if you really do not
want any information about what is going on on the server).
Shouldn't be a problem imho.

good luck,
Pierre





"daniel martin" <dm...@nextware.de> on 22/05/2002 17:26:38

Veuillez répondre à rpc-user@xml.apache.org

Pour :    <rp...@xml.apache.org>
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
following error will be thrown:

org.apache.xmlrpc.XmlRpcException: java.lang.RuntimeException: null value
not supported by XML-RPC

is there another implementation of XMLRPCClient.execute which supports void
calls?

or is there another way to do this?


thanks
daniel.