Discuss this help topic in SecureBlackbox Forum

TElXMLSOAPClient.Faults

TElXMLSOAPClient     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Faults parsed from the server response.

Declaration

[C#]
    TElXMLSOAPFault Faults[int Index];

[VB.NET]
    Property Faults(ByVal Index As Integer) As TElXMLSOAPFault

[Pascal]
    property Faults[Index : Integer] : TElXMLSOAPFault;

[C++]
    TElXMLSOAPFault* get_Faults(int32_t Index);

[PHP]
    TElXMLSOAPFault get_Faults(integer $Index)

[Java]
    TElXMLSOAPFault getFaults(int Index);

Parameters

  • Index - the index of the desired item in the list, starting from 0.

Description

This property contains a list of faults parsed from the response message.

See also:     ResponseSOAPMessage     FaultActor     FaultCode     FaultCount     FaultString    

Discuss this help topic in SecureBlackbox Forum