Everything I read says to use the following in the web.config system web
section
<webServices>
<protocols>
<remove name="Documentation" />
</protocols>
</webServices>
in order to implement a custom WSDL file.
Yet using this in the web.config file breaks the asmx page with
Exception Details: System.InvalidOperationException: Request format is
unrecognized.
If I pull the "remove" out of the web.config file the asmx page works.
Why?

Signature
David Bartosik - MS MVP
www.publishermvps.com
David Bartosik MSFT MVP - 03 Sep 2004 16:34 GMT
Everything I read says to use the following in the web.config system web
section
<webServices>
<protocols>
<remove name="Documentation" />
</protocols>
</webServices>
in order to implement a custom WSDL file.
Yet using this in the web.config file breaks the asmx page with
Exception Details: System.InvalidOperationException: Request format is
unrecognized.
If I pull the "remove" out of the web.config file the asmx page works.
Why?

Signature
David Bartosik - MS MVP
www.publishermvps.com