Click here to Skip to main content
15,895,538 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I am creating a WCF service, new service again calls another wcf service which is residing in another location.

I need few design suggestions on building the service which calls another service.

Should I create WCF service project (For my service) and then refer WCF service library for calling another service ?


Please let me know if there's already example in online.
Posted

 
Share this answer
 
Comments
Sergey Alexandrovich Kryukov 26-Nov-13 17:59pm    
Useful links, a 5. Teamwork!
—SA
Maciej Los 26-Nov-13 18:31pm    
Thank you, Sergey ;)
There is no difference where you consume a service, in what application. A service is a service, it can be consumed by some client-part application. If this client is itself a service, it makes no difference.
You don't need any examples. If you already developed your own service, at least partially, you know how to consume it in some .NET code, otherwise you would not be able to test it. So, you can do the same in the project of your service.
—SA
 
Share this answer
 
Comments
Maciej Los 26-Nov-13 17:37pm    
Great answer!
By the way: You have reached 19K points this month. WOW!!!
Sergey Alexandrovich Kryukov 26-Nov-13 17:59pm    
Thank you, Maciej. I don't even remember what was on previous months, but, paradoxically, I had more of my main work than before.
—SA

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