Soap.WSDLPub.TWSDLHTMLPublish.OnAfterPublishingWSDL

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnAfterPublishingWSDL: TAfterPublishingWSDLEvent read FOnAfterPublishingWSDL write FOnAfterPublishingWSDL;

C++

__property Soap::Webservexp::TAfterPublishingWSDLEvent OnAfterPublishingWSDL = {read=FOnAfterPublishingWSDL, write=FOnAfterPublishingWSDL};

Properties

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

Description

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

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.

See Also