I've created three clients so far using CXF: http://incubator.apache.org/cxf/resources-and-articles.html
You may want to follow some of those examples to help you get the libraries set up correctly. HTH, Glen Am Montag, den 01.10.2007, 16:55 -0500 schrieb Gamble, Wesley (WG10): > All, > > > > I am attempting to hit a remote Web service using CXF. I generated my > Java from WSDL using the CXF java2wsdl. > > > > However, I made an error when I set up the runtime configuration of my > client and I was actually including all of the JARs from the 1.3 version > of Axis 2 in my CLASSPATH. > > > > My client test worked. > > > > Then I realized my error, removed all of the Axis2 libraries from my > CLASSPATH, replaced them with all of the CXF JARs in CXF_DIR/lib and now > my test doesn't work. > > > > I am totally confused. There must be some sort of "default to Axis2" > type behavior in CXF? > > > > Any insight is appreciated. > > > > Thanks, > > Wes >
