This is used to call the Web Service using ASP.Net and Script Manager. Must be inserted in .aspx page.
<asp:ScriptManager runat=”server” ID=”scriptManager”> <Services> <asp:ServiceReference path=”WebService/TestService.asmx” /> </Services> </asp:ScriptManager>This is the script to call the web service method and print the result on the form: Continue reading