Re: Server returned HTTP response code: 411

2007-10-31 Thread Bashar Jawad
Thanks, I did something a little different to work around it which is to set Autochunking programmatically: appContext.xml : class="com.vms.locationservice.service.WSVDMStationInfo" factory-bean="vdmClientFactory" factory-method="create"/> class="com.vms.locationservice.service.VDMJaxW

Re: Server returned HTTP response code: 411

2007-10-31 Thread Willem Jiang
Hi , O, if you import the file in the Spring applicaiton context, the configure will not take any effect in the CXF which version is below 2.0.3. We just fixed it in the 2.0.3 SNAPSHOT. Here is the JIRA[1] which traced the issue. [1] http://issues.apache.org/jira/browse/CXF-922 Willem. Ba