Click here to Skip to main content
16,012,061 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am not able to see a "RequestSoapContext" under my proxy of webservice...? I have installed WSE 2.0.
1)UsernameToken token = new UsernameToken("uname", "pwd", PasswordOption.SendPlainText);
Service.Security.Tokens.Add(token);

2)UsernameToken token = new UsernameToken("uname", "pwd", PasswordOption.SendPlainText);
Service.RequestSoapContext.Security.Tokens.Add(token);

CSS
3)SoapContext requestContext = MyWebServiceInstance.RequestSoapContext;


I tried in there ways but no use 

thanks in advance Some how cretical plz try it..
Posted
Updated 21-May-13 23:22pm
v4
Comments
Sunasara Imdadhusen 21-May-13 3:42am    
Do not copy past entire question in question title. it will decrease possibility of getting answer from experts.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900