|
-
Jul 21st, 2009, 08:00 AM
#1
Thread Starter
Hyperactive Member
WCF doubts
Hello,
in my WCF application, i have created two svc files, classes are Employee and Project.
Now i am facing a problem of client application need to call two service references to get two classes.
I have hosted a web application in IIS and created two seperate svc files for calling project and employee.
<%@ ServiceHost Language="C#" Debug="true" Service="ManageWorks.WCF.Employee" %>
<%@ ServiceHost Language="C#" Debug="true" Service="ManageWorks.WCF.Project" %>
In my client i need to add only one service reference and all the classes need to be accessible using that.
I hope my question is clear, even having two svc files, how could we call two different class in one single client service reference.
thankzzzzzzz
Last edited by sureshvijayan; Jul 21st, 2009 at 09:07 AM.
gh
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|