I need the composite name to make the default endpoint URIs used with the
Axis2 binding but it doesn't look like this name is available to the binding
builder. The ComponentDefinition  has a name which is available to the
binding builders, and currently the ScdlContributionProcessor sets the
ComponentDefinition name to the source URI of the contrabution, this is a
name like
"sca://contribution/55b4aa6a-968c-4626-9ce0-40764b02eb11/WSBindingTest.composite".
The actual composite name, eg "WSBindingTest", is in the ComponentType which
is available to the ScdlContributionProcessor but the ComponentType isn't
available to things like the Binding builders. So I wondered if the
ScdlContributionProcessor could set the ComponentDefinition name from the
ComponentType instead of the source uri?

  ...ant

Reply via email to