Got this error while generating proxy by svcutil:
"Attempting to download metadata from 'net.pipe://localhost/abc.svc' using WS-Metadata Exchange. This URL does not support DISCO."
The service is compiled without error & working fine with http
earlier.
The wsdl generated is working fine for net.pipe
too without problem even after the error while generating proxy with svcutil.
To make sure its generating new files are generated, I deleted all old files & then generate files using svcutil, then use them. It gives same error and also generates files which when used gives no problem while consuming services.
I am just puzzled why this error is there when every thing is working fine.