473,387 Members | 1,785 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

HTTP Version Not Supported

MA
Hi all!

Im new to webservices, so please have patience :)

I´m calling a webservice from another company. It´s a simple call looking
like this:

String retval = wsFunction.getXML(myString);

This does not work. I´ve got a error message looking like this:

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

I have no idea about this. Any suggestions?

/Marre


Nov 16 '05 #1
2 5109
There is more than one version of the HTTP protocol. The 505 response code
is used by a web server to indicate to a client (in this case, your
application) that it's using an HTTP version that the server does not
support. Before changing your code to match the expected HTTP version, you
might want to contact the company that's publishing the web service to
verify whether their server-side limitation of the HTTP protocol version is
intentional or not. If not, any changes will likely need to be made on
their end rather than yours.

HTH,
Nicole

"MA" <news@.removethis.supremelink.se> wrote in message
news:3a*************@individual.net...
Hi all!

Im new to webservices, so please have patience :)

I´m calling a webservice from another company. It´s a simple call looking
like this:

String retval = wsFunction.getXML(myString);

This does not work. I´ve got a error message looking like this:

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

I have no idea about this. Any suggestions?

/Marre

Nov 16 '05 #2
MA
Ok.

Thanx for youre answer!

/Marre

"Nicole Calinoiu" <calinoiu REMOVETHIS AT gmail DOT com> wrote in message
news:uK****************@TK2MSFTNGP09.phx.gbl...
There is more than one version of the HTTP protocol. The 505 response
code is used by a web server to indicate to a client (in this case, your
application) that it's using an HTTP version that the server does not
support. Before changing your code to match the expected HTTP version,
you might want to contact the company that's publishing the web service to
verify whether their server-side limitation of the HTTP protocol version
is intentional or not. If not, any changes will likely need to be made on
their end rather than yours.

HTH,
Nicole

"MA" <news@.removethis.supremelink.se> wrote in message
news:3a*************@individual.net...
Hi all!

Im new to webservices, so please have patience :)

I´m calling a webservice from another company. It´s a simple call looking
like this:

String retval = wsFunction.getXML(myString);

This does not work. I´ve got a error message looking like this:

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

I have no idea about this. Any suggestions?

/Marre


Nov 16 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: angelag | last post by:
I am currently taking a college course in Visual Basic.Net and I am a beginner. I bought Visual Studio.Net 2003 to do my homework at home. I built my first project and e-mailed it to myself at...
8
by: Siemel Naran | last post by:
Hi. I have a table of products and versions, and these 2 columns are the unique key. My challenge is to write a SQL statement to find the latest version of each product. My solutions below...
17
by: Mountain Bikn' Guy | last post by:
I just called: System.Environment.Version.ToString() and RuntimeEnvironment.GetSystemVersion() as a little experiment. Both report that I'm running 1.0.3705.288. However, my IDE is VS.NET 2003...
3
by: James | last post by:
I can get the windows version number from System.Environment.OSVersion e.g. "Windows NT 5.1.2600.0" for XP SP2. I was wondering whether this tells you the type of windows it is or if you have to...
4
by: Robert | last post by:
Hi, which DOM version (level) should I learn? I've seen that there is a DOM level 3, but is there any support for it already? -- Rob
0
by: Mark | last post by:
I have a web service in Axis running on Tomcat which is protected with basic authentication. When I attempt to access the service from a .Net client, passing the correct network credentials, it...
1
by: mel_apiso | last post by:
Hi, we have an AIX 5.3 OS, and we purchased DB2 UDB version 8 Workgroup Edition. We want to install 64 bits version, but the source CD's that we have say: WORKGROUP SERVER EDITION Version...
1
by: Nirnimesh | last post by:
I'm using urllib2 module to fetch a URL from a server which understands HTTP/1.1 only (no HTTP/1.0). urllib2.urlopen() results in "urllib2.HTTPError: HTTP Error 505: HTTP Version not supported"....
7
by: Aga | last post by:
Hi, I'm quite new in WebServices. I work in VS2003, C#. My code is : MyWebReference.ClassX x1=new MyWebReference.ClassX(); x1.Url="address to wsdl"; System.Net.NetworkCredential nc=new...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.