I am working on a c# soap web service. The web service is used by other C# windows programs as well as PHP web pages. I need to pass a paramater in the url of the web service that the c# windows programs or the php scripts use to connect to the web service. I was thing of being able to do something like:
If I used the method above how would I go about getting the paramaters that are in the URL from the c# web service.
Thanks for any help you can provide.
Request.QueryString?HttpContext.Current.Request.QueryString