dkulp wrote:
>
>
> This seems to be an older service. Can you try turning off chunking?
>
> Dan
>
>
Hi Dan, I tried turning off chucking to my web service:
http://joey:8082/ReportServer_SS08/ReportService2005.asmx?wsdl
by creating a cxf.xml file in the src directory. I experiemented with a few
permutations, with no success my file.
<beans xmlns="http://www.springframework.org/schema/beans"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:http-conf="http://cxf.apache.org/transports/http/configuration"
xsi:schemaLocation="http://cxf.apache.org/transports/http/configuration
http://cxf.apache.org/schemas/configuration/http-conf.xsd
http://www.springframework.org/schema/beans
http://www.springframework.org/schema/beans/spring-beans.xsd">
<http-conf:conduit
name="{http://joey:8082/ReportServer_SS08/ReportService2005}ReportService2005.http-conduit">
<http-conf:client AllowChunking="false"/>
</http-conf:conduit>
</beans>
There must be some default in the JAXB or other negotiation libraries that
was changed between Java 1.6_02 and Java 1.6.0_07. Because that has a
similiar problem with negotiation. Is there a good list that deals with
JAXB issues?
Thanks again,
Tim
--
View this message in context:
http://www.nabble.com/CXF-cannot-create-webservice-in-JDK-1.5-with-libraries-but-succeeds-in-1.6-tp18408520p18480353.html
Sent from the cxf-user mailing list archive at Nabble.com.