Soap.WSDLPub.TWSDLHTMLPublish.OnBeforePublishingTypes

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnBeforePublishingTypes: TBeforePublishingTypesEvent read FOnBeforePublishingTypes write FOnBeforePublishingTypes;

C++

__property Soap::Webservexp::TBeforePublishingTypesEvent OnBeforePublishingTypes = {read=FOnBeforePublishingTypes, write=FOnBeforePublishingTypes};

Properties

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

Description

Occurs before the publisher starts adding type definitions to the WSDL document.

Use OnBeforePublishingTypes to add your own type definitions to the WSDL document before the publisher adds definitions for the types that the invokable interfaces use and types that are registered with the remotable type registry. If the OnBeforePublishingTypes event handler adds a schema definition for a type, the publisher uses that definition rather than generating its own version.

See Also