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
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to