JBoss Community

Re: disable client chunking in jbossws-3.0.1-native-2.0.4.GA

created by Daniel Wendhausen in JBoss Web Services - View the full discussion

Peter Johnson wrote:

 

You could also turn off chunking by setting the chunksize to 0 in the jboss/server/default/deploy/jbossws.sar/META-INF/standard-jaxws-client-config.xmlfile:

<client-config>
<config-name>Standard Client</config-name>
http://org.jboss.ws/dispatch/validate

<property-name>http://org.jboss.ws/http#chunksize</property-name>
<property-value>0</property-value>

</client-config>

Exactly what i needed, thank you!

Reply to this message by going to Community

Start a new discussion in JBoss Web Services at Community