Results 1 to 9 of 9

Thread: WCF doubts

Threaded View

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    May 2002
    Location
    fgh
    Posts
    332

    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
    Attached Images Attached Images  
    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
  •  



Click Here to Expand Forum to Full Width