Skip to main content

EnsLib.UDDI.wsdl.Binding

serial class EnsLib.UDDI.wsdl.Binding extends %Library.SerialObject

Data from WSDL that is needed to map SOAP Service to UDDI Registry. This class conatins data for SOAP Binding

Property Inventory

Properties

property HTTPBinding as %Boolean;
Property methods: HTTPBindingDisplayToLogical(), HTTPBindingGet(), HTTPBindingIsValid(), HTTPBindingLogicalToDisplay(), HTTPBindingNormalize(), HTTPBindingSet()
property LocalName as %String;
Property methods: LocalNameDisplayToLogical(), LocalNameGet(), LocalNameIsValid(), LocalNameLogicalToDisplay(), LocalNameLogicalToOdbc(), LocalNameNormalize(), LocalNameSet()
property Namespace as %String;
Property methods: NamespaceDisplayToLogical(), NamespaceGet(), NamespaceIsValid(), NamespaceLogicalToDisplay(), NamespaceLogicalToOdbc(), NamespaceNormalize(), NamespaceSet()
property PortType as %String;
Refers to LocalName of PortType
Property methods: PortTypeDisplayToLogical(), PortTypeGet(), PortTypeIsValid(), PortTypeLogicalToDisplay(), PortTypeLogicalToOdbc(), PortTypeNormalize(), PortTypeSet()
property SOAPBinding as %Boolean;
Property methods: SOAPBindingDisplayToLogical(), SOAPBindingGet(), SOAPBindingIsValid(), SOAPBindingLogicalToDisplay(), SOAPBindingNormalize(), SOAPBindingSet()
property SOAPTransportURI as %String;
Property methods: SOAPTransportURIDisplayToLogical(), SOAPTransportURIGet(), SOAPTransportURIIsValid(), SOAPTransportURILogicalToDisplay(), SOAPTransportURILogicalToOdbc(), SOAPTransportURINormalize(), SOAPTransportURISet()

Inherited Members

Inherited Methods

FeedbackOpens in a new tab