views:

46

answers:

0

I'd like to create a http-centric client for a restful web service created using Apache 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?