TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Gowthami Perumal
NA
8
3.3k
call WCF from WCF
Mar 17 2015 6:16 AM
I have two WCF service(WCF1 and WCF2). WCF2 generates does some function. WCF1 has to call WCF2 on basis of some condition. I added the WCF2 service reference in WCF1.
Created object for the WCF2 and called the method,
WCF2.WCF2Client etObj = new WCF2Client();
etObj.EmployeeInterfaced();
On build i get the error WCF2
The type name 'WCF2' does not exist in the type 'WCF1.IWCF1'
Reply
Answers (
3
)
WCF Services internationalization
How to design a wcf service for specific requirement