
dard.extra-outputplugin-ws.1.0.0.source-code.spring-extra-plugin-output-ws.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of extra-outputplugin-ws Show documentation
Show all versions of extra-outputplugin-ws Show documentation
eXTra Outputplugin für Webservices
The newest version!
<?xml version="1.0" encoding="UTF-8"?> <beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:context="http://www.springframework.org/schema/context" xmlns:p="http://www.springframework.org/schema/p" xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-3.1.xsd http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context-3.1.xsd"> <context:component-scan base-package="de.extra.client.plugins.outputplugin.ws" /> <bean id="webServiceTemplate" class="org.springframework.ws.client.core.WebServiceTemplate"> <constructor-arg ref="messageFactory" /> <property name="messageSender" ref="httpSender"> </property> </bean> <!-- <bean id="messageFactory" class="org.springframework.ws.soap.saaj.SaajSoapMessageFactory" />--> <bean id="messageFactory" class="org.springframework.ws.soap.axiom.AxiomSoapMessageFactory"> <property name="payloadCaching" value="true" /> </bean> <bean id="httpSender" class="org.springframework.ws.transport.http.CommonsHttpMessageSender"> <property name="connectionTimeout" value="360000"></property> <property name="readTimeout" value="360000"></property> </bean> </beans>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy