Click here to Skip to main content
15,896,726 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi to All,

I am using window phone 7 and try to use web service having soap authentication.
But win 7 framework when i make proxy of server it does not allow me to use soap authentication.
can anybody Explain me how to use Soap authentication web service in Window phone 7.

Thanks
Manoj Singh
Posted
Comments
manolia89 14-May-11 8:23am    
did u find a solution yet? I also need to know ASAP. For a simply add operation i take from webservice is:
CalcService.TTechWebServiceClient act = new CalcService.TTechWebServiceClient();
act.subtractCompleted += new EventHandler<calcservice.subtractcompletedeventargs>(serv_subCompleted);
act.subtractAsync(x, y);
return d;
like this. But it does not work

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