|
Replies:
0
|
|
|
|
|
|
|
wsdl 2.0
Posted:
Sep 14, 2007 3:40 AM
|
|
|
Hello!
Is there plans to support wsdl 2.0? Actually I am interested in possibility to use owl instead of schema definition. By now our project use OWL and then pass an XML to home-made parser. So we do not use any automagic JAXB xml -> classes.
I'm thinking of using jaxb, but I'm not sure how to hook it. I mean having owl I don't want generate all classes for it. I'd like something like a callback when jaxb context ask me calling "UnknownEntytyWithNameGreen" and I generate the class Green dynamically from owl to it.
I'm sorry if my explanation is a little bit intricated...
|
|
|
|