[jboss-user] [JBoss Web Services Users] - Re: disable client chunking in jbossws-3.0.1-native-2.0.4.GA

PeterJ do-not-reply at jboss.com
Wed Sep 2 15:44:27 EDT 2009


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>


View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4253164#4253164

Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4253164



More information about the jboss-user mailing list