RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TSOAPHeader.Actor Property

Identifies the agent to which the header is directed.

Pascal
property Actor: WideString;
C++
__property BSTR Actor;

Actor is the URI to which the header is directed. Set Actor to indicate the ultimate target of a header you are sending. Read Actor to determine whether a header the application receives is supposed to be handled by the application rather than merely passed on to the next processor.

Note: When the Actor property of a received header identifies this application and the application raises an exception concerning that header (such as a MustUnderstand fault for a header that it does not know how to handle), the value of Actor should become the value of the FaultActor property on the ERemotableException object.
 

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