|
RAD Studio VCL Reference
|
TAfterPublishingWSDLEvent is the type of the OnAfterPublishingWSDL event of TWSDLHTMLPublish.
TAfterPublishingWSDLEvent = procedure (const WSDLDoc: IWSDLDocument) of object;
(const WSDLDoc: IWSDLDocument) ( TAfterPublishingWSDLEvent)();
TAfterPublishingWSDLEvent is the type of the OnAfterPublishingWSDL event handler, which is called after the publisher generates the WSDL describing a Web Service application.
WSDLDoc is an interface to the generated WSDL document. You can use this interface to make any final modifications to the generated document.
|
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
|
What do you think about this topic? Send feedback!
|