I am attempting to call a stored procedure on a server through a URL. The string is set up correctly, using the service i created, but I can't seem to figure out how to invoke the URL. I just want to call the address like a function...if that makes sense.
The address i want to use looks like this:

URLString = "http://myserver/FOSsproc?sql=execute+EditAthleteSPROC+@FOSID=" & txtPlayerID.Text

Any help would be greatly appreciated
- a newcomer