I've created a simple CGI application using Delphi 2009 that publishes a web service. When I point my web browser to the app, I can see my web service interface and another interface: IWSDLPublish.
Why is this interface added to my web service?
Do I need it?
Is it possible to not publish this interface?
Thanks.