Click here to Skip to main content
15,895,709 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have a .net class library(name Math),I want to make it a wcf service. How can I proceed with this.

I have made some changes to the project structure.
1. Added System.service Model reference.
2. Added an Interface called IMath.
3. Added [ServiceContract] & [OperationContract] as needed.

Now how should I build the configuration file with the end points.
Posted
Updated 25-Dec-11 22:10pm
v2

1 solution

 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900