RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
THTTPSoapDispatcher.WebDispatch Property

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

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

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.
 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!