Beta Shell
v2.0 ยท web2.us.cloudlogin.co
[FM]
[CMD]
[PHP]
[DB]
[INFO]
[SEC]
File Manager
~
/
usr
/
share
/
doc
/
perl-SOAP-WSDL-examples
/
example
/
java
/
cxf
/
src
/
main
/
resources
Upload
3 items
Name
Size
Perms
Modified
Actions
[ .. / .. ]
cxf.xml
917 B
-rw-r--r--
2014-08-20 12:34:40
Edit
Del
Editing: cxf.xml
(917 B)
Path: /usr/share/doc/perl-SOAP-WSDL-examples/example/java/cxf/src/main/resources/cxf.xml
Back
<beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:http-conf="http://cxf.apache.org/transports/http/configuration" xsi:schemaLocation="http://cxf.apache.org/transports/http/configuration http://cxf.apache.org/schemas/configuration/http-conf.xsd http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd"> <!-- This http-conf:conduit is required for SOAP::WSDL based CGI-servers. SOAP::WSDL::Server::CGI does not allow chunked transfer-encoding, which is the default for CXF. the http-conf:conduit below switches it off. Adapt the name to your URI(s). Wildcards are allowed. --> <http-conf:conduit name="http://localhost:8081.http-conduit"> <http-conf:client AllowChunking="false"/> </http-conf:conduit> </beans>