T
Tommy
hello,
i try´d to use an webservice like
Global Weather http://www.webservicex.net/globalweather.asmx?WSDL
i have add a reference to my asp.net-website and write the follwing
code(button1_click)
Dim ProxyWeather As New Weather.GlobalWeather()
Label1.Text = ProxyWeather.GetWeather("munich", "germany")
and i get an error, "connection is refused and closed"
what i am doing wrong??? any suggestions?
best regards
tommy
i try´d to use an webservice like
Global Weather http://www.webservicex.net/globalweather.asmx?WSDL
i have add a reference to my asp.net-website and write the follwing
code(button1_click)
Dim ProxyWeather As New Weather.GlobalWeather()
Label1.Text = ProxyWeather.GetWeather("munich", "germany")
and i get an error, "connection is refused and closed"
what i am doing wrong??? any suggestions?
best regards
tommy