Try
  ComponentContext.getEndpointDescriptor(endpoint)
Then, parse the returned DOM document with your wsdl parser.
Currently only wsdl 1.1 is really supported, but wsdl 2.0 should be
coming soon.  Also, the DOM document is what the component
returns for the endpoint description, so it may be null or not a
valid wsdl document.

Cheers,
Guillaume Nodet

On 6/20/06, omatzura <[EMAIL PROTECTED]> wrote:


Hi!

I want to dynamically discover available JBI services and their
descriptions.. so from my component I can call
ComponentContext.getEndpoints( null ) to get a list of all
ServiceEndpoints.. but how do I then get the WSDL descriptions for these
ServiceEndpoints?

thanks for any reply!

regards,

/Ole
eviware.com
--
View this message in context:
http://www.nabble.com/newbie%3A-how-get-WSDLdescription-for-a-serviceendpoint--t1817860.html#a4955867
Sent from the ServiceMix - User forum at Nabble.com.


Reply via email to