You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@servicemix.apache.org by Jaime Fernández <jj...@gmail.com> on 2006/03/14 09:05:25 UTC

WSDL in ServiceMix

The JBI specification says "JBI uses the abstract service model as the main
basis of the component model". And the abstract service model is one of the
parts of a WSDL document.
The question is: where is the WSDL in ServiceMix?.

Re: WSDL in ServiceMix

Posted by Guillaume Nodet <gn...@gmail.com>.
WSDL for endpoints are accessible from the
ComponentContext.getEndpointDescriptor
WSDL are managed by the component themselves so each endpoint WSDL must be
provided by the component.

Cheers,
Guillaume Nodet

On 3/14/06, Jaime Fernández <jj...@gmail.com> wrote:
>
> The JBI specification says "JBI uses the abstract service model as the
> main
> basis of the component model". And the abstract service model is one of
> the
> parts of a WSDL document.
> The question is: where is the WSDL in ServiceMix?.
>
>