Soap.WSDLBind

From RAD Studio API Documentation
Jump to: navigation, search


Package soaprtl280.bpl

Classes

IBindingIBinding is an interface for a binding element in the WSDL document.
IBindingInputIBindingInput is an interface for the binding input element in the WSDL document.
IBindingOperationIBindingOperation is an interface for a binding operation element in the WSDL document.
IBindingOperationsIBindingOperations is an interface for a collection of binding operation elements in the WSDL document.
IBindingOutputIBindingOutput is an interface for the binding output element in the WSDL document.
IBindingsIBindings is an interface for a collection of bindings in a WSDL document.
IDefinitionIDefinition is an interface for definitions in a WSDL document.
IDocumentationIDocumentation is an interface for a documentation node in a WSDL document.
IDocumentationCollectionIDocumentationCollection is an interface for a collection of documentation nodes in a WSDL document.
IDocumentedIDocumented is an interface for a documented node in the WSDL document.
IFaultIFault is an interface for faults in a WSDL document.
IFaultsIFaults is an interface for collections of faults in a WSDL document.
IImportIImport is an interface for the import node in a WSDL document.
IImportsIImports is an interface for a collection of import nodes in a WSDL document.
IMessageIMessage is an interface for messages in a WSDL document.
IMessagesIMessages is an interface for a collection of messages in a WSDL document.
IOperationIOperation is an interface for the operations in a WSDL document.
IOperationsIOperations is an interface for collections of operations in a WSDL document.
IParam
IPart
IParts
IPortIPort is an interface for the ports in a WSDL document.
IPortsIPorts is an interface for collection of ports in a WSDL document.
IPortTypeIPortType is an interface for the portType element in a WSDL document.
IPortTypesIPortTypes is an interface for a collection of portType elements in a WSDL document.
IService
IServices
ITypesITypes is the interface for the types defined in a WSDL document.
IWSDLDocumentIWSDLDocument provides low-level access to the definitions in a WSDL document.
IXMLSchemaDefsIXMLSchemaDefs is an interface for a collection of schema definitions in a WSDL document.
TBinding
TBindingOperation
TBindingOperations
TBindings
TDefinition
TDocumentation
TDocumentationCollection
TDocumented
TFault
TFaults
TImport
TImports
TMessage
TMessages
TOperation
TOperations
TParam
TPart
TParts
TPort
TPorts
TPortType
TPortTypes
TService
TServices
TTypes
TWSDLDocumentTWSDLDocument represents a WSDL document.
TXMLSchemaDefs

Routines

GetDefinition
LoadWSDLDoc
NewWSDLDoc

Constants

SBindingSBinding: string = binding;
SDefinitionsSDefinitions: string = definitions;
SFaultSFault: string = fault;
SImportSImport: string = import;
SInputSInput: string = input;
SLocationSLocation: string = location;
SMessageSMessage: string = message;
SNamespaceSNamespace: string = namespace;
SOperationSOperation: string = operation;
SOutputSOutput: string = output;
SPartSPart: string = part;
SPortSPort: string = port;
SPortTypeSPortType: string = portType;
SServiceSService: string = service;
STypeSType: string = type;
STypesSTypes: string = types;