Soap.WebBrokerSOAP.THTTPSoapDispatcher.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.WebBrokerSOAP.pas
Soap.WebBrokerSOAP.hpp
Soap.WebBrokerSOAP THTTPSoapDispatcher

Description

Lets the Web dispatcher identify what HTTP messages should be forwarded to the HTTP SOAP dispatcher.

Use WebDispatch to specify the SOAP messages to which this component responds.

The TWebDispatch object that implements WebDispatch includes properties that let you specify the path portion of URLs to which the Web Service application responds, as well as the values allowed in the types of messages it accepts. By default, WebDispatch enables the HTTP SOAP dispatcher to respond to any URL whose path portion begins with the string "soap".

Note: You can't use WebDispatch to disable the THTTPSoapDispatcher object. Setting its Enabled property to false does nothing.

See Also