Soap.WSDLBind.IFaults

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

IFaults = interface(IXMLNodeCollection)

C++

__interface  INTERFACE_UUID("{67FD5C06-F745-4AD1-8B12-92552EA4AB92}") IFaults  : public Xml::Xmlintf::IXMLNodeCollection

Properties

Type Visibility Source Unit Parent
interface
class
public
Soap.WSDLBind.pas
Soap.WSDLBind.hpp
Soap.WSDLBind Soap.WSDLBind

Description

IFaults is an interface for collections of faults in a WSDL document.

Use the IFaults interface to access the methods specific for collection of faults within a WSDL document.

IFaults exposes methods and properties that can be used to access and add faults in a WSDL document.

See Also