RAD Studio VCL Reference
|
Specifies the interface of the component that interprets SOAP messages.
property Dispatcher: IHTTPSoapDispatch;
__property IHTTPSoapDispatch Dispatcher;
Set Dispatcher to the interface of a component that interprets SOAP messages and passes them on to the target invokable interface. Dispatcher is the interface of an invoker component, such as THTTPSoapPascalInvoker (Delphi) or THTTPSoapCppInvoker (C++). Invoker components interpret incoming SOAP calls, identify the invokable interface to which they are directed, execute the call, and assemble a response message.
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|