Soap.WSDLPub.TWSDLHTMLPublish.OnBeforePublishingWSDL

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnBeforePublishingWSDL: TBeforePublishingWSDLEvent read FOnBeforePublishingWSDL write FOnBeforePublishingWSDL;

C++

__property TBeforePublishingWSDLEvent OnBeforePublishingWSDL = {read=FOnBeforePublishingWSDL, write=FOnBeforePublishingWSDL};

Properties

Type Visibility Source Unit Parent
event published
Soap.WSDLPub.pas
Soap.WSDLPub.hpp
Soap.WSDLPub TWSDLHTMLPublish

Description

Occurs before the publisher generates its WSDL document.

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.

See Also