0 Replies Latest reply on Oct 28, 2013 10:43 AM by juceyn

    Disabling Chunked Transfer Encoding in JBossWS - server side

    juceyn

      Hi guys,

       

      I have a web service deployed in JBoss AS 5.0.1GA and several clients that need to communicate to it.

       

      I disabled the  "Chunked Transfer encoding" mechanism from clients to server through a external library (AXIS2, client side). Now I need to do the same from server to clients (server responses, i.e. server side) to ensure both requests and responses are being sent without fragmentation.

       

      According to documentation, I have configured the parameter "chunked size" to zero (to get no fragmentation) in the "standard-jaxws-client-config.xml" file and also updated JBossWS library to 3.4.0 version (higher version compatible with JBoss 5) and yet I haven’t been able to deactivate the Chunking mechanism. It is reported that this was an issue, but it was supposed to be solved since JBossWS 3.2.0

       

      Is it anything additional that do I have to do in order to get this problem solved?