All Downloads are FREE. Search and download functionalities are using the official Maven repository.

dard.extra-outputplugin-ws.1.0.0.source-code.spring-extra-plugin-output-ws.xml Maven / Gradle / Ivy

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