RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
WebServExp.TAfterPublishingWSDLEvent Type

TAfterPublishingWSDLEvent is the type of the OnAfterPublishingWSDL event of TWSDLHTMLPublish.

Pascal
TAfterPublishingWSDLEvent = procedure (const WSDLDoc: IWSDLDocument) of object;
C++
(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!