09-30-04 01:02 AM
hello all,
i am trying to consume an external web service in my orchestration. the
authentication process on the external side is a cert-based process: the
party i am attempting to communicate with has the public key of my cert
mapped to a windows based account on their side, so all i need to do is
present my public key when i make a request. i configured the send port
corresponding to the web service port to
i) use anonymous authentication
ii) provided the certificate thumbprint for my server SSL cert, which also
has the client authentication attribute and is stored in the personal and
trusted root certification authorities store, in the client certificate
thumbprint field
when i run the project, i get an error message saying 'client certificate
not found in store'. could someone tell me what i am doing wrong?
thanks
[ Post a follow-up to this message ]
|