What is DefaultWsdlHelpGenerator.aspx?

Does anyone know what DefaultWsdlHelpGenerator.aspx is?
What is its use? and most importantly , when is it used?

+5
source share
1 answer

A test page is automatically created for web services in ASP.NET.

DefaultWsdlHelpGenerator.aspx is used to create this test page.

You can modify this generator to change the way you create a test page.

Link

+4
source

All Articles