webservices
C#
2
Posts
2
Posters
0
Views
1
Watching
-
i know a webservices which has an methods that get back a some data i wanna to know how to call this methods note the webservice is on a website link while i am just online
If you're running VS.NET, simply right click on the Project file in Solution explorer and click "Add Web Reference". Give the URL (*.asmx file) and VS.NET automatically generates a proxy class that you can use in your application. Regards Senthil _____________________________ My Blog | My Articles | WinMacro