Thanks for quick responses.
Actually I have not set any credentials. Do I have to set user credentials to the WebClient Object?
WebClient client = new WebClient();
client.DownloadStringCompleted += client_DownloadStringCompleted;
client.DownloadStringAsync(wmsUrl);
Srv