Soap.WSDLPub.TWSDLHTMLPublish.WebDispatch

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property WebDispatch: TWebDispatch read FWebDispatch write SetWebDispatch;

C++

__property Web::Autodisp::TWebDispatch* WebDispatch = {read=FWebDispatch, write=SetWebDispatch};

Properties

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

Description

Lets the Web dispatcher identify what HTTP messages should return a list of WSDL documents.

Use WebDispatch to specify the messages to which TWSDLHTMLPublish responds by providing a list of WSDL documents. These documents describe the Web Services that this application knows about, based on the registered interfaces, remotable classes, and remotable types. If this application registers but does not implement the invokable interface, you should also enable the WSDL administrator and use the WSDL administrator to indicate where the application that implements the Web Services is deployed.

The TWebDispatch object that implements WebDispatch includes properties that let you specify the path portion of URLs to which this component responds with an HTML page that publishes WSDL documents describing the Web Service. It also specifies the values allowed in the MESSAGE header. By default, WebDispatch identifies any URL whose path portion begins with the string “wsdl”.

Note: You can't use WebDispatch to disable the TWSDLHTMLPublish object's ability to publish WSDL documents describing the Web Services. Setting its Enabled property to false does nothing.

See Also