Hi All,
I have some interesting scenario which many of you might have resolved previously.
I have deployed WCF services as UK.Services.Core.Svc and UK.Services.Common.Svc. Now I want to create services for our US branch; the namespace would be US.Services.Core.Svc and US.Services.Common.Svc. These 2 services shares common shared types from Framework.EntityObjects.
Now lets say if I have a method called ValidateVAT which is written in both UK.Services.Common.Svc as well as US.Services.Common.Svc; how does my proxy will differentiate between these 2 methods?
What is the best way to create proxies in this scenario (single or multiple)? How to consume these 2 services into my website?
Any help would be of great help.