RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TWSDLHTMLPublish.WebDispatch Property

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

Pascal
property WebDispatch: TWebDispatch;
C++
__property TWebDispatch WebDispatch;

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.
 

 

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