Soap.InvokeRegistry.ERemotableException.FaultRole

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property FaultRole:       InvString read FFaultRole write FFaultRole;

C++

__property System::UnicodeString FaultRole = {read=FFaultRole, write=FFaultRole};

Properties

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

Description

Provides the role of the node in which the fault occured.

Use FaultRole to obtain the role of the node in the SOAP message that caused the fault to happen. Do not rely on the value of FaultRole, because it is not included in all cases.

Note: FaultRole is valid only for SOAP 1.2 services.

See Also