Soap.InvokeRegistry.ERemotableException.FaultNode

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property FaultNode:       InvString read FFaultNode write FFaultNode;

C++

__property System::UnicodeString FaultNode = {read=FFaultNode, write=FFaultNode};

Properties

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

Description

Provides the name of the node in the SOAP message that caused the error.

Use FaultNode to obtain the name of the node in the SOAP message that caused the fault to happen. The FaultNode value is a URI that identifies the SOAP node that generated the fault. Do not rely on the value of FaultNode, because it is not included in all cases.

Note: FaultNode is valid only for SOAP 1.2 services.

See Also