[jboss-user] [JBossWS] - Re: How do you set the transfer-encoding
alanjonesbath
do-not-reply at jboss.com
Tue Sep 19 04:05:33 EDT 2006
OK, I found the solution (and cause) of the problem. Apparently .NET doesn't implement HTTP/1.1 correctly, so needs the following line adding to the connector element of the Tomcat server.xml file:
restrictedUserAgents="^.*MS Web Services Client Protocol.*$"
As with everything, once you know what to look for, you find it! There is an entry in the Wiki about it ;-)
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3972498#3972498
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3972498
More information about the jboss-user
mailing list