i have used the following code
---------------------------------------------------------------------------
Dim soap As SoapClient30
Set soap = New SoapClient30
Text1.Text = "connection established"
soap.ClientProperty("ServerHTTPRequest") = True
soap.mssoapinit ("https://xxxxx.asmx?WSDL")
soap.ConnectorProperty("UseSSL") = True
soap.ConnectorProperty("SSLClientCertificateName") = "xyz"
Text1.Text = "connection successful = " +
CStr(soap.Connect("alv...@dictateit.com", "it123dict"))
------------------------------------------------------------------------------
i get the following error
:
Connector:WinHTTP reported 'security channel error' or unknown security
call back. HRESULT=0x800A1529 - Client:An unanticipated error occurred
during the processing of this request. HRESULT=0x800A1529 -
Client:Sending the Soap message failed or no recognizable response was
received HRESULT=0x800A1529 - Client:Unspecified client error.
HRESULT=0x800A1529