Soap.WSDLBind
Package | soaprtl.bpl |
---|
Classes
IBinding | IBinding is an interface for a binding element in the WSDL document. |
IBindingInput | IBindingInput is an interface for the binding input element in the WSDL document. |
IBindingOperation | IBindingOperation is an interface for a binding operation element in the WSDL document. |
IBindingOperations | IBindingOperations is an interface for a collection of binding operation elements in the WSDL document. |
IBindingOutput | IBindingOutput is an interface for the binding output element in the WSDL document. |
IBindings | IBindings is an interface for a collection of bindings in a WSDL document. |
IDefinition | IDefinition is an interface for definitions in a WSDL document. |
IDocumentation | IDocumentation is an interface for a documentation node in a WSDL document. |
IDocumentationCollection | IDocumentationCollection is an interface for a collection of documentation nodes in a WSDL document. |
IDocumented | IDocumented is an interface for a documented node in the WSDL document. |
IFault | IFault is an interface for faults in a WSDL document. |
IFaults | IFaults is an interface for collections of faults in a WSDL document. |
IImport | IImport is an interface for the import node in a WSDL document. |
IImports | IImports is an interface for a collection of import nodes in a WSDL document. |
IMessage | IMessage is an interface for messages in a WSDL document. |
IMessages | IMessages is an interface for a collection of messages in a WSDL document. |
IOperation | IOperation is an interface for the operations in a WSDL document. |
IOperations | IOperations is an interface for collections of operations in a WSDL document. |
IParam | |
IPart | |
IParts | |
IPort | IPort is an interface for the ports in a WSDL document. |
IPorts | IPorts is an interface for collection of ports in a WSDL document. |
IPortType | IPortType is an interface for the portType element in a WSDL document. |
IPortTypes | IPortTypes is an interface for a collection of portType elements in a WSDL document. |
IService | |
IServices | |
ITypes | ITypes is the interface for the types defined in a WSDL document. |
IWSDLDocument | IWSDLDocument provides low-level access to the definitions in a WSDL document. |
IXMLSchemaDefs | IXMLSchemaDefs 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 | |
TWSDLDocument | TWSDLDocument represents a WSDL document. |
TXMLSchemaDefs |
Routines
GetDefinition | |
LoadWSDLDoc | |
NewWSDLDoc |
Constants
SBinding | SBinding: string = binding; |
SDefinitions | SDefinitions: string = definitions; |
SFault | SFault: string = fault; |
SImport | SImport: string = import; |
SInput | SInput: string = input; |
SLocation | SLocation: string = location; |
SMessage | SMessage: string = message; |
SNamespace | SNamespace: string = namespace; |
SOperation | SOperation: string = operation; |
SOutput | SOutput: string = output; |
SPart | SPart: string = part; |
SPort | SPort: string = port; |
SPortType | SPortType: string = portType; |
SService | SService: string = service; |
SType | SType: string = type; |
STypes | STypes: string = types; |