I am getting this 505 error when I am trying to call a web service that is hosted on a Java server (jBoss I think). When I look up solutions on the Internet it seems that the issue is the difference between http versions. A solution that is mentioned is to put this line:
ServicePointManager.Expect100Continue=false;
In the client code. However, since we use the wsdl.exe that is part of windows SDK where could I put this on the client end? If that's even possible. Here are some other links discussing the issue:
http://www.irasenthil.com/2010/10/wcf-client-to-java-web-service.html
http://forums.asp.net/t/1745705.aspx/1
https://issues.jboss.org/browse/JBWEB-11