RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
ERemotableException.FaultActor Property

Indicates the agent that raised the fault.

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

FaultActor is the URI of the agent that caused the fault. This is used when the SOAP request passes through multiple agents when processed. The FaultActor can be a proxy server, the Web Service application to which the request was addressed, or another agent that the target Web Service application calls on when processing the request. 

This property is only set if the Web Service provider specifies a FaultActor in its SOAP fault packet. 

 

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