Click here to Skip to main content
15,894,405 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have written a soap WCF Service.Now I want to enable(implement) REST service for the same soap service I have written i.e my service should have both REST and SOAP services.How can I do it? I have a method "Get()" in SOAP service, I want the same method to be implemented using REST service.In Get() I'm using SQL to get the data(Username,Psswrd) by giving (UserId) from database. And what are the changes to be made in config file?

Thanks...
Posted

 
Share this answer
 
 
Share this answer
 
v2

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