I think the CXF distribution has a WHICH_JARS file in the lib folder that will answer that question for you. In case it doesn't, using Maven to build a simple SOAP client[1] could also help, running mvn exec:exec in particular should show you the classpath it uses to make the SOAP call.
CXF uses many JARs as it takes heavy advantage of reuse. If keeping the most minimal number of JARs is important for you, Metro (also [1]) may be another option for you, as it just needs 2-4. HTH, Glen [1] http://www.jroller.com/gmazza/entry/soap_client_tutorial Krzysztof Malinowski wrote: > > Hi, > > What's jars are important and necesary for an CXF standalone client > frontend application? > > Regards > KM > -- View this message in context: http://old.nabble.com/Necesary-jars-for-standalone-CXF-client-tp28288016p28312707.html Sent from the cxf-user mailing list archive at Nabble.com.
