I am developing an application. I have a wcf service (which is not hosted by iis), well When I add this service in a winform project as "service reference"
so everything looks fine..
and if i add the same service to an asp.net project
As you can see, it seems different, and on the left list, there are some functions name which belong to IDMOBJ (on first photo you can see) and there is no IDMSvc. And when I add the service, I cant see some classes of service which are so important.
I dont know what is the reason. This service is given to me by company, means, I cant change any settings on the WCF service.
if you ask me why you add /?wsdl, if I dont, I got http 405 error like that
but If I add the service link to winform project without "/?wsdl", it works also, it just doesnt work on the web project.
So, We have been trying to solve this problem for 2 weeks but havent any result yet. What should I do for it?