I have a web service created by me, which I include in a .NET console project successfully, while it is impossible to include to a web site project. Each time I add a web reference, my assistant does not find the service locally, but if I introduce the web URL, it is there. Besides, automatically generated classes are totally different in the console application from those generated in web site application.
The web service is a WFC service, and it has callback functions, so I need some interface like IServiceLectorTarjetasSharpCallback
, that I cannot find when I add the reference to my web site.
I am using VS 2015.