On Fri, 10 Nov 2006, Jochen Wiedmann wrote: > On 11/10/06, Rapthor <[EMAIL PROTECTED]> wrote: > > > public void getAllGroups() > > { > > // blah > > } > > For historical reasons, void methods are currently unsupported. In > other words, as a workaround, change the method to return an int and > everything should be fine. You may also file a bug report to have this > changed, at least if extensions are turned on.
Jochen, what about mapping this automatically to a basic or empty return value (e.g. empty struct, integer value of 1, etc.) even when extensions are not turned on? This wouldn't be in violation of the spec, only a difference from the original XML-RPC implementation. When in extension mode, we could return some type of nil value, which would be an actual protocol extension.
pgpyajp6iRQv0.pgp
Description: PGP signature