Hi,
Can anybody please help with this?
I need to pass paramter value to my web service which I have hosted locally through a stored procedure. But I am not able to find a way to use that URL to pass values to the method hosted by that service through a stored procedure.
http://localhost/ServiceLayer/FetchVersion.asmx
This is my webservice. It has a method method with the following definition:
public string getVersion(string Id)