Subject Re: Strategic Replacement for Services API
Author Roman Rokytskyy
> >I hope that will be XML RPC or any other standard mechanism so we do
> >not have to code XML handling ourselves, but could use existing
> >libraries.
> >
> We already have XML processing code in the project, so it isn't an
> issue.

It is, if access to the "services server" will happen without using
the corresponding client library. For Java this is definitely
preferred way, and not JNI calls.

Roman