I am developing a webservice client, through a little bit of trial and error I discovered I only need three jars to successfully hit the service (server side was also developed using CXF).
I only need: cxf-2.2.10.jar wsdl4j-1.6.2.jar XmlSchema-1.4.5.jar Is there a way to just get the cxf-2.2.10.jar via Ivy? (I can get the other two by themselves already). This is a desktop application deployed via Java Web Start so I don't want to have my users download any unneeded jars. -- View this message in context: http://cxf.547215.n5.nabble.com/IVY-and-CXF-tp3296025p3296025.html Sent from the cxf-user mailing list archive at Nabble.com.
