I have a WSE2 WS receiving X509-signed messages. I can't read the
RequestSoapContext.Current to get the cert token--the object is null. It
worked fine on my dev box. Now on a test server, it breaks whether I'm
coming from a different box or through localhost on the server box. Is this
a configuration issue?
For the benefit of those out there having the same problem:
I found the solution. It was simple enough: check the version number of
your Microsoft.Web.Services2.dll assembly, and make sure it matches the
Web.config of your WS, and the app.config of your client.
> I have a WSE2 WS receiving X509-signed messages. I can't read the
> RequestSoapContext.Current to get the cert token--the object is null. It
> worked fine on my dev box. Now on a test server, it breaks whether I'm
> coming from a different box or through localhost on the server box. Is this
> a configuration issue?