You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@xmlbeans.apache.org by Aleksander Slominski <as...@cs.indiana.edu> on 2004/02/21 20:36:38 UTC

simple WSDL2Java that uses XmlBeans?

hi,

i wonder if there exist a simple (or any?) tool that will take WSDL 1.1, 
extract XML schema types (including <import> and <include> would be 
nice) and then use XmlBeans code generator to generate XmlBeans (Java 
interfaces in generated JAR file - is it now caled tylar?) and 
separately generate Java interface source code for for WSDL::portType 
where WSDL::message::part types are mapped to corresponding generated 
XmlBeans?

it should not be too complicated except to figure out how to call 
XmlBeans and access Java XmlBeans types <->XSD types mapping but before 
i try to do it wanted to check if it is not already done ...

any help appreciated.

thanks,

alek

BTW: is there an example to show how to call XmlBeans generator from 
inside Java code (and not ant)?

-- 
The best way to predict the future is to invent it - Alan Kay


- ---------------------------------------------------------------------
To unsubscribe, e-mail:   xmlbeans-user-unsubscribe@xml.apache.org
For additional commands, e-mail: xmlbeans-user-help@xml.apache.org
Apache XMLBeans Project -- URL: http://xml.apache.org/xmlbeans/