On Mar 19, 6:34 pm, Ricardo Q.G. <Ricard...@discussions.microsoft.com>
wrote:
> I'am having a really hard problem: a business partner have a web service that
> expect a client certificate attached to the request.
[quoted text clipped - 25 lines]
>
> thanks for any kind of advice !!!
Why dont you create a new service on your end and post it to see if
you can receive it.
Ricardo Q.G. - 20 Mar 2008 22:28 GMT
yes, i did that...and sadly it shows (the service side shows) is not
receiving the client certificate.
the code is something like that (at service side)
== == == == == ==
string CertificateSerialNumer =
Context.Request.ClientCertificate.SerialNumber;
== == == == == ==
but the variable remains empty, and that means it is not receiving the
client certificate.
any advice?
thanks
> On Mar 19, 6:34 pm, Ricardo Q.G. <Ricard...@discussions.microsoft.com>
> wrote:
[quoted text clipped - 30 lines]
> Why dont you create a new service on your end and post it to see if
> you can receive it.