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!