Soap.InvokeRegistry.ERemotableException.FaultActor

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property FaultActor:      InvString read FFaultActor write FFaultActor;

C++

__property System::UnicodeString FaultActor = {read=FFaultActor, write=FFaultActor};

Properties

Type Visibility Source Unit Parent
property public
Soap.InvokeRegistry.pas
Soap.InvokeRegistry.hpp
Soap.InvokeRegistry ERemotableException

Description

Indicates the agent that raised the fault.

FaultActor is the URI of the agent that caused the fault. This is used when the SOAP request passes through multiple agents when processed. 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.

Note: FaultActor is valid only for SOAP 1.1 services.

See Also