Hello MJ,
Under <System.web> in web.config add the following
<webServices>
<protocols>
<remove name="HttpPost" />
<remove name="HttpGet" />
<remove name="HttpPostLocalhost" />
<remove name="Documentation" />
</protocols>
....
</webServices>
HTH
Regards,
Dilip Krishnan
MCAD, MCSD.net
dkrishnan at geniant dot com
http://www.geniant.com
> Is it possible to completely hide the WSDL that is generated by a
>
[quoted text clipped - 14 lines]
>
> MJ
MJ [MCAD] - 02 Feb 2005 09:37 GMT
Thanks Dilip,
<webServices>
<protocols>
<remove name="Documentation" />
</protocols>
</webServices>
has done exactly what I needed.