Saturday, August 29, 2009

Advanced XML RPC Library

Apache xml rpc is good as it relieves programmer from using xml constructs, and exposes xml rpc request/response in object oriented form. See apache project site on mappings of xml rpc constructs to different types for more details. But still a better way would be to expose xml rpc as domain objects. Similar to what JAXB does in case of domain objects based on XSDs. Since XML RPC has its own schema so a domain classe code generation tool would have to rely on xml documents or annotations instead of schema.

An example for .net is http://www.xml-rpc.net/

And for java is: http://xmlrpc.sourceforge.net/

Marquïee XML-RPC Library

No comments: