aspose file tools
The moose likes Web Services and the fly likes cxf xml files Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of Mongo DB Applied Patterns this week in the MongoDB forum
or a resume review from Five Year Itch in the Jobs Discussion forum!
JavaRanch » Java Forums » Java » Web Services
Reply Bookmark "cxf xml files" Watch "cxf xml files" New topic
Author

cxf xml files

Rakesh Basani
Ranch Hand

Joined: Jun 04, 2012
Posts: 38
Hi guys..

<import resource="classpath:META-INF/cxf/cxf.xml" />
<import resource="classpath:META-INF/cxf/cxf-extension-soap.xml" />
<import resource="classpath:META-INF/cxf/cxf-servlet.xml" />



In cxf.xml file we import above 3 xml files. Why we need these files.. ? Purpose..? And where these files come from..?
And also explain me the use of CXFServlet class in web.xml file..

Thanks in advance..
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: cxf xml files
 
Similar Threads
CXF-RS throwing No operation matching request path /create is found
contract first web service
Error with web.xml
WebServiceContext or handle to session in CXF JAX-RS implementation
Accessing HttpServletRequest from Restful webservice