Quantcast
Channel: Software Communities : Popular Discussions - Dell One Identity Manager
Viewing all articles
Browse latest Browse all 845

The request failed with HTTP status 505: HTTP Version Not Supported

$
0
0

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



Viewing all articles
Browse latest Browse all 845

Trending Articles