tags:

views:

27

answers:

0

Hi, I try to provide xml rpc service for my java application. If I uderstand apache xmlrpc correctly, I have to create a webserver first and the retrieve a xml rpc server from this web server. I just want a simple xml rpc server instead of a whole web server which is too much heavy for my application server. Is there anyway to accomplish it, a simple java xml rpc server to provide rpc service for remote clients, not necessary via http? Thanks