You can use the jaxws-config deployment descriptor and set the chunksize to 0, 
see the standard-jaxws-client-config.xml for instance:


  |   <client-config>
  |     <config-name>Standard Client</config-name>
  |     <feature>http://org.jboss.ws/dispatch/validate</feature>
  |     <property>
  |       <property-name>http://org.jboss.ws/http#chunksize</property-name>
  |       <property-value>2048</property-value>
  |     </property>
  |   </client-config>
  | 

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4185052
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to