I have created a simple CGI application using Delphi 2009 which publishes web services when I use my web browser , I can see my web service interface and the second interface IWSDLPublish.
Why is this interface added to my web service?
Do I need it?
Is it not possible to publish this interface?
Thank you.
This is what is used to display WSDL for your interface. If you delete the WSDLPublish component, then it can not publish that interface anymore.
Comments
Post a Comment