top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

What are basic steps to create a WCF service ?

+10 votes
324 views

Any example will help.

posted Jan 30, 2014 by Asmita Agrawal

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

1 Answer

+4 votes

First step - Define the WebService Interface
Second Step - Create a database "mock up" class
Third step - Implement the web service interface
Fourth step - Host the web service
Fifth step - Consuming the web service through a WPF client
Sixth Step - Run and test the web service

For the full details. See here

answer Mar 13, 2014 by Adina Jain
Similar Questions
+4 votes

Why returning dataset or data table from WCF service is not a good practice?
What are the alternatives ?

+5 votes

Could the IIS-hosted WCF service make use of HTTP transport security if the IIS virtual derectory that contains the service does not support it?

...