Hello,

I have a problem that occurs when chunking is turned on. I turned it off and
tested it in eclipse, and the error went away. However when I deploy it to
Tomcat the error returns. Is there a way I can tell if chunking is actually
turned off? I turned on logging in the cxf.xml file and got the the
request/response output but there is nothing about chunking.

BTW, I used the following config to turn it off:

<http-conf:conduit
name="{http://platform_2008_2.webservices.netsuite.com/}NetSuitePortType.http-conduit";>
        <http-conf:client AllowChunking="false"/>
</http-conf:conduit>

-----
Buzzterrier

http://buzzterrier.blogspot.com/ View my blog: Ordinary Average Developer... 
-- 
View this message in context: 
http://www.nabble.com/chunking-tp22068092p22068092.html
Sent from the cxf-user mailing list archive at Nabble.com.

Reply via email to