Click here to Skip to main content
15,891,788 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi Team,
Could anyone tell me how to access another service through existing/currently running wcf service.

I have made an console app,which uses first service to get NAME,and thorugh first service i want to get AGE from second service.

Your assistance will be highly appreciated.


here is my link to my project:

https://drive.google.com/file/d/0B8CvNWVR4WdVejN3dEh2WWxtUjg/edit?usp=sharing
Posted
Updated 16-Dec-13 19:11pm
v3

1 solution

You can add another service as a service reference in the WCF service application.
 
Share this answer
 
Comments
[no name] 17-Dec-13 1:03am    
I already did it,it runs without exception but doesnot show any output
dan!sh 17-Dec-13 1:59am    
Do you have any test client, exception handling and logging set up for the services? I believe you will need to debug and check. This information is actually less to provide a better reply.
[no name] 17-Dec-13 2:01am    
please take a look at the project file which i shared.
[no name] 17-Dec-13 23:08pm    
Thank you,It worked...finally... :)

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