RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TInvokableClassRegistry.RegisterAllSOAPActions Method

Supplies a set of SOAP Action headers to use for an already-registered interface.

Pascal
procedure RegisterAllSOAPActions(Info: PTypeInfo; const AllSOAPActions: InvString);
C++
__fastcall RegisterAllSOAPActions(PTypeInfo Info, const InvString AllSOAPActions);

RegisterDefaultSOAPAction associates a registered invokable interface with a set of SOAP Action headers. A default SOAP Action header is generated (based on the namespace) when you register the interface by a call to the RegisterInterface method. RegisterAllSOAPActions lets you supply or change the SOAP Action header to a set of headers after the interface is already registered.  

Info is the runtime type information (RTTI) for the interface for which you are supplying a set of SOAP Action headers.  

AllSOAPActions is a string that includes the SOAP headers to use for calls to the interface that Info identifies. The individual header strings are delimited by a character that is given by the first character in the string. 

 

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