You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cxf.apache.org by Glen Mazza <gl...@verizon.net> on 2007/10/03 21:15:22 UTC

Re: My WS client generated using CXF works with Axis 2 libraries, but not with CXF libraries

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
>