I work with C# / ASP.NET at Microsoft Web Developer Express 2010.
My Mission is to authenticate and call web service functions (i have all data - web service adress, login/pass, function paremeters).
The only thing i am limited in - i cant use VS2010 add reference funcionality and must do it programmatically. This is necessary because system that uploads my .cs and .aspx files compile them independetly from my project. So my .cs file should include web service function call where i know all paremeters.
I have read some topics about this, but still no result, maybe because people dont work much with systems that compile .cs and .aspx files by themselve.