Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    1. COThanks for the response. Maybe I have explained myself poorly? I don't think I have done that part incorrectly. I have designed the WCF library and then, in my Web Project, called the endpoints by using the "Service Reference" selection. Accordingly, I have incorporated my two endpoints - AuthService and TradeService. I have been using each service's methods in my project by instantiating AuthServiceClient and TradeServiceClient. Is this incorrect? If so, can you kindly explain why and what I need to be doing that is correct... Thanks in advance.
      singulars
    2. COYou said "MY PROBLEM IS that, up until this point, I have been happily referencing my WCF class library in my Web Project. But, now it seems I need to create a SVC file". How did you create a service reference without a .svc file? What did you type into the URL textbox?
      singulars
    3. COOK, thanks for that. When I "Add Service Reference" in the Web Project the window displays a "discover" button. When I click on it, it points to the MEX endpoints of my two services. For example, for "Authentication" I have the following in the "Address" box: http://localhost:8731/Design_Time_Addresses/Authentication/mex This adds the service to my Web Project (under web services) and then I can access the service methods. What am I doing wrong? Should I add an SVC file to my web project and write code that acts as a proxy to all the methods I have created in the Service Library? Thanks.
      singulars
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload