> is this file required even if you use the commented out > JaxWsProxyFactoryBean method of instantiating your client?
Yes, it's required either way. In fact, using JaxWsProxyFactoryBean is the original way I wrote my client; I discovered the current way (which I think is cleaner) while Googling around for CXF client examples. Cheers, Justin > Justin, > > Interesting read. The one question I have though, since I've not had to > include a cxf.xml config file for my clients (that I know of), is this > file required even if you use the commented out JaxWsProxyFactoryBean > method of instantiating your client? > > Thanks, > John > > [EMAIL PROTECTED] wrote: >> Hi all, >> >> After resolving my recent trouble creating a basic SOAP client with CXF, >> I >> thought I'd write up a quick "Hello World" tutorial. Hopefully it will >> be >> of use to anyone starting out with CXF in the future. >> >> "How to create a WSDL-first SOAP client in Java with CXF and Maven" >> http://logicsector.wordpress.com/2008/10/19/how-to-create-a-wsdl-first-soap-client-in-java-with-cxf-and-maven/ >> >> Same URL as TinyURL: http://tinyurl.com/65l5o > >
