RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TWSDLHTMLPublish.OnBeforePublishingTypes Event

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

Pascal
property OnBeforePublishingTypes: TBeforePublishingTypesEvent;
C++
__property TBeforePublishingTypesEvent OnBeforePublishingTypes;

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. 

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