0%
Loading ...

Category: Web Service

  • Passing parameters to Web Service

    Passing parameters to Web Service 1. For example you created a Web service an placed it at your IIS. You will access it as follows: Web services address: http://localhost/WebService.asmx 2. At this stage the Web service will displays a list of all of it’s functions. 3. Calling web services by GET method with functions with…

    Continue reading