Endpoint component {name} property vs xml representation as a QName

Hi,

Section 2.15.1 makes this statement:

"Endpoint components are local to a given Service component; they
cannot be referred to by QName"

but then the XML representation section (2.15.2.1) says:

"The name attribute information item together with the targetNamespace
attribute information item of the description element information item
forms the QName of the endpoint."

surely this is inconsistent. What use is the targetNamespace of the
name attribute if it isn't exposed in the component model? In any case
you can't refer to an endpoint component uniquely by way of a QName -
you need a service component {name} (a QName) and the endpoint
component {name} (an NCName).

Thanks,
Jeremy

Received on Wednesday, 14 June 2006 14:17:47 UTC