RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
THTTPSoapDispatchNode Class

THTTPSoapDispatchNode forwards SOAP messages to an invoker for interpretation.

Pascal
THTTPSoapDispatchNode = class(TComponent);
C++
class THTTPSoapDispatchNode : public TComponent;

Use THTTPSoapDispatchNode as a base class for objects that use an invoker component to interpret and execute SOAP message calls. THTTPSoapDispatchNode maintains a reference to the interface of a component that can interpret and execute SOAP method calls. These calls are requests to execute a method on an invokable interface that is registered in the application. You can register an invokable interface by calling the RegisterInterface method of the TInvokableClassRegistry object that the global InvRegistry function returns. 

 

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