Hi, Because if AutoRedirect is true, then we can't use chunking, which means it's harm to the performance, you can get more details from [1].
[1]http://cxf.apache.org/docs/client-http-transport-including-ssl-support.html ------------- Freeman(Yue) Fang Red Hat, Inc. FuseSource is now part of Red Hat Web: http://fusesource.com | http://www.redhat.com/ Twitter: freemanfang Blog: http://freemanfang.blogspot.com http://blog.sina.com.cn/u/1473905042 weibo: @Freeman小屋 On 2013-1-31, at 下午12:59, Min Yang wrote: > Hi All, > > Our application is integrating with cxf to use the webservices, but we find > that the service client doesn't support to auto redirect the wsdl url in > default when got the 301 or 302 http code. We must have to set the > parameter AutoRedirect as "true" in the http conduit configuration file. > > So I just want to know why cxf doesn't not set this parameter to "true" in > default, do you have any concern to open this option? And we know the > parameter AutoRedirect will be used when connecting the wsdl, will this > option also be used when receiving the soap message? > > Thanks! Waiting for your response! > > Min
