I have a Azure web role WCF service deployed that has 3 services in it.
However, when I try to get add service references for the 3 services in my client app, only 1 service gets the populated correctly.
There are no interfaces accessible for the other two service references. Is it not possible to create a WCF service webrole that has multiple services?
Jas