A
Ashwath Murthy
Hi,
I wrote a simple webservice client in c# that obtains an xml stream from the
National Weather Services WSDL
(http://www.weather.gov/forecasts/xml/DWMLgen/wsdl/ndfdXML.wsdl). This seems
to run only on certain networks, and throws an exception
(System.Net.WebException;
Message="The server committed a protocol violation.
Section=ResponseStatusLine" ).
I read up on several posts online that this is probably due to an "error" in
the HTTP header of the response. However, I fail to understand why it
functions on some networks, and doesn't function on others; especially when
it is being tested on the same machine.
If anyone could throw some light on this, it would really help!!!!!
Thanks,
Ashwath
I wrote a simple webservice client in c# that obtains an xml stream from the
National Weather Services WSDL
(http://www.weather.gov/forecasts/xml/DWMLgen/wsdl/ndfdXML.wsdl). This seems
to run only on certain networks, and throws an exception
(System.Net.WebException;
Message="The server committed a protocol violation.
Section=ResponseStatusLine" ).
I read up on several posts online that this is probably due to an "error" in
the HTTP header of the response. However, I fail to understand why it
functions on some networks, and doesn't function on others; especially when
it is being tested on the same machine.
If anyone could throw some light on this, it would really help!!!!!
Thanks,
Ashwath