2014-10-02 52 views

回答

3

解决方案:

  1. 第一步:使用maven灯罩的插件
  2. 第二步:如果您使用的弹簧,CXF,确保添加下列内容@Configuration类

    @ImportResource({“classpath:META-INF/cxf/cxf.xml”,“classpath:META-INF/cxf/cxf-extension http.xml”,“classpath:META-INF/cxf/cxf-extension -soap.xml“})

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

大功劳

http://www.java-allandsundry.com/2011/01/orgapachecxfservicefactoryserviceconstr.html