I found in this article that it looks like it covers the base, but I have never tried this.
web.config wsdlHelpGenerator,
<configuration>
<system.web>
<webServices>
<wsdlHelpGenerator href="Path/To/Custom/HelpGenerator.aspx"/>
</webServices>
</system.web>
</configuration>