Thanks. I figured out what I was doing wrong. 

I needed to first enable void methods

        phm.setVoidMethodEnabled(true);

And then load the mappings

        phm.load(...., "XmlRpcServlet.properties");


I was doing it the other way round.

-Ajay


-----Original Message-----
From: Jochen Wiedmann [mailto:[email protected]] 
Sent: Wednesday, July 01, 2009 11:04 AM
To: [email protected]
Subject: Re: how to enable mapping for methods of return type *void*

On Tue, Jun 30, 2009 at 8:33 PM, Aggarwal,
Ajay<[email protected]> wrote:

> Some methods in my class implementing RPC are of return type VOID.

That works only, if

a) both client and server are written in Apache XML-RPC and
b) you are enabling extensions on both and
c) you are enabling void methods on both

Jochen




-- 
Don't trust a government that doesn't trust you.

Reply via email to