Click here to Skip to main content
15,886,199 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi,

The Url looks like http://localhost/SaveLog.asmx?Session=2015&Course=BTECH

As per the requirements in the project,the client will invoke the webservice and the webservice url having multiple parameters and values as mentioned above.How to retreive the parameters and values in C# code behind on invoking the webservice?
Could you please send the sample codes it would be great help for me?

Let me know if you need any other information.

Thanks!
Posted
Comments
Sinisa Hajnal 27-May-15 2:50am    
What have you tried? What exactly is the problem? What is webservice method signature? What is it that you have problem with (web instance, parsing paramters from query string etc)...More details please. Thank you.
Abhipal Singh 27-May-15 4:23am    
I would suggest you to read about Restful services if you want to work on URL based parameters.

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