Table of contentsAppendices |
2.14 QName resolutionQName resolutionIn its serialized form WSDL makes significant use of references between components. Such references are made using the Qualified Name, or QName of the component being referred to. QNames are a tuple, consisting of two parts; a namespace name and a local name. For example, in the case of a port type component, the namespace name is represented by the {namespace name} property and the local name is represented by the {name} property. QName references are resolved by looking in the appropriate property of the definitions component. For example, to resolve a QName of a port type ( as referred to by the portType attribute information item on a binding ), the {port types} property of the definitions component would be inspected. If the appropriate property of the definitions component does not contains a component with the required QName then the reference is a broken reference, it cannot be resolved. |