Daniel Wendhausen [
https://community.jboss.org/people/danieldan] created the discussion
"Re: disable client chunking in jbossws-3.0.1-native-2.0.4.GA"
To view the discussion, visit:
https://community.jboss.org/message/750015#750015
--------------------------------------------------------------
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 http://org.jboss.ws/dispatch/validate
<property-name>
http://org.jboss.ws/http#chunksize
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
[
https://community.jboss.org/message/750015#750015]
Start a new discussion in JBoss Web Services at Community
[
https://community.jboss.org/choose-container!input.jspa?contentType=1&...]