I'll see--I have it on my list to update my client-only example[1], which is painfully old (I was still a considerable web service newbie while writing it) but AFAICT isn't using a cxf.xml file. But this is using an old version of CXF, it could be something changed requiring that file in the interim. A cxf.xml should definitely not be needed for the pure vanilla purposes in your tuturial--only if you're doing special configuration should it be called for.
My regular WSDL-first tutorial[2] includes a client, it does not have a cxf.xml though, but it could be that Maven is bringing in different dependencies because the project also includes the web service provider. Thanks, Glen [1] http://www.jroller.com/gmazza/date/20070929 [2] http://www.jroller.com/gmazza/date/20080417 jmorgan-2 wrote: > > Yeah, the tutorials on the Internet that specifically mention clients > generally omit any reference to a cxf.xml file. That's why I was so > dismayed the client didn't work without it. > -- View this message in context: http://www.nabble.com/How-to-create-a-WSDL-first-SOAP-client-with-CXF-and-Maven-tp20052351p20090742.html Sent from the cxf-user mailing list archive at Nabble.com.
