views:

30

answers:

0

Hello,

I'm new with Restful Web Services and got some questions about some of the requirements needed to create one.

1) I got only Apache2 installed on machine and I can't install any EE Server. Is it possible in this circumstances create Restful Web Service? What is better in my case Axis2 or JAX-WS?

2) I want to make the content of some file accessible to Internet, so I need to create the function which is going to be called by client and return for example XML from file? Is there any way to share directly the files using URL mapping?

Thanks a lot!