RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TWSDLHTMLPublish.OnAfterPublishingWSDL Event

Occurs after the publisher generates a WSDL document for the Web Service application.

Pascal
property OnAfterPublishingWSDL: TAfterPublishingWSDLEvent;
C++
__property TAfterPublishingWSDLEvent OnAfterPublishingWSDL;

Use OnAfterPublishingWSDL to perform special actions after the publisher has generated a WSDL document. For example, you can use this event to cache the generated WSDL document and then re-use the cached document in an OnBeforePublishingWSDL event rather than requiring the publisher to generate a new document for every WSDL request it receives. 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!