Inscrivez-vous ou connectez-vous pour rejoindre votre communauté professionnelle.
Just create Two different end poitns with two different service contracts.
Hi Asad Palekar,
I got the idea, first interface need to inherit and need to create2 end point in web config.
Regards,
Naresh kumar
Hi,
What you can do is split those2 methods in different interfaces. For eg: first2 methods can be a part of Interface1 Contract and other2 can be part of Interface2 Contract. Then you can create2 end points in web.config file for those2 difference users.
Hope this helps. Let me know if there are concerns.
Regards,
Asad Palekar