Writing a C# SOAP client over SSL

Hi,

Currenlty i am writing a SOAP client over SSL in the following way
1) Use an open source SSL library to establish a SSL connection to a SOAP web service server.
2) Manually form SOAP request and pass it onto the server over the SSL connection created in 1.

Now my question is whether i can do all this through a web service client class or some other class provided as part of the .NET library or which is freely available over the internet.

Preferrably i would like to do it using the .NET framewrok class library.

Any help in this would be really appreciated.

Thanks
Vinu

[600 byte] By [thambi] at [2008-2-20]
# 1
i don't know if there's any special requirement for using SSL with .Net web services. All this while all i need to do is use Url property of the proxy class to https:// instead of the usual http://
erymuzuan at 2007-9-9 > top of Msdn Tech,.NET Development,ASMX Web Services and XML Serialization...

.NET Development

Site Classified