awips2/edexOsgi/com.raytheon.uf.edex.wfs/res/spring/wfs-ogc-soap-wsdl.xml
Brian Clements 09fba26a56 Omaha #3199 new edex.soap plugin
new plugin for soap utilities


Former-commit-id: 7c7f7f4f4a821a80d0bf6dcb7e59e3880a7bf4e2
2014-05-23 14:51:20 -05:00

10 lines
No EOL
426 B
XML

<beans xmlns="http://www.springframework.org/schema/beans"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-3.1.xsd">
<bean id="wfsWsdlInterceptor"
class="com.raytheon.uf.edex.soap.CustomWsdlInterceptor">
<constructor-arg value="META-INF/wsdl/wfs.wsdl" />
</bean>
</beans>