Members

Technology Zones

IBM Learning Center

Articles

Hosted By

MaximumASP

Info

Rated
Read 87,554 times

Contents

Related Categories

Building XML Web Services Using C# and ASP.NET - Introduction

Introduction

The term "web service" has been used quite frequently lately: you hear people saying how good web services are and how they will dominate the future of software development, but what exactly are web services and how can we create them?

In this article we will explore the features of Microsoft ASP.NET Web Services, more specifically how to build web services. A real world example extending what I discuss in this article will be shown at the end of this article. It will utilise many things that you will learn throughout this article.

To understand this article fully, you are required to have some previous knowledge of C#, ASP.NET and ADO.NET. To try the examples shown in this article for yourself, you will need the .NET Framework and Internet Information Server 5 or higher installed on your Windows NT/XP/2000 PC.

James is a student at Georgia Institute of Technology, majoring in Computer Science. He is an MCSE, MCDBA, MCSA and CCNA.

© devArticles.com 2001

Comments

  • It didn't work but...

    Posted by yoshi on 21 Mar 2005

    I got a problem where even after I changed the name, the tempuri persisted, and just figured out that you have to get rid of cached images from:

    C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\Tempora...

  • Re : Password Check

    Posted by s_kumar66 on 22 Jan 2004


    Hi....

    You have to write the query to check the password. It will be better if you use StoredProcedure ..

    Sample of the stored procedure
    CREATE PROCEDURE _checkpass
    (
    @password varcha...

  • Pardon!

    Posted by dyerstm on 09 Jan 2003

    Posted question without "fully" reading article!!

  • SQL / C# user athunthntication

    Posted by dyerstm on 09 Jan 2003

    silly question, but as I am new to SQL and C#, how would I be able to check an existing password, that was previously added to your database table and check the result to athenticate the user?