How To: Create a “Hello World” WCF Service Using Visual Studio And IIS 6.0

JD Meier walks through the creation of simple WCF services to be hosted in IIS 6.0.

Summary of Steps

    • Step 1.  Create the test service
    • Step 2. Add a Hello World Method
    • Step 3.  Test your WCF service
    • Step 4.  Enable meta-data for your WCF Service.
    • Step 5.  Create the test client.
    • Step 6.  Add a Web Services reference to your WCF Service.
    • Step 7.  Add the namespace to your
    • Step 8. Call your WCF service

Must have in my developer toolbox.