Weather Service Webservice Issues
- From: "sduncansca" <sduncansca@xxxxxxxxx>
- Date: Fri, 7 Oct 2005 19:59:03 -0400
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
.
- Follow-Ups:
- Re: Weather Service Webservice Issues
- From: Patrick.O.Ige
- Re: Weather Service Webservice Issues
- From: Patrick.O.Ige
- Re: Weather Service Webservice Issues
- Prev by Date: Re: When will be Atlas ?
- Next by Date: Re: Can I force a Windows Authentication / Login?
- Previous by thread: problem in multi-user asp.net
- Next by thread: Re: Weather Service Webservice Issues
- Index(es):
Relevant Pages
|