help calling webservice
ASP.NET
2
Posts
2
Posters
0
Views
1
Watching
-
i have a webservice running on 1 of my systems.now i want to call this webservice thru an application running on other system.how can this be done? thanx, chitranjan more dash than cash!!!
-
i have a webservice running on 1 of my systems.now i want to call this webservice thru an application running on other system.how can this be done? thanx, chitranjan more dash than cash!!!
Just add the web reference of the web service to your application. Before that, make sure that both the systems are in network. Ritesh