servicemix-jsr181 can generate wsdl for the deployed POJOs. servicemix-bpel extracts the wsdl from the deployed SU (it has to be provided to the bpel engine) servicemix-wsn2005 has its own wsdl that it exposes
If you want to expose a wsdl for your component, you need to implement / override the javax.jbi.component.Component#getServiceDescription method and return a dom document that which contains the wsdl for a given endpoint. Cheers, Guillaume Nodet On 6/9/06, Alessandro Fredianelli <[EMAIL PROTECTED]> wrote:
wich components do expose? How does a component provide for the wsdl? ----- Original Message ----- From: "Guillaume Nodet" <[EMAIL PROTECTED]> To: <[email protected]> Sent: Friday, June 09, 2006 6:02 PM Subject: Re: wsdl over jmx > Lightweight components do not expose any wsdl. > So you won't find it. > > Cheers, > Guillaume Nodet
