I'm trying to figure out if I need the following files in my beans xml file.
<import resource="classpath:META-INF/cxf/cxf.xml"/> <import resource="classpath:META-INF/cxf/cxf-servlet.xml"/> <import resource="classpath:META-INF/cxf/cxf-extension-soap.xml"/> I'm porting my application from Xfire (which worked really well with a very simple services.xml file). I am using JSR-181 annotations and I think I need the cxf-extension-soap.xml. Question: Do I create it and if so what needs to go in it? -- View this message in context: http://www.nabble.com/Confused-by-xml-imports.-tf4959272.html#a14203489 Sent from the cxf-user mailing list archive at Nabble.com.