

Main Categories
Most popular tutorials
Latest tutorials on Geekpedia
RSS and Klip feeds
More Resources
Enteprise Open Source Journal Magazine
We have 12 Web Services tutorials, you can see below:
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
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...
Custom MembershipProvider and RoleProvider implementations that use web services in order to separate the application and database servers.
This article describes another way to implement asychronous webservices using ASP.NET and WSE v2.0.
Automatically break into code when calling Debug.Assert in ASP.NET and Web Services
A web based Google Web services client using ASP.NET.
Sending e-mail using a web service.
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.
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.
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.
This article will demonstrate how we can access web server variables from within a web service.
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.