web method URI
-
New to web services here. I know web services have a URI, but do individual web methods also have their own URI? I think the answer is most likely no, but I'm curious.
"Half this game is ninety percent mental." - Yogi Berra If you can read thank a teacher, if you can read in English, thank a Marine.
-
New to web services here. I know web services have a URI, but do individual web methods also have their own URI? I think the answer is most likely no, but I'm curious.
"Half this game is ninety percent mental." - Yogi Berra If you can read thank a teacher, if you can read in English, thank a Marine.
NO. (AFAIK) but You can call like http://webservice/webmethod1 or http://webservice/webmethod2 with HTTP_POST.
Thanks and Regards, Michael Sync ( Blog: http://michaelsync.net)