vote up 1 vote down star

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.

flag

60% accept rate

1 Answer

vote up 2 vote down

That's what's used to display the WSDL for your interface. If you remove the WSDLPublish component, it should no longer publish that interface.

link|flag
But then I don't have WSDL for my service either. Any other options? :) – Erick Sasse Jan 28 at 10:42
Not that I know of. The purpose of the IWSDLPublish interface is to publish the WSDL. No IWSDLPublish, no WSDL. Sorry! – Tim Sullivan Jan 29 at 15:53

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.