Merge "Fix build errors in autorelease full clean build"
[vfc/nfvo/wfengine.git] / winery / org.eclipse.winery.generators.ia / src / main / resources / template / project / src / main / webapp / WEB-INF / beans.xml
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" xmlns:jaxws="http://cxf.apache.org/jaxws"
4         xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.5.xsd http://cxf.apache.org/jaxws http://cxf.apache.org/schemas/jaxws.xsd">
5         <import resource="classpath:META-INF/cxf/cxf.xml" />
6         <import resource="classpath:META-INF/cxf/cxf-extension-soap.xml" />
7         <import resource="classpath:META-INF/cxf/cxf-servlet.xml" />
8         <jaxws:endpoint xmlns:tns="IA_NAMESPACE"
9                 id="IA_CLASS_NAME" implementor="IA_PACKAGE.IA_CLASS_NAME"
10                 wsdlLocation="wsdl/IA_CLASS_NAME.wsdl" endpointName="tns:IA_CLASS_NAMEPort"
11                 serviceName="tns:IA_CLASS_NAMEService" address="/IA_CLASS_NAMEPort">
12                 <jaxws:features>
13                         <bean class="org.apache.cxf.feature.LoggingFeature" />
14                 </jaxws:features>
15         </jaxws:endpoint>
16 </beans>