|
Hi,
I am using vs 2005 with WSE 3.0 and x 509 certificates, and I have the following code: WebService1 proxy = new WebService1();
//Get Request SOAP context SoapContext context = proxy.RequestSoapContext; context.Security.Tokens.Add(token); //Sign SOAP message context.Security.Elements.Add(new Signature(token));
But I cannot get the RequestSoapContext in WSE 3.0. Can anyone help?
|