Soap.WSDLBind.IMessages

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

IMessages = interface(IXMLNodeCollection)

C++

__interface  INTERFACE_UUID("{1716B6D5-6087-4DB3-B729-1003C7424C2B}") IMessages  : public Xml::Xmlintf::IXMLNodeCollection

Properties

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

Description

IMessages is an interface for a collection of messages in a WSDL document.

Use the IMessages interface to access the properties and methods specific for the collection of messages in a WSDL document.

IMessages exposes methods and properties that can be used to access and add messages to the WSDL document.

See Also