There seems to be two options for using xml-rpc in normal java:
- javax.xml.rpc - seems more complicated but is a part of standard jdk (or is it?)
- org.apache.xmlrpc - seems more easy to use, but i have to attach the library in my jar (or do i?)
Which one should I use for a dektop Java app? Or maybe there is another one that is really good and I have no idea it exists?