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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...