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

Reply via email to