I have a web page on the client side that works with Javascript to show information, but I want to consume a web service so that the user can interact with that page and not only ask about it, the problem is that the web service can only be consumed with .NET languages (C ++, C #, F # and VB).
I would like to know the form or to know if it is possible to create the connection to the web service from C #, and using Javascript to pass the parameters to it and execute the methods contained in C #.
(The web service I want to consume is Microsoft's Master Data Manager)