RAD Studio VCL Reference
|
Lets the Web dispatcher identify what HTTP messages should be forwarded to the HTTP SOAP dispatcher.
property WebDispatch: TWebDispatch;
__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".
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|