Project

General

Profile

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:cxf="http://cxf.apache.org/core"
4
	xmlns:http="http://cxf.apache.org/transports/http/configuration"
5
	xmlns:wsa="http://cxf.apache.org/ws/addressing" xmlns:p="http://www.springframework.org/schema/p"
6
	xmlns:pol="http://cxf.apache.org/policy" xmlns:condbean="http://dnetlib.eu/springbeans/condbean"
7
	
8
	xsi:schemaLocation="
9
		http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd
10
		http://cxf.apache.org/ws/addressing http://cxf.apache.org/schemas/ws-addr-conf.xsd
11
		http://cxf.apache.org/transports/http/configuration http://cxf.apache.org/schemas/configuration/http-conf.xsd
12
		http://cxf.apache.org/policy http://cxf.apache.org/schemas/policy.xsd
13
		http://cxf.apache.org/core http://cxf.apache.org/schemas/core.xsd
14
		http://dnetlib.eu/springbeans/condbean http://dnetlib.eu/springbeans/condbean.xsd">
15

    
16
	<http:conduit name="*.http-conduit">
17
		<http:client AllowChunking="true" Connection="Keep-Alive" />
18
	</http:conduit>
19

    
20
</beans>
(2-2/4)