We are able to access the service over SSL, when IIS is set to ignore
client certificates. Do we need to set the SoapConnector
SSLClientCertificateName property to some blank or null value to let
the service (and IIS) know that we are not using a client certificate?
Also- when IIS is set to "accept client certs", we're able to access
the service from a browser, and from a Java soap client.
although with the information you gave I can not even figure out if a WSDL
is in the picture at all ...
Wolfgang
"joe fork" <mjm...@hotmail.com> wrote in message
news:d6fb4645.04060...@posting.google.com...
call oSoapClient.mssoapinit("cmprofile.wsdl")
oSoapClieny("EndPointURL") ="https://myServer/cmdsoap/cmprofile.wsdl"
oSoapClient.ConnectorProperty("SSLClientCertificateName")="LOCAL_MACHINE\My\OCDEV"
I am getting "Access denied" error.
How everIf I use LOCAL_USER instead of LOCAL_MACHINE
oSoapClient.ConnectorProperty("SSLClientCertificateName")="LOCAL_USER\My\OCDEV"
, I am getting a different error.
Is it necessay to install the client certifcate under a specifc
account(IWAM_MACHINE). What is the procedure to export the client cert to
the server on which my web service exists.?
Thanks in advance.
Rao
Wolfgang
"Rao" <aka...@hotmail.com> wrote in message
news:d11d851dcc96df0f...@localhost.talkaboutsoftware.com...
Client:An unanticipated error occurred during the processing of this request. HRESULT=0x80070005: Access is denied. - Client:Sending the Soap message failed or no recognizable response was received HRESULT=0x80070005: Access is denied. - Client:Unspecified client error. HRESULT=0x80070005: Access is denied.
"Rao" <anon...@discussions.microsoft.com> wrote in message
news:266115FD-7D8C-4BBA...@microsoft.com...