Members

Technology Zones

IBM Learning Center

Articles

Hosted By

MaximumASP

Info

Rated
Read 90,133 times

Contents

Related Categories

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

Conclusion

In this article we've seen how to create a very simple web service, how to view the details of our web service using WSDL, and also how to put everything we've learnt into one complete authentication web service.

In another article I will cover how we can consume the web service we've just made, but until then you should experiment with what you've learnt in this article and also checkout some of the books and links shown below.

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?