Hi,
I'm trying consuming web services over SSL by an ASP .Net client without
success.

System Architecture:
My Server side contains the following layers, starting from the client side:

(Client side)
WSD
firewall
Weblogic server.

The webservices deployed On the weblogic
Protocol: SSL.
Version Information: Microsoft .NET Framework Version:1.1.4322.573; ASP.NET
Version:1.1.4322.573


Symptoms
1. The handshake completed successfully, (taken from the MMC):
â??An SSL client handshake completed successfully. The negotiated
cryptographic parameters are as follows.

Protocol: SSL 3.0
Cipher: RC4
Cipher strength: 128
MAC: MD5
Exchange: RSA
Exchange strength: 1024â??

2. Iâ??m getting the error message:

WebException: The underlying connection was closed: An unexpected error
occurred on a send.]
emtv1.WebForm1.Button1_Click(Object sender, EventArgs e) in
c:\inetpub\wwwroot\emtv1\webform1.aspx.cs:69
System.Web.UI.WebControls.Button.OnClick(EventArgs e)

System.Web.UI.WebControls.Button.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument)
System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler
sourceControl, String eventArgument)
System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData)
System.Web.UI.Page.ProcessRequestMain()

Facts:
1. Other client (java client) consumes the same services successfully.
2. Overriding the GetWebRequest method not solved the problem.

What am I missing?

Thanks in advanced,