On Wed December 2 2009 8:14:31 am Raymi wrote:
> Hi there,
> 
> I'am developping an Eclipse Plugin that calls a (CXF) webservice to get
> its data. The webservice is protected with the UsernameToken Profile.
> 
> What are my options to minimize the amount of jars I have to include in
> the plugin:
>  - I can't use pure Java because the webservice is secured.
>  - I can get the client running by including cxf-rt-frontend-jaxws,
> cxf-rt-transports-http and cxf-rt-ws-security, but this also includes
> quite a lot of dependencies (I'm using maven). Which of these are
> necessary for a client, which aren't?
> 
> Thanks for your help,
> 
> Dominik

The WHICH_JARS file we ship describes some of that:

 
http://svn.apache.org/repos/asf/cxf/trunk/distribution/src/main/release/lib/WHICH_JARS


-- 
Daniel Kulp
[email protected]
http://www.dankulp.com/blog

Reply via email to