How many different ways of consume an ASMX web service from your web application ?

 Posted by Rajkatie on 1/25/2015 | Category: Web Services, Remoting Interview questions | Views: 4190 | Points: 40
Select from following answers:
  1. Generate a proxy by selecting Add Reference in Visual Studio
  2. Create an HttpService and connect using Get(URL)
  3. Create a WCF proxy class.
  4. All Above

Show Correct Answer


| Alert Moderator 

Comments or Responses

Login to post response