Submitted Questions

  • Calling Web Service via Browser

    If a browser is used to call a web service directly from .aspx page without calling a proxy, what is returned?

    Avi Tiwari

    • Oct 14th, 2012

    When the user hits the URL for a webservice on the browser, all the web methods inside the web service are displayed as links. The user can click on any of the web method, then it asks to enter the pa...