About 49,300 results
Open links in new tab
  1. Test Your ASP.NET WebService using SoapUI - CodeProject

    Aug 8, 2009 · This article describes how to test your web service using Soap UI Tool.

  2. Asynchronous web services call in ASP.NET - CodeProject

    Jun 3, 2013 · Learn how to make asynchronous web service calls in ASP.NET with this comprehensive guide for developers.

  3. Calling ASP.NET Webservice (ASMX) from an Android

    Dec 22, 2011 · How to call ASP.NET webservice from Android Using KSOAP library in an easy and efficient way.

  4. Create a JSON WebService in ASP.NET 2.0 with a jQuery Client

    Nov 28, 2009 · url: the Web Service URL along with the web method name. In the above example, “ JSON.asmx ” is the web service URL and TestJSON is a web method. data: used …

  5. Your first C# Web Service - CodeProject

    Dec 13, 2000 · Your default .asmx page will then look like the following: There are other WebMethod attributes to control buffering, session state and transaction support. Deploying …

  6. Consuming JSON ASMX Web Services with AngularJS: A Beginners ...

    A step by step tutorial showing how to consume an ASMX Service from an application using AngularJS, highlighting common pitfalls.

  7. SOAP 1.2 in .NET Framework 2.0 - CodeProject

    Oct 5, 2005 · This article talks about SOAP 1.2 and a brief description of how to make SOAP 1.2 Web Services in .NET Framework 2.0.

  8. WS-Security: Secure Web services through SOAP Message

    Aug 28, 2004 · By selecting it, the WSE SoapExtension is added to the project, which will enable the additional protocol support to work within the ASP.NET Web service HTTP handler (for …

  9. MonoAndroid: Using dotnet webservice (ASMX) - CodeProject

    Aug 22, 2013 · In this article I am going to demonstrate using ASMX Web Service (Non-WCF) in Mobile App. Web services are becoming integrated part of mobile and web applications. Mono …

  10. Consuming a WCF / ASMX / REST Service using jQuery

    Feb 18, 2010 · In this article, I will explain how to consume a WCF / ASMX service using jQuery. The scope of the article is limited to creating and consuming different kinds of services using …