did you check your http proxy setting?
Some companies or organizations require outgoing connections to be made
through a proxy server.
[One indication that this is the case for you is if IE has a proxy server
setting. Within IE:
Tools > Internet Options > Connections > LAN Settings
....check to see if the proxy server is checked.
If so then you probably need to set a proxy server on the webservice client
proxy. ]
Note, here I am using proxy to refer to 2 distinct entities. The
webservice client proxy in your code is called ProxyWeather. The other
proxy is a network proxy server; I am suggesting one may be in use on your
network.
In your app, something like
Dim ProxyWeather As New Weather.GlobalWeather()
ProxyWeather.Proxy= New WebProxy("http://MyProxyServer:80", true)
....where MyProxyServer is the thing used by IE (above), or otherwise
communicated to you by your network admin.
-D
"RASTA" <th***********@hannover-NOSPAM-leasing.de> wrote in message
news:%2****************@tk2msftngp13.phx.gbl...
hello william,
thanks for reply....
i changed my code like yours... but the failure is the same
The underlying connection was closed: The connection with the remote
server cannot be made.
maybe i have to fix some security-reasons???
any suggestion?
best regards
tommy
----------------------------------------
HangulHanjaFastConversion-Eigenschaft
True if Microsoft Word automatically converts a word with
only one suggestion during conversion between hangul
and hanja. Read/write Boolean.
----------------------------------------
*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!