RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TWSDLHTMLPublish.OnBeforePublishingWSDL Event

Occurs before the publisher generates its WSDL document.

Pascal
property OnBeforePublishingWSDL: TBeforePublishingWSDLEvent;
C++
__property TBeforePublishingWSDLEvent OnBeforePublishingWSDL;

Use OnBeforePublishingWSDL to provide your own WSDL document rather than letting the publisher generate one dynamically. For example, the event handler can supply a cached version of the WSDL document that you saved previously from an OnAfterPublishingWSDL event handler. 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!