Client for restful web service
- by Ish
I'd like to create a http-centric client for a restful web service created using CXF. To that end:
Does any one know the (maven)
dependencies for ONLY the CXF clients
(Proxy & HTTP)?
Is there any advantage to using CXF's built-in
clients over say, Apache HttpClient?