Weather Service Webservice Issues

Tech-Archive recommends: Fix windows errors by optimizing your registry



Hello
We have been using the the National Weather Service
webservice(http://www.weather.gov/xml/) for a while. A couple weeks ago they
made some changes and moved the url of the
wsdl(http://www.weather.gov/forecasts/xml/DWMLgen/wsdl/ndfdXML.wsdl).

I changed the wsdl location in my project and refreshed the web references,
but now I am getting error "The underlying connection was closed: The server
committed an HTTP protocol violation." and can't get the webservice to
execute from my asp.net application will it does execute from other
webservice
clients(http://www.mindreef.net/tide/scopeit/start.do?referer=xmethods&url=http://www.weather.gov/forecasts/xml/DWMLgen/wsdl/ndfdXML.wsdl).
I have tried a work around listed I found on google of putting

<configuration>
<system.net>
<settings>
<httpWebRequest useUnsafeHeaderParsing="true" />
</settings>
</system.net>
</configuration>

in the machine.config but that does not seem to do anything. Appreciate any
help.

Thanks
S




.



Relevant Pages

  • Re: Weather Service Webservice Issues
    ... Patrick ... > We have been using the the National Weather Service ... and can't get the webservice to ... > execute from my asp.net application will it does execute from other ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: Weather Service Webservice Issues
    ... Patrick ... > We have been using the the National Weather Service ... and can't get the webservice to ... > execute from my asp.net application will it does execute from other ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: Starting exe from WebService
    ... I need to execute the program through the webservice ... WebService because the program is complicated and I don't ... WinForm app is getting ... >Why do you want a WebMethod to launch a WinForm on the ...
    (microsoft.public.dotnet.framework.aspnet.security)
  • Re: Asynchronous Web Service Call
    ... & b) It will execute within a thread from the standard system ... Conversation: Asynchronous Web Service Call ... We want to call a webservice asynchronously by a .net soap proxy ...
    (microsoft.public.dotnet.framework.aspnet.webservices)