Hi everybody.
I'm working on servicemix (http://servicemix.org), a JBI container.
The JBI specs mandates the use of wsdl 2.0 and we currently handle only
wsdl 1.
So i'm looking for something to read (maybe write) wsdl 2.
I need the following features:
* read wsdl 2 documents from an existing dom Document
* read wsdl 1 would be very handy, else i'll have to have two
libraries and check before what wsdl version it is
From what i understand, and what i saw, the api does not have any mean
to read a wsdl from an existing doc.
It should be very easy to add, as the parser already uses dom (just
missing in the api, i think). Having lots of ways
to read wsdls is a real need, imho (maybe reading from a jaxp source
could handle most of the cases).
The parsing currently does not read the full wsdl (binding among other
things is not parsed yet).
I do not need complete validation aso, but i need to retrieve at least
basic informations.
I've seen on the mailing list that someone will work on the wsdl 1.1 ->
2.0 conversion.
From the milestone plan, it seems that you are focusing on parsing
binding first (M2), then services (M3).
As for me, i'd prefer to be able to parse the whole wsdl, even if some
data is not handled (extensibility elements
for example), but ...
Thus, i'm willingfull to offer my help so that i could use woden in
servicemix.
Cheers,
Guillaume Nodet
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]