ws.xml 953 B

1234567891011121314151617181920212223
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <beans xmlns="http://www.springframework.org/schema/beans"
  3. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  4. xmlns:xsd="http://www.w3.org/2001/XMLSchema"
  5. xmlns:context="http://www.springframework.org/schema/context"
  6. xmlns:jaxws="http://cxf.apache.org/jaxws"
  7. xsi:schemaLocation="http://www.springframework.org/schema/beans
  8. http://www.springframework.org/schema/beans/spring-beans-3.0.xsd
  9. http://www.springframework.org/schema/context
  10. http://www.springframework.org/schema/context/spring-context-3.0.xsd
  11. http://cxf.apache.org/jaxws
  12. http://cxf.apache.org/schemas/jaxws.xsd">
  13. <import resource="classpath:META-INF/cxf/cxf.xml"/>
  14. <import resource="classpath:META-INF/cxf/cxf-extension-soap.xml"/>
  15. <import resource="classpath:META-INF/cxf/cxf-servlet.xml"/>
  16. </beans>