[jboss-user] [JBossWS] - Re: Client call fails using JBossWS

alessio.soldano@jboss.com do-not-reply at jboss.com
Tue Oct 28 06:40:03 EDT 2008


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



More information about the jboss-user mailing list