ASP.NET » Web Services

We have 12 Web Services tutorials, you can see below:


Currency Conversion using Web Services


This article to teach how to implement the currency converter Web Service from the www.xmethods.net in order to get the exchange rates between countries money


Details    Read Tutorial    Views: 481    Rate: 0 (0 votes)    Feb 23 2007 - 12:01

How to Call Microsoft .Net web services from .Net consumers, and Non .Net consumers


When I was first introduced with Microsoft .Net Web services, it was quite tricky for me to know on how I can utilize web services that implemented in .Net languages such as C#, VB.Net, in ASP code, and the different web protocols...


Details    Read Tutorial    Views: 383    Rate: 0 (0 votes)    Feb 23 2007 - 12:00

Custom MembershipProvider and RoleProvider Implementations that use Web Services


Custom MembershipProvider and RoleProvider implementations that use web services in order to separate the application and database servers.


Details    Read Tutorial    Views: 323    Rate: 0 (0 votes)    Feb 23 2007 - 11:58

Create Asynchronous Web Services with WSE v2.0 and ASP.NET SimpleHandlerFactory


This article describes another way to implement asychronous webservices using ASP.NET and WSE v2.0.


Details    Read Tutorial    Views: 262    Rate: 0 (0 votes)    Feb 23 2007 - 11:57

Automatically break into code when calling Debug.Assert in ASP.NET and Web Services


Automatically break into code when calling Debug.Assert in ASP.NET and Web Services


Details    Read Tutorial    Views: 265    Rate: 0 (0 votes)    Feb 23 2007 - 11:56

A completely customizable Google API Web Client


A web based Google Web services client using ASP.NET.


Details    Read Tutorial    Views: 275    Rate: 0 (0 votes)    Feb 23 2007 - 11:56

A .NET web service for e-mail


Sending e-mail using a web service.


Details    Read Tutorial    Views: 321    Rate: 0 (1 votes)    Feb 15 2007 - 07:11

Using the Facebook API: Social Networking in .NET


The Facebook API is REST-based like Flickr\'s API, meaning that requests are made to Facebook Web services through terse XML messages and responses come back in kind. As is typical for this kind of API, the first step in getting started is heading to the site\'s developer homepage and signing up for a key to identify yourself and your application.


Details    Read Tutorial    Views: 1106    Rate: 0 (0 votes)    Jan 31 2007 - 14:12

Integrating ASP.NET XML Web Services with Classic ASP Applications


This article examines how to can create a Web service in .NET and then utilize it from a classic ASP page on your Web server, thereby providing an API that can be utilized by both your ASP.NET Web pages and classic ASP pages.


Details    Read Tutorial    Views: 272    Rate: 0 (0 votes)    Jan 22 2007 - 12:32

Expose Your Site Data with Web Services


The increasing use of XML has prompted many exciting developments in Web site design and development. It has also provided new ways for site authors to expose information to visitors. A prime example is the explosive growth in \"blogging\" (the use of a Web-based log or diary that is updated regularly). While blogs might turn out to be just a passing fad, like CB radio in the eighties, their use of a standardized XML format does neatly demonstrate the way that information can be exposed without any preconceived style or formatting applied to it.


Details    Read Tutorial    Views: 311    Rate: 0 (0 votes)    Jan 20 2007 - 17:09

Accessing Server Variables From Within Web Services


This article will demonstrate how we can access web server variables from within a web service.


Details    Read Tutorial    Views: 271    Rate: 0 (0 votes)    Jan 20 2007 - 17:05

Web Services with ASP.NET (MSDN.com)


Web Services are the underpinning of Microsoft's .NET strategy. The concepts and the innovations behind this initiative have struck a chord with developer's building the next generation of Internet applications.


Details    Read Tutorial    Views: 943    Rate: 0 (0 votes)    Oct 27 2005 - 12:10